Color Hex Logo

#72531f Color Hex

#72531F
(114,83,31)
0 Favorites   0 Comments

Color spaces of #72531f

RGB 1148331
HSL0.100.570.28
HSV38°73°45°
CMYK 0.000.270.73   0.55
XYZ10.28009.86282.6582
Yxy9.86280.45090.4326
Hunter Lab31.40513.470516.9651
CIE-Lab37.59517.212334.3860

#72531f color RGB value is (114,83,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 00011111
Octal 162 123 37
Decimal 114 83 31
Hex 72 53 1F

RGB Percentages of Color #72531f

%50.00
%36.40
%13.60

CMYK Percentages of Color #72531f

%0
%27
%73
%55

Triadic Colors of #72531f

#72531f #1f7253 #531f72

Analogous Colors of #72531f

#72531f #68721f #722a1f

Monochromatic Colors of #72531f

#72531f

Complementary Color

#72531f #1f3e72

#72531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72531f Color CSS Codes

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

#72531f Text Font Color

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

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


#72531f Background Color

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

This div background color is #72531f


#72531f Border Color

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

This div border color is #72531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72531f


Comments

No comments written yet.

Please login to write comment.