Color Hex Logo

#8c380e Color Hex

#8C380E
(140,56,14)
0 Favorites   0 Comments

Color spaces of #8c380e

RGB 1405614
HSL0.060.820.30
HSV20°90°55°
CMYK 0.000.600.90   0.45
XYZ12.30878.43551.3949
Yxy8.43550.55600.3810
Hunter Lab29.043924.820717.4832
CIE-Lab34.873933.681540.9159

#8c380e color RGB value is (140,56,14).

#8c380e hex color red value is 140, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8c380e hue: 0.06 , saturation: 0.82 and the lightness value of 8c380e is 0.30.

The process color (four color CMYK) of #8c380e color hex is 0.00, 0.60, 0.90, 0.45. Web safe color of #8c380e is #993300. Color #8c380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111000 00001110
Octal 214 70 16
Decimal 140 56 14
Hex 8C 38 E

RGB Percentages of Color #8c380e

%66.67
%26.67
%6.67

CMYK Percentages of Color #8c380e

%0
%60
%90
%45

Triadic Colors of #8c380e

#8c380e #0e8c38 #380e8c

Analogous Colors of #8c380e

#8c380e #8c770e #8c0e23

Monochromatic Colors of #8c380e

#8c380e

Complementary Color

#8c380e #0e628c

#8c380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c380e Color CSS Codes

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

#8c380e Text Font Color

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

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


#8c380e Background Color

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

This div background color is #8c380e


#8c380e Border Color

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

This div border color is #8c380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c380e


Comments

No comments written yet.

Please login to write comment.