Color Hex Logo

#8c7840 Color Hex

#8C7840
(140,120,64)
0 Favorites   0 Comments

Color spaces of #8c7840

RGB 14012064
HSL0.120.370.40
HSV44°54°55°
CMYK 0.000.140.54   0.45
XYZ18.457119.37867.6181
Yxy19.37860.40610.4263
Hunter Lab44.0211-2.195820.5543
CIE-Lab51.12720.200533.3243

#8c7840 color RGB value is (140,120,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01111000 01000000
Octal 214 170 100
Decimal 140 120 64
Hex 8C 78 40

RGB Percentages of Color #8c7840

%43.21
%37.04
%19.75

CMYK Percentages of Color #8c7840

%0
%14
%54
%45

Triadic Colors of #8c7840

#8c7840 #408c78 #78408c

Analogous Colors of #8c7840

#8c7840 #7a8c40 #8c5240

Monochromatic Colors of #8c7840

#8c7840

Complementary Color

#8c7840 #40548c

#8c7840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c7840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c7840 Color CSS Codes

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

#8c7840 Text Font Color

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

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


#8c7840 Background Color

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

This div background color is #8c7840


#8c7840 Border Color

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

This div border color is #8c7840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c7840


Comments

No comments written yet.

Please login to write comment.