Color Hex Logo

#8c832e Color Hex

#8C832E
(140,131,46)
0 Favorites   0 Comments

Color spaces of #8c832e

RGB 14013146
HSL0.150.510.36
HSV54°67°55°
CMYK 0.000.060.67   0.45
XYZ19.424722.00535.8084
Yxy22.00530.41120.4658
Hunter Lab46.9098-8.177825.4955
CIE-Lab54.0326-7.348945.4574

#8c832e color RGB value is (140,131,46).

#8c832e hex color red value is 140, green value is 131 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8c832e hue: 0.15 , saturation: 0.51 and the lightness value of 8c832e is 0.36.

The process color (four color CMYK) of #8c832e color hex is 0.00, 0.06, 0.67, 0.45. Web safe color of #8c832e is #999933. Color #8c832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000011 00101110
Octal 214 203 56
Decimal 140 131 46
Hex 8C 83 2E

RGB Percentages of Color #8c832e

%44.16
%41.32
%14.51

CMYK Percentages of Color #8c832e

%0
%6
%67
%45

Triadic Colors of #8c832e

#8c832e #2e8c83 #832e8c

Analogous Colors of #8c832e

#8c832e #668c2e #8c542e

Monochromatic Colors of #8c832e

#8c832e

Complementary Color

#8c832e #2e378c

#8c832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c832e Color CSS Codes

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

#8c832e Text Font Color

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

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


#8c832e Background Color

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

This div background color is #8c832e


#8c832e Border Color

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

This div border color is #8c832e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,131,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 #8c832e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c832e


Comments

No comments written yet.

Please login to write comment.