COLOR #8D9077

HEX: #8D9077
RGB: (141,144,119)

Color info

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

RGB color model

#8D9077 color RGB value is (141,144,119).

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

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 119 of 255 = 47%

141
144
119

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

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 119 = 404 (100%)
R 141 of 404 ~ 34.9%
G 144 of 404 ~ 35.64%
B 119 of 404 ~ 29.46%

%34.9
%35.64
%29.46

CMYK color model

#8D9077 color CMYK value is (2,0,17,44).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 43.53%
CMYK:
(2,0,17,44)
C2M0Y17K44 
(2%,0%,17%,44%)
(0.02/0.00/0.17/0.44)	

CMYK percentages

%2.08
%0
%17.36
%43.53

Codes

Color #8D9077 in popluar color models

8D9077
RGB141144119
HSL67°10.12%51.57%
HSB/HSV67°17.36%56.47%
CMYK2.08%0.00%17.36%
43.53%

Color #8D9077 in popluar number systems.

HEX8D9077
Decimal141144119
Binary10001101100100001110111
Octal215220167

Shades and tints

Shades of #8D9077

#8D9077
(141,144,119)
#81836D
(129,131,109)
#757663
(117,118,99)
#696959
(105,105,89)
#5D5C4F
(93,92,79)
#514F45
(81,79,69)
#45423B
(69,66,59)
#393531
(57,53,49)
#2D2827
(45,40,39)
#211B1D
(33,27,29)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #8D9077

#8D9077
(141,144,119)
#979A83
(151,154,131)
#A1A48F
(161,164,143)
#ABAE9B
(171,174,155)
#B5B8A7
(181,184,167)
#BFC2B3
(191,194,179)
#C9CCBF
(201,204,191)
#D3D6CB
(211,214,203)
#DDE0D7
(221,224,215)
#E7EAE3
(231,234,227)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9077; }

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

This text font color is #8D9077.


Background Color

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

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

This div background color is #8D9077.


Border color

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

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

This div border color is #8D9077.


Opacity

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

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

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

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

This text has shadow with #8D9077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9077 on black background.


Color preview on white background

This text has color #8D9077 on white background.



Black color preview on #8D9077 background

This text has black color on #8D9077 background.


White color preview on #8D9077 background

This text has white color on #8D9077 background.