Color Hex Logo

#72883e Color Hex

#72883E
(114,136,62)
0 Favorites   0 Comments

Color spaces of #72883e

RGB 11413662
HSL0.220.370.39
HSV78°54°53°
CMYK 0.160.000.54   0.47
XYZ16.613121.53357.8382
Yxy21.53350.36130.4683
Hunter Lab46.4042-17.302822.4682
CIE-Lab53.5285-20.132436.6782

#72883e color RGB value is (114,136,62).

#72883e hex color red value is 114, green value is 136 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #72883e hue: 0.22 , saturation: 0.37 and the lightness value of 72883e is 0.39.

The process color (four color CMYK) of #72883e color hex is 0.16, 0.00, 0.54, 0.47. Web safe color of #72883e is #669933. Color #72883e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001000 00111110
Octal 162 210 76
Decimal 114 136 62
Hex 72 88 3E

RGB Percentages of Color #72883e

%36.54
%43.59
%19.87

CMYK Percentages of Color #72883e

%16
%0
%54
%47

Triadic Colors of #72883e

#72883e #3e7288 #883e72

Analogous Colors of #72883e

#72883e #4d883e #88793e

Monochromatic Colors of #72883e

#72883e

Complementary Color

#72883e #543e88

#72883e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72883e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72883e Color CSS Codes

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

#72883e Text Font Color

<p style="color:#72883e">Text here</p>

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


#72883e Background Color

<div style="background-color:#72883e">
Div content here</div>

This div background color is #72883e


#72883e Border Color

<div style="border:3px solid #72883e">
Div here</div>

This div border color is #72883e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,136,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72883e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72883e;
  -webkit-box-shadow: 1px 1px 3px 2px #72883e;
  box-shadow:         1px 1px 3px 2px #72883e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72883e


Comments

No comments written yet.

Please login to write comment.