Color Hex Logo

#8c603e Color Hex

#8C603E
(140,96,62)
0 Favorites   0 Comments

Color spaces of #8c603e

RGB 1409662
HSL0.070.390.40
HSV26°56°55°
CMYK 0.000.310.56   0.45
XYZ15.867614.28906.4792
Yxy14.28900.43310.3900
Hunter Lab37.80088.777416.2980
CIE-Lab44.644613.914626.4777

#8c603e color RGB value is (140,96,62).

#8c603e hex color red value is 140, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8c603e hue: 0.07 , saturation: 0.39 and the lightness value of 8c603e is 0.40.

The process color (four color CMYK) of #8c603e color hex is 0.00, 0.31, 0.56, 0.45. Web safe color of #8c603e is #996633. Color #8c603e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100000 00111110
Octal 214 140 76
Decimal 140 96 62
Hex 8C 60 3E

RGB Percentages of Color #8c603e

%46.98
%32.21
%20.81

CMYK Percentages of Color #8c603e

%0
%31
%56
%45

Triadic Colors of #8c603e

#8c603e #3e8c60 #603e8c

Analogous Colors of #8c603e

#8c603e #8c873e #8c3e43

Monochromatic Colors of #8c603e

#8c603e

Complementary Color

#8c603e #3e6a8c

#8c603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c603e Color CSS Codes

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

#8c603e Text Font Color

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

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


#8c603e Background Color

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

This div background color is #8c603e


#8c603e Border Color

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

This div border color is #8c603e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c603e


Comments

No comments written yet.

Please login to write comment.