Color Hex Logo

#8c361e Color Hex

#8C361E
(140,54,30)
0 Favorites   0 Comments

Color spaces of #8c361e

RGB 1405430
HSL0.040.650.33
HSV13°79°55°
CMYK 0.000.610.79   0.45
XYZ12.36878.30752.1799
Yxy8.30750.54120.3635
Hunter Lab28.822726.159915.6917
CIE-Lab34.615335.206632.9607

#8c361e color RGB value is (140,54,30).

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

The process color (four color CMYK) of #8c361e color hex is 0.00, 0.61, 0.79, 0.45. Web safe color of #8c361e is #993333. Color #8c361e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00110110 00011110
Octal 214 66 36
Decimal 140 54 30
Hex 8C 36 1E

RGB Percentages of Color #8c361e

%62.50
%24.11
%13.39

CMYK Percentages of Color #8c361e

%0
%61
%79
%45

Triadic Colors of #8c361e

#8c361e #1e8c36 #361e8c

Analogous Colors of #8c361e

#8c361e #8c6d1e #8c1e3d

Monochromatic Colors of #8c361e

#8c361e

Complementary Color

#8c361e #1e748c

#8c361e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c361e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c361e Color CSS Codes

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

#8c361e Text Font Color

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

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


#8c361e Background Color

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

This div background color is #8c361e


#8c361e Border Color

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

This div border color is #8c361e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,54,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 #8c361e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c361e


Comments

No comments written yet.

Please login to write comment.