Color Hex Logo

#8c783e Color Hex

#8C783E
(140,120,62)
0 Favorites   0 Comments

Color spaces of #8c783e

RGB 14012062
HSL0.120.390.40
HSV45°56°55°
CMYK 0.000.140.56   0.45
XYZ18.401219.35627.3237
Yxy19.35620.40820.4294
Hunter Lab43.9957-2.334820.9273
CIE-Lab51.10140.019534.3553

#8c783e color RGB value is (140,120,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01111000 00111110
Octal 214 170 76
Decimal 140 120 62
Hex 8C 78 3E

RGB Percentages of Color #8c783e

%43.48
%37.27
%19.25

CMYK Percentages of Color #8c783e

%0
%14
%56
%45

Triadic Colors of #8c783e

#8c783e #3e8c78 #783e8c

Analogous Colors of #8c783e

#8c783e #798c3e #8c513e

Monochromatic Colors of #8c783e

#8c783e

Complementary Color

#8c783e #3e528c

#8c783e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c783e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c783e Color CSS Codes

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

#8c783e Text Font Color

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

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


#8c783e Background Color

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

This div background color is #8c783e


#8c783e Border Color

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

This div border color is #8c783e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c783e


Comments

No comments written yet.

Please login to write comment.