Color Hex Logo

#72651f Color Hex

#72651F
(114,101,31)
0 Favorites   0 Comments

Color spaces of #72651f

RGB 11410131
HSL0.140.570.28
HSV51°73°45°
CMYK 0.000.110.73   0.55
XYZ11.840412.98373.1784
Yxy12.98370.42280.4637
Hunter Lab36.0329-4.402519.9932
CIE-Lab42.7387-3.468239.6927

#72651f color RGB value is (114,101,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100101 00011111
Octal 162 145 37
Decimal 114 101 31
Hex 72 65 1F

RGB Percentages of Color #72651f

%46.34
%41.06
%12.60

CMYK Percentages of Color #72651f

%0
%11
%73
%55

Triadic Colors of #72651f

#72651f #1f7265 #651f72

Analogous Colors of #72651f

#72651f #56721f #723c1f

Monochromatic Colors of #72651f

#72651f

Complementary Color

#72651f #1f2c72

#72651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72651f Color CSS Codes

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

#72651f Text Font Color

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

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


#72651f Background Color

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

This div background color is #72651f


#72651f Border Color

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

This div border color is #72651f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72651f


Comments

No comments written yet.

Please login to write comment.