Color Hex Logo

#03392b Color Hex

#03392B
(3,57,43)
0 Favorites   0 Comments

Color spaces of #03392b

RGB 35743
HSL0.460.900.12
HSV164°95°22°
CMYK 0.950.000.25   0.78
XYZ1.93673.12002.7856
Yxy3.12000.24700.3978
Hunter Lab17.6635-11.33973.0142
CIE-Lab20.5182-20.83944.0307

#03392b color RGB value is (3,57,43).

#03392b hex color red value is 3, green value is 57 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #03392b hue: 0.46 , saturation: 0.90 and the lightness value of 03392b is 0.12.

The process color (four color CMYK) of #03392b color hex is 0.95, 0.00, 0.25, 0.78. Web safe color of #03392b is #003333. Color #03392b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111001 00101011
Octal 3 71 53
Decimal 3 57 43
Hex 3 39 2B

RGB Percentages of Color #03392b

%2.91
%55.34
%41.75

CMYK Percentages of Color #03392b

%95
%0
%25
%78

Triadic Colors of #03392b

#03392b #2b0339 #392b03

Analogous Colors of #03392b

#03392b #032c39 #033910

Monochromatic Colors of #03392b

#03392b

Complementary Color

#03392b #390311

#03392b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03392b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03392b Color CSS Codes

.mybgcolor {background-color:#03392b; } 
.myforecolor {color:#03392b; }
.mybordercolor {border:3px solid #03392b; }

#03392b Text Font Color

<p style="color:#03392b">Text here</p>

This sample text font color is #03392b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#03392b Background Color

<div style="background-color:#03392b">
Div content here</div>

This div background color is #03392b


#03392b Border Color

<div style="border:3px solid #03392b">
Div here</div>

This div border color is #03392b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,57,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03392b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03392b;
  -webkit-box-shadow: 1px 1px 3px 2px #03392b;
  box-shadow:         1px 1px 3px 2px #03392b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,57,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #03392b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03392b


Comments

No comments written yet.

Please login to write comment.