Color Hex Logo

#72882e Color Hex

#72882E
(114,136,46)
0 Favorites   0 Comments

Color spaces of #72882e

RGB 11413646
HSL0.210.490.36
HSV75°66°53°
CMYK 0.160.000.66   0.47
XYZ16.236721.38305.8563
Yxy21.38300.37350.4918
Hunter Lab46.2418-18.247024.8604
CIE-Lab53.3661-21.560044.1019

#72882e color RGB value is (114,136,46).

#72882e hex color red value is 114, green value is 136 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #72882e hue: 0.21 , saturation: 0.49 and the lightness value of 72882e is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001000 00101110
Octal 162 210 56
Decimal 114 136 46
Hex 72 88 2E

RGB Percentages of Color #72882e

%38.51
%45.95
%15.54

CMYK Percentages of Color #72882e

%16
%0
%66
%47

Triadic Colors of #72882e

#72882e #2e7288 #882e72

Analogous Colors of #72882e

#72882e #45882e #88712e

Monochromatic Colors of #72882e

#72882e

Complementary Color

#72882e #442e88

#72882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72882e Color CSS Codes

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

#72882e Text Font Color

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

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


#72882e Background Color

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

This div background color is #72882e


#72882e Border Color

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

This div border color is #72882e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72882e


Comments

No comments written yet.

Please login to write comment.