COLOR #8D8D57

HEX: #8D8D57
RGB: (141,141,87)

Color info

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

RGB color model

#8D8D57 color RGB value is (141,141,87).

  • red value is 141;
  • green value is 141;
  • blue value is 87.
RGB:
(141,141,87)
(55%,55%,34%)

RGB channels and saturation

R 141 of 255 = 55%
G 141 of 255 = 55%
B 87 of 255 = 34%

141
141
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 141 + 87 = 369 (100%)
R 141 of 369 ~ 38.21%
G 141 of 369 ~ 38.21%
B 87 of 369 ~ 23.58%

%38.21
%38.21
%23.58

CMYK color model

#8D8D57 color CMYK value is (0,0,38,45).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 44.71%
CMYK:
(0,0,38,45)
C0M0Y38K45 
(0%,0%,38%,45%)
(0.00/0.00/0.38/0.45)	

CMYK percentages

%0
%0
%38.3
%44.71

Codes

Color #8D8D57 in popluar color models

8D8D57
RGB14114187
HSL60°23.68%44.71%
HSB/HSV60°38.30%55.29%
CMYK0.00%0.00%38.30%
44.71%

Color #8D8D57 in popluar number systems.

HEX8D8D57
Decimal14114187
Binary10001101100011011010111
Octal215215127

Shades and tints

Shades of #8D8D57

#8D8D57
(141,141,87)
#818150
(129,129,80)
#757549
(117,117,73)
#696942
(105,105,66)
#5D5D3B
(93,93,59)
#515134
(81,81,52)
#45452D
(69,69,45)
#393926
(57,57,38)
#2D2D1F
(45,45,31)
#212118
(33,33,24)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8D8D57

#8D8D57
(141,141,87)
#979766
(151,151,102)
#A1A175
(161,161,117)
#ABAB84
(171,171,132)
#B5B593
(181,181,147)
#BFBFA2
(191,191,162)
#C9C9B1
(201,201,177)
#D3D3C0
(211,211,192)
#DDDDCF
(221,221,207)
#E7E7DE
(231,231,222)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8D57; }

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

This text font color is #8D8D57.


Background Color

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

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

This div background color is #8D8D57.


Border color

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

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

This div border color is #8D8D57.


Opacity

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

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

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

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

This text has shadow with #8D8D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8D57 on black background.


Color preview on white background

This text has color #8D8D57 on white background.



Black color preview on #8D8D57 background

This text has black color on #8D8D57 background.


White color preview on #8D8D57 background

This text has white color on #8D8D57 background.