Color Hex Logo

#8c412c Color Hex

#8C412C
(140,65,44)
0 Favorites   0 Comments

Color spaces of #8c412c

RGB 1406544
HSL0.040.520.36
HSV13°69°55°
CMYK 0.000.540.69   0.45
XYZ13.16019.53793.5303
Yxy9.53790.50180.3636
Hunter Lab30.883522.016514.8410
CIE-Lab37.000030.220427.6047

#8c412c color RGB value is (140,65,44).

#8c412c hex color red value is 140, green value is 65 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #8c412c hue: 0.04 , saturation: 0.52 and the lightness value of 8c412c is 0.36.

The process color (four color CMYK) of #8c412c color hex is 0.00, 0.54, 0.69, 0.45. Web safe color of #8c412c is #993333. Color #8c412c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000001 00101100
Octal 214 101 54
Decimal 140 65 44
Hex 8C 41 2C

RGB Percentages of Color #8c412c

%56.22
%26.10
%17.67

CMYK Percentages of Color #8c412c

%0
%54
%69
%45

Triadic Colors of #8c412c

#8c412c #2c8c41 #412c8c

Analogous Colors of #8c412c

#8c412c #8c712c #8c2c47

Monochromatic Colors of #8c412c

#8c412c

Complementary Color

#8c412c #2c778c

#8c412c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c412c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c412c Color CSS Codes

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

#8c412c Text Font Color

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

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


#8c412c Background Color

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

This div background color is #8c412c


#8c412c Border Color

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

This div border color is #8c412c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c412c


Comments

No comments written yet.

Please login to write comment.