Color Hex Logo

#72872f Color Hex

#72872F
(114,135,47)
0 Favorites   0 Comments

Color spaces of #72872f

RGB 11413547
HSL0.210.480.36
HSV74°65°53°
CMYK 0.160.000.65   0.47
XYZ16.116521.11065.9146
Yxy21.11060.37360.4893
Hunter Lab45.9463-17.793824.5301
CIE-Lab53.0703-20.971343.3422

#72872f color RGB value is (114,135,47).

#72872f hex color red value is 114, green value is 135 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #72872f hue: 0.21 , saturation: 0.48 and the lightness value of 72872f is 0.36.

The process color (four color CMYK) of #72872f color hex is 0.16, 0.00, 0.65, 0.47. Web safe color of #72872f is #669933. Color #72872f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000111 00101111
Octal 162 207 57
Decimal 114 135 47
Hex 72 87 2F

RGB Percentages of Color #72872f

%38.51
%45.61
%15.88

CMYK Percentages of Color #72872f

%16
%0
%65
%47

Triadic Colors of #72872f

#72872f #2f7287 #872f72

Analogous Colors of #72872f

#72872f #46872f #87702f

Monochromatic Colors of #72872f

#72872f

Complementary Color

#72872f #442f87

#72872f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72872f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72872f Color CSS Codes

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

#72872f Text Font Color

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

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


#72872f Background Color

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

This div background color is #72872f


#72872f Border Color

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

This div border color is #72872f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,135,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 #72872f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72872f


Comments

No comments written yet.

Please login to write comment.