COLOR #8D9057

HEX: #8D9057
RGB: (141,144,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
144
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 87 = 372 (100%)
R 141 of 372 ~ 37.9%
G 144 of 372 ~ 38.71%
B 87 of 372 ~ 23.39%

%37.9
%38.71
%23.39

CMYK color model

#8D9057 color CMYK value is (2,0,40,44).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 43.53%
CMYK:
(2,0,40,44)
C2M0Y40K44 
(2%,0%,40%,44%)
(0.02/0.00/0.40/0.44)	

CMYK percentages

%2.08
%0
%39.58
%43.53

Codes

Color #8D9057 in popluar color models

8D9057
RGB14114487
HSL63°24.68%45.29%
HSB/HSV63°39.58%56.47%
CMYK2.08%0.00%39.58%
43.53%

Color #8D9057 in popluar number systems.

HEX8D9057
Decimal14114487
Binary10001101100100001010111
Octal215220127

Shades and tints

Shades of #8D9057

#8D9057
(141,144,87)
#818350
(129,131,80)
#757649
(117,118,73)
#696942
(105,105,66)
#5D5C3B
(93,92,59)
#514F34
(81,79,52)
#45422D
(69,66,45)
#393526
(57,53,38)
#2D281F
(45,40,31)
#211B18
(33,27,24)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #8D9057

#8D9057
(141,144,87)
#979A66
(151,154,102)
#A1A475
(161,164,117)
#ABAE84
(171,174,132)
#B5B893
(181,184,147)
#BFC2A2
(191,194,162)
#C9CCB1
(201,204,177)
#D3D6C0
(211,214,192)
#DDE0CF
(221,224,207)
#E7EADE
(231,234,222)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9057; }

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

This text font color is #8D9057.


Background Color

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

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

This div background color is #8D9057.


Border color

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

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

This div border color is #8D9057.


Opacity

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

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

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

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

This text has shadow with #8D9057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9057 on black background.


Color preview on white background

This text has color #8D9057 on white background.



Black color preview on #8D9057 background

This text has black color on #8D9057 background.


White color preview on #8D9057 background

This text has white color on #8D9057 background.