Color Hex Logo

#8c843b Color Hex

#8C843B
(140,132,59)
0 Favorites   0 Comments

Color spaces of #8c843b

RGB 14013259
HSL0.150.410.39
HSV54°58°55°
CMYK 0.000.060.58   0.45
XYZ19.855922.39377.4136
Yxy22.39370.39980.4509
Hunter Lab47.3220-7.916423.8368
CIE-Lab54.4423-6.951339.7840

#8c843b color RGB value is (140,132,59).

#8c843b hex color red value is 140, green value is 132 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #8c843b hue: 0.15 , saturation: 0.41 and the lightness value of 8c843b is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000100 00111011
Octal 214 204 73
Decimal 140 132 59
Hex 8C 84 3B

RGB Percentages of Color #8c843b

%42.30
%39.88
%17.82

CMYK Percentages of Color #8c843b

%0
%6
%58
%45

Triadic Colors of #8c843b

#8c843b #3b8c84 #843b8c

Analogous Colors of #8c843b

#8c843b #6c8c3b #8c5c3b

Monochromatic Colors of #8c843b

#8c843b

Complementary Color

#8c843b #3b438c

#8c843b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c843b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c843b Color CSS Codes

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

#8c843b Text Font Color

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

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


#8c843b Background Color

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

This div background color is #8c843b


#8c843b Border Color

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

This div border color is #8c843b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c843b


Comments

No comments written yet.

Please login to write comment.