COLOR #8D8B75

HEX: #8D8B75
RGB: (141,139,117)

Color info

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

RGB color model

#8D8B75 color RGB value is (141,139,117).

  • red value is 141;
  • green value is 139;
  • blue value is 117.
RGB:
(141,139,117)
(55%,55%,46%)

RGB channels and saturation

R 141 of 255 = 55%
G 139 of 255 = 55%
B 117 of 255 = 46%

141
139
117

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

Portions of RGB colors in percentages

R + G + B =
141 + 139 + 117 = 397 (100%)
R 141 of 397 ~ 35.52%
G 139 of 397 ~ 35.01%
B 117 of 397 ~ 29.47%

%35.52
%35.01
%29.47

CMYK color model

#8D8B75 color CMYK value is (0,1,17,45).

  • cyan value is 0.00%
  • magenta value is 1.42%
  • yellow value is 17.02%
  • key color value is 44.71%
CMYK:
(0,1,17,45)
C0M1Y17K45 
(0%,1%,17%,45%)
(0.00/0.01/0.17/0.45)	

CMYK percentages

%0
%1.42
%17.02
%44.71

Codes

Color #8D8B75 in popluar color models

8D8B75
RGB141139117
HSL55°9.52%50.59%
HSB/HSV55°17.02%55.29%
CMYK0.00%1.42%17.02%
44.71%

Color #8D8B75 in popluar number systems.

HEX8D8B75
Decimal141139117
Binary10001101100010111110101
Octal215213165

Shades and tints

Shades of #8D8B75

#8D8B75
(141,139,117)
#817F6B
(129,127,107)
#757361
(117,115,97)
#696757
(105,103,87)
#5D5B4D
(93,91,77)
#514F43
(81,79,67)
#454339
(69,67,57)
#39372F
(57,55,47)
#2D2B25
(45,43,37)
#211F1B
(33,31,27)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #8D8B75

#8D8B75
(141,139,117)
#979581
(151,149,129)
#A19F8D
(161,159,141)
#ABA999
(171,169,153)
#B5B3A5
(181,179,165)
#BFBDB1
(191,189,177)
#C9C7BD
(201,199,189)
#D3D1C9
(211,209,201)
#DDDBD5
(221,219,213)
#E7E5E1
(231,229,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8B75 color. Also use rgb(141,139,117) instead hex code.

Text Font Color

.myTextColor { color: #8D8B75; }

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

This text font color is #8D8B75.


Background Color

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

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

This div background color is #8D8B75.


Border color

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

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

This div border color is #8D8B75.


Opacity

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

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

Text with #8D8B75 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 #8D8B75;}

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

This text has shadow with #8D8B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8B75 on black background.


Color preview on white background

This text has color #8D8B75 on white background.



Black color preview on #8D8B75 background

This text has black color on #8D8B75 background.


White color preview on #8D8B75 background

This text has white color on #8D8B75 background.