Color Hex Logo

#8c423a Color Hex

#8C423A
(140,66,58)
0 Favorites   0 Comments

Color spaces of #8c423a

RGB 1406658
HSL0.020.410.39
HSV59°55°
CMYK 0.000.530.59   0.45
XYZ13.52729.77745.1772
Yxy9.77740.47490.3433
Hunter Lab31.268822.500412.0715
CIE-Lab37.439930.707219.6817

#8c423a color RGB value is (140,66,58).

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

The process color (four color CMYK) of #8c423a color hex is 0.00, 0.53, 0.59, 0.45. Web safe color of #8c423a is #993333. Color #8c423a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000010 00111010
Octal 214 102 72
Decimal 140 66 58
Hex 8C 42 3A

RGB Percentages of Color #8c423a

%53.03
%25.00
%21.97

CMYK Percentages of Color #8c423a

%0
%53
%59
%45

Triadic Colors of #8c423a

#8c423a #3a8c42 #423a8c

Analogous Colors of #8c423a

#8c423a #8c6b3a #8c3a5b

Monochromatic Colors of #8c423a

#8c423a

Complementary Color

#8c423a #3a848c

#8c423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c423a Color CSS Codes

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

#8c423a Text Font Color

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

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


#8c423a Background Color

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

This div background color is #8c423a


#8c423a Border Color

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

This div border color is #8c423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c423a


Comments

No comments written yet.

Please login to write comment.