Color Hex Logo

#8c882f Color Hex

#8C882F
(140,136,47)
0 Favorites   0 Comments

Color spaces of #8c882f

RGB 14013647
HSL0.160.500.37
HSV57°66°55°
CMYK 0.000.030.66   0.45
XYZ20.132523.38906.1428
Yxy23.38900.40540.4709
Hunter Lab48.3622-10.326726.3227
CIE-Lab55.4708-10.013346.5190

#8c882f color RGB value is (140,136,47).

#8c882f hex color red value is 140, green value is 136 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8c882f hue: 0.16 , saturation: 0.50 and the lightness value of 8c882f is 0.37.

The process color (four color CMYK) of #8c882f color hex is 0.00, 0.03, 0.66, 0.45. Web safe color of #8c882f is #999933. Color #8c882f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001000 00101111
Octal 214 210 57
Decimal 140 136 47
Hex 8C 88 2F

RGB Percentages of Color #8c882f

%43.34
%42.11
%14.55

CMYK Percentages of Color #8c882f

%0
%3
%66
%45

Triadic Colors of #8c882f

#8c882f #2f8c88 #882f8c

Analogous Colors of #8c882f

#8c882f #628c2f #8c592f

Monochromatic Colors of #8c882f

#8c882f

Complementary Color

#8c882f #2f338c

#8c882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c882f Color CSS Codes

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

#8c882f Text Font Color

<p style="color:#8c882f">Text here</p>

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


#8c882f Background Color

<div style="background-color:#8c882f">
Div content here</div>

This div background color is #8c882f


#8c882f Border Color

<div style="border:3px solid #8c882f">
Div here</div>

This div border color is #8c882f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,136,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c882f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c882f;
  -webkit-box-shadow: 1px 1px 3px 2px #8c882f;
  box-shadow:         1px 1px 3px 2px #8c882f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c882f


Comments

No comments written yet.

Please login to write comment.