Color Hex Logo

#8c8062 Color Hex

#8C8062
(140,128,98)
0 Favorites   0 Comments

Color spaces of #8c8062

RGB 14012898
HSL0.120.180.47
HSV43°30°55°
CMYK 0.000.090.30   0.45
XYZ20.739021.895614.6885
Yxy21.89560.36180.3820
Hunter Lab46.7927-2.774314.1435
CIE-Lab53.9161-0.348517.9713

#8c8062 color RGB value is (140,128,98).

#8c8062 hex color red value is 140, green value is 128 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #8c8062 hue: 0.12 , saturation: 0.18 and the lightness value of 8c8062 is 0.47.

The process color (four color CMYK) of #8c8062 color hex is 0.00, 0.09, 0.30, 0.45. Web safe color of #8c8062 is #999966. Color #8c8062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000000 01100010
Octal 214 200 142
Decimal 140 128 98
Hex 8C 80 62

RGB Percentages of Color #8c8062

%38.25
%34.97
%26.78

CMYK Percentages of Color #8c8062

%0
%9
%30
%45

Triadic Colors of #8c8062

#8c8062 #628c80 #80628c

Analogous Colors of #8c8062

#8c8062 #838c62 #8c6b62

Monochromatic Colors of #8c8062

#8c8062

Complementary Color

#8c8062 #626e8c

#8c8062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c8062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c8062 Color CSS Codes

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

#8c8062 Text Font Color

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

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


#8c8062 Background Color

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

This div background color is #8c8062


#8c8062 Border Color

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

This div border color is #8c8062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c8062


Comments

No comments written yet.

Please login to write comment.