Color Hex Logo

#72533b Color Hex

#72533B
(114,83,59)
0 Favorites   0 Comments

Color spaces of #72533b

RGB 1148359
HSL0.070.320.34
HSV26°48°45°
CMYK 0.000.270.48   0.55
XYZ10.822110.07975.5129
Yxy10.07970.40970.3816
Hunter Lab31.74855.285211.9287
CIE-Lab37.98519.647119.0883

#72533b color RGB value is (114,83,59).

#72533b hex color red value is 114, green value is 83 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #72533b hue: 0.07 , saturation: 0.32 and the lightness value of 72533b is 0.34.

The process color (four color CMYK) of #72533b color hex is 0.00, 0.27, 0.48, 0.55. Web safe color of #72533b is #666633. Color #72533b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 00111011
Octal 162 123 73
Decimal 114 83 59
Hex 72 53 3B

RGB Percentages of Color #72533b

%44.53
%32.42
%23.05

CMYK Percentages of Color #72533b

%0
%27
%48
%55

Triadic Colors of #72533b

#72533b #3b7253 #533b72

Analogous Colors of #72533b

#72533b #726f3b #723b3f

Monochromatic Colors of #72533b

#72533b

Complementary Color

#72533b #3b5a72

#72533b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72533b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72533b Color CSS Codes

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

#72533b Text Font Color

<p style="color:#72533b">Text here</p>

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


#72533b Background Color

<div style="background-color:#72533b">
Div content here</div>

This div background color is #72533b


#72533b Border Color

<div style="border:3px solid #72533b">
Div here</div>

This div border color is #72533b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72533b


Comments

No comments written yet.

Please login to write comment.