Color Hex Logo

#8c534a Color Hex

#8C534A
(140,83,74)
0 Favorites   0 Comments

Color spaces of #8c534a

RGB 1408374
HSL0.020.310.42
HSV47°55°
CMYK 0.000.410.47   0.45
XYZ15.144512.25648.0461
Yxy12.25640.42720.3458
Hunter Lab35.009115.950810.8799
CIE-Lab41.620822.701015.4185

#8c534a color RGB value is (140,83,74).

#8c534a hex color red value is 140, green value is 83 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8c534a hue: 0.02 , saturation: 0.31 and the lightness value of 8c534a is 0.42.

The process color (four color CMYK) of #8c534a color hex is 0.00, 0.41, 0.47, 0.45. Web safe color of #8c534a is #996633. Color #8c534a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01010011 01001010
Octal 214 123 112
Decimal 140 83 74
Hex 8C 53 4A

RGB Percentages of Color #8c534a

%47.14
%27.95
%24.92

CMYK Percentages of Color #8c534a

%0
%41
%47
%45

Triadic Colors of #8c534a

#8c534a #4a8c53 #534a8c

Analogous Colors of #8c534a

#8c534a #8c744a #8c4a62

Monochromatic Colors of #8c534a

#8c534a

Complementary Color

#8c534a #4a838c

#8c534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c534a Color CSS Codes

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

#8c534a Text Font Color

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

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


#8c534a Background Color

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

This div background color is #8c534a


#8c534a Border Color

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

This div border color is #8c534a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c534a


Comments

No comments written yet.

Please login to write comment.