COLOR #8C875A

HEX: #8C875A
RGB: (140,135,90)

Color info

#8C875A contains red, green and blue colors in about the same proportion. Web safe color of #8C875A is #999966 (or #996).

RGB color model

#8C875A color RGB value is (140,135,90).

  • red value is 140;
  • green value is 135;
  • blue value is 90.
RGB:
(140,135,90)
(55%,53%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 135 of 255 = 53%
B 90 of 255 = 35%

140
135
90

R + G + B ~ 48%. #8C875A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 90 = 365 (100%)
R 140 of 365 ~ 38.36%
G 135 of 365 ~ 36.99%
B 90 of 365 ~ 24.66%

%38.36
%36.99
%24.66

CMYK color model

#8C875A color CMYK value is (0,4,36,45).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 35.71%
  • key color value is 45.10%
CMYK:
(0,4,36,45)
C0M4Y36K45 
(0%,4%,36%,45%)
(0.00/0.04/0.36/0.45)	

CMYK percentages

%0
%3.57
%35.71
%45.1

Codes

Color #8C875A in popluar color models

8C875A
RGB14013590
HSL54°21.74%45.10%
HSB/HSV54°35.71%54.90%
CMYK0.00%3.57%35.71%
45.10%

Color #8C875A in popluar number systems.

HEX8C875A
Decimal14013590
Binary10001100100001111011010
Octal214207132

Shades and tints

Shades of #8C875A

#8C875A
(140,135,90)
#807B52
(128,123,82)
#746F4A
(116,111,74)
#686342
(104,99,66)
#5C573A
(92,87,58)
#504B32
(80,75,50)
#443F2A
(68,63,42)
#383322
(56,51,34)
#2C271A
(44,39,26)
#201B12
(32,27,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #8C875A

#8C875A
(140,135,90)
#969169
(150,145,105)
#A09B78
(160,155,120)
#AAA587
(170,165,135)
#B4AF96
(180,175,150)
#BEB9A5
(190,185,165)
#C8C3B4
(200,195,180)
#D2CDC3
(210,205,195)
#DCD7D2
(220,215,210)
#E6E1E1
(230,225,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C875A color. Also use rgb(140,135,90) instead hex code.

Text Font Color

.myTextColor { color: #8C875A; }

<p style="color:#8C875A">This sample text font color is #8C875A.</p>

This text font color is #8C875A.


Background Color

.myBgColor { background-color: #8C875A; }

<div style="background-color:#8C875A">Inner text</div>

This div background color is #8C875A.


Border color

.myBorderColor { border: 1px solid #8C875A; }

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

This div border color is #8C875A.


Opacity

.myOpacity80 { color: #8C875A; opacity: 0.8; }

<p style="color:#8C875A;opacity:0.8;">80%</p>

Text with #8C875A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8C875A;}

<p style="text-shadow: 3px 3px 1px #8C875A">Text here.</p>

This text has shadow with #8C875A color.

.textShadow {text-shadow: 3px 3px 1px #8C875A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8C875A, 5px 5px 20px red">Text here.</p>

This text has shadow with #8C875A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C875A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8C875A, Direction=45, Strength=4)">Text</p>

This text has shadow with #8C875A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8C875A;
  -webkit-box-shadow:	1px 1px 3px 2px #8C875A;
  box-shadow:		1px 1px 3px 2px #8C875A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C875A;
-webkit-box-shadow: 1px 1px 3px 2px #8C875A;
box-shadow:1px 1px 3px 2px #8C875A;">
Div content here</div>
This div box has shadow with color #8C875A.

Preview

Color preview on black background

This text has color #8C875A on black background.


Color preview on white background

This text has color #8C875A on white background.



Black color preview on #8C875A background

This text has black color on #8C875A background.


White color preview on #8C875A background

This text has white color on #8C875A background.