Color Hex Logo

#8c7641 Color Hex

#8C7641
(140,118,65)
0 Favorites   0 Comments

Color spaces of #8c7641

RGB 14011865
HSL0.120.370.40
HSV42°54°55°
CMYK 0.000.160.54   0.45
XYZ18.247818.91407.6900
Yxy18.91400.40680.4217
Hunter Lab43.4902-1.212219.9594
CIE-Lab50.58641.433032.1334

#8c7641 color RGB value is (140,118,65).

#8c7641 hex color red value is 140, green value is 118 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #8c7641 hue: 0.12 , saturation: 0.37 and the lightness value of 8c7641 is 0.40.

The process color (four color CMYK) of #8c7641 color hex is 0.00, 0.16, 0.54, 0.45. Web safe color of #8c7641 is #996633. Color #8c7641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110110 01000001
Octal 214 166 101
Decimal 140 118 65
Hex 8C 76 41

RGB Percentages of Color #8c7641

%43.34
%36.53
%20.12

CMYK Percentages of Color #8c7641

%0
%16
%54
%45

Triadic Colors of #8c7641

#8c7641 #418c76 #76418c

Analogous Colors of #8c7641

#8c7641 #7d8c41 #8c5141

Monochromatic Colors of #8c7641

#8c7641

Complementary Color

#8c7641 #41578c

#8c7641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c7641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c7641 Color CSS Codes

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

#8c7641 Text Font Color

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

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


#8c7641 Background Color

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

This div background color is #8c7641


#8c7641 Border Color

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

This div border color is #8c7641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c7641


Comments

No comments written yet.

Please login to write comment.