Color Hex Logo

#8c4f1e Color Hex

#8C4F1E
(140,79,30)
0 Favorites   0 Comments

Color spaces of #8c4f1e

RGB 1407930
HSL0.070.650.33
HSV27°79°55°
CMYK 0.000.440.79   0.45
XYZ13.845511.26122.6722
Yxy11.26120.49840.4054
Hunter Lab33.557714.920918.7691
CIE-Lab40.017021.631038.4600

#8c4f1e color RGB value is (140,79,30).

#8c4f1e hex color red value is 140, green value is 79 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #8c4f1e hue: 0.07 , saturation: 0.65 and the lightness value of 8c4f1e is 0.33.

The process color (four color CMYK) of #8c4f1e color hex is 0.00, 0.44, 0.79, 0.45. Web safe color of #8c4f1e is #996633. Color #8c4f1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01001111 00011110
Octal 214 117 36
Decimal 140 79 30
Hex 8C 4F 1E

RGB Percentages of Color #8c4f1e

%56.22
%31.73
%12.05

CMYK Percentages of Color #8c4f1e

%0
%44
%79
%45

Triadic Colors of #8c4f1e

#8c4f1e #1e8c4f #4f1e8c

Analogous Colors of #8c4f1e

#8c4f1e #8c861e #8c1e24

Monochromatic Colors of #8c4f1e

#8c4f1e

Complementary Color

#8c4f1e #1e5b8c

#8c4f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c4f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c4f1e Color CSS Codes

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

#8c4f1e Text Font Color

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

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


#8c4f1e Background Color

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

This div background color is #8c4f1e


#8c4f1e Border Color

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

This div border color is #8c4f1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c4f1e


Comments

No comments written yet.

Please login to write comment.