Color Hex Logo

#72864f Color Hex

#72864F
(114,134,79)
0 Favorites   0 Comments

Color spaces of #72864f

RGB 11413479
HSL0.230.260.42
HSV82°41°53°
CMYK 0.150.000.41   0.47
XYZ16.875821.192110.5982
Yxy21.19210.34680.4355
Hunter Lab46.0349-15.125218.5746
CIE-Lab53.1591-17.074327.2399

#72864f color RGB value is (114,134,79).

#72864f hex color red value is 114, green value is 134 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #72864f hue: 0.23 , saturation: 0.26 and the lightness value of 72864f is 0.42.

The process color (four color CMYK) of #72864f color hex is 0.15, 0.00, 0.41, 0.47. Web safe color of #72864f is #669966. Color #72864f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 01001111
Octal 162 206 117
Decimal 114 134 79
Hex 72 86 4F

RGB Percentages of Color #72864f

%34.86
%40.98
%24.16

CMYK Percentages of Color #72864f

%15
%0
%41
%47

Triadic Colors of #72864f

#72864f #4f7286 #864f72

Analogous Colors of #72864f

#72864f #57864f #867f4f

Monochromatic Colors of #72864f

#72864f

Complementary Color

#72864f #634f86

#72864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72864f Color CSS Codes

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

#72864f Text Font Color

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

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


#72864f Background Color

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

This div background color is #72864f


#72864f Border Color

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

This div border color is #72864f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,134,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72864f


Comments

No comments written yet.

Please login to write comment.