Color Hex Logo

#03572f Color Hex

#03572F
(3,87,47)
0 Favorites   0 Comments

Color spaces of #03572f

RGB 38747
HSL0.420.930.18
HSV151°97°34°
CMYK 0.970.000.46   0.66
XYZ3.95887.04103.8397
Yxy7.04100.26680.4745
Hunter Lab26.5349-19.80529.9949
CIE-Lab31.9001-33.147217.0006

#03572f color RGB value is (3,87,47).

#03572f hex color red value is 3, green value is 87 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #03572f hue: 0.42 , saturation: 0.93 and the lightness value of 03572f is 0.18.

The process color (four color CMYK) of #03572f color hex is 0.97, 0.00, 0.46, 0.66. Web safe color of #03572f is #006633. Color #03572f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01010111 00101111
Octal 3 127 57
Decimal 3 87 47
Hex 3 57 2F

RGB Percentages of Color #03572f

%2.19
%63.50
%34.31

CMYK Percentages of Color #03572f

%97
%0
%46
%66

Triadic Colors of #03572f

#03572f #2f0357 #572f03

Analogous Colors of #03572f

#03572f #035557 #035705

Monochromatic Colors of #03572f

#03572f

Complementary Color

#03572f #57032b

#03572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#03572f Color CSS Codes

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

#03572f Text Font Color

<p style="color:#03572f">Text here</p>

This sample text font color is #03572f
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.


#03572f Background Color

<div style="background-color:#03572f">
Div content here</div>

This div background color is #03572f


#03572f Border Color

<div style="border:3px solid #03572f">
Div here</div>

This div border color is #03572f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,87,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03572f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03572f;
  -webkit-box-shadow: 1px 1px 3px 2px #03572f;
  box-shadow:         1px 1px 3px 2px #03572f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03572f


Comments

No comments written yet.

Please login to write comment.