Color Hex Logo

#8c8358 Color Hex

#8C8358
(140,131,88)
0 Favorites   0 Comments

Color spaces of #8c8358

RGB 14013188
HSL0.140.230.45
HSV50°37°55°
CMYK 0.000.060.37   0.45
XYZ20.693022.512612.4873
Yxy22.51260.37160.4042
Hunter Lab47.4474-5.184817.6092
CIE-Lab54.5667-3.375724.4966

#8c8358 color RGB value is (140,131,88).

#8c8358 hex color red value is 140, green value is 131 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #8c8358 hue: 0.14 , saturation: 0.23 and the lightness value of 8c8358 is 0.45.

The process color (four color CMYK) of #8c8358 color hex is 0.00, 0.06, 0.37, 0.45. Web safe color of #8c8358 is #999966. Color #8c8358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000011 01011000
Octal 214 203 130
Decimal 140 131 88
Hex 8C 83 58

RGB Percentages of Color #8c8358

%39.00
%36.49
%24.51

CMYK Percentages of Color #8c8358

%0
%6
%37
%45

Triadic Colors of #8c8358

#8c8358 #588c83 #83588c

Analogous Colors of #8c8358

#8c8358 #7b8c58 #8c6958

Monochromatic Colors of #8c8358

#8c8358

Complementary Color

#8c8358 #58618c

#8c8358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c8358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c8358 Color CSS Codes

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

#8c8358 Text Font Color

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

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


#8c8358 Background Color

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

This div background color is #8c8358


#8c8358 Border Color

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

This div border color is #8c8358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c8358


Comments

No comments written yet.

Please login to write comment.