Color Hex Logo

#72681f Color Hex

#72681F
(114,104,31)
0 Favorites   0 Comments

Color spaces of #72681f

RGB 11410431
HSL0.150.570.28
HSV53°73°45°
CMYK 0.000.090.73   0.55
XYZ12.137113.57703.2772
Yxy13.57700.41860.4683
Hunter Lab36.8470-5.685720.5196
CIE-Lab43.6201-5.198740.5808

#72681f color RGB value is (114,104,31).

#72681f hex color red value is 114, green value is 104 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #72681f hue: 0.15 , saturation: 0.57 and the lightness value of 72681f is 0.28.

The process color (four color CMYK) of #72681f color hex is 0.00, 0.09, 0.73, 0.55. Web safe color of #72681f is #666633. Color #72681f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101000 00011111
Octal 162 150 37
Decimal 114 104 31
Hex 72 68 1F

RGB Percentages of Color #72681f

%45.78
%41.77
%12.45

CMYK Percentages of Color #72681f

%0
%9
%73
%55

Triadic Colors of #72681f

#72681f #1f7268 #681f72

Analogous Colors of #72681f

#72681f #53721f #723f1f

Monochromatic Colors of #72681f

#72681f

Complementary Color

#72681f #1f2972

#72681f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72681f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72681f Color CSS Codes

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

#72681f Text Font Color

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

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


#72681f Background Color

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

This div background color is #72681f


#72681f Border Color

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

This div border color is #72681f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72681f


Comments

No comments written yet.

Please login to write comment.