color details

Color Details
#00353F Color Hex

#00353F color RGB value is (0, 3, 83).
#00353F hex color red value is 0, green value is 3, and blue value is 83.
Cylindrical-coordinate representations (HSL) of color #00353F hue: 237.83, saturation: 1 and lightness: 0.16.

The process color (four-color CMYK) of #00353F color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #00353F is #ff9999. Color #00353F contains mainly RED.

Color Spaces
Color spaces of #00353FValue
RGB0, 53, 63
HSL0.53, 1, 0.12
HSV190°, 100°, 25°
XYZ2.17, 2.9, 5.15
Base Numbers
Base Red Green Blue
Binary 0 110101 111111
Octal 0 65 77
Decimal 0 53 63
Hex 0 35 3F

RGB Percentages for Color #00353F

45.69%
54.31%

CMYK Percentages of the Color #00353F

100%
15.87%
75.29%
CSS Codes for Color #00353F
.mybgColor {background-color: #00353F;}
.myforeColor {color: #00353F;}
.myborderColor {border:3px solid #00353F;}
Text Font Color #00353F

<p style="color:#00353F">Text here</p>

This sample text is styled with the font color #00353F. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #00353F

<div style="background-color:#00353F">Div content here</div>

The background color of this div is #00353F
Border Color #00353F

<div style="border:3px solid #00353F">Div here</div>

The border color of this div is #00353F
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(0, 53, 63, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #00353F;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #00353F;
-webkit-box-shadow: 1px 1px 3px #00353F;
box-shadow: 1px 1px 3px #00353F;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0, 53, 63, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #00353F;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #00353F; -webkit-box-shadow: 1px 1px 3px #00353F; box-shadow: 1px 1px 3px #00353F;">Div content here</div>

This div box has a shadow with a specified color. #00353F

Scroll to Top