COLOR #8D9073

HEX: #8D9073
RGB: (141,144,115)

Color info

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

RGB color model

#8D9073 color RGB value is (141,144,115).

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

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 115 of 255 = 45%

141
144
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 115 = 400 (100%)
R 141 of 400 ~ 35.25%
G 144 of 400 ~ 36%
B 115 of 400 ~ 28.75%

%35.25
%36
%28.75

CMYK color model

#8D9073 color CMYK value is (2,0,20,44).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 43.53%
CMYK:
(2,0,20,44)
C2M0Y20K44 
(2%,0%,20%,44%)
(0.02/0.00/0.20/0.44)	

CMYK percentages

%2.08
%0
%20.14
%43.53

Codes

Color #8D9073 in popluar color models

8D9073
RGB141144115
HSL66°11.55%50.78%
HSB/HSV66°20.14%56.47%
CMYK2.08%0.00%20.14%
43.53%

Color #8D9073 in popluar number systems.

HEX8D9073
Decimal141144115
Binary10001101100100001110011
Octal215220163

Shades and tints

Shades of #8D9073

#8D9073
(141,144,115)
#818369
(129,131,105)
#75765F
(117,118,95)
#696955
(105,105,85)
#5D5C4B
(93,92,75)
#514F41
(81,79,65)
#454237
(69,66,55)
#39352D
(57,53,45)
#2D2823
(45,40,35)
#211B19
(33,27,25)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #8D9073

#8D9073
(141,144,115)
#979A7F
(151,154,127)
#A1A48B
(161,164,139)
#ABAE97
(171,174,151)
#B5B8A3
(181,184,163)
#BFC2AF
(191,194,175)
#C9CCBB
(201,204,187)
#D3D6C7
(211,214,199)
#DDE0D3
(221,224,211)
#E7EADF
(231,234,223)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9073; }

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

This text font color is #8D9073.


Background Color

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

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

This div background color is #8D9073.


Border color

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

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

This div border color is #8D9073.


Opacity

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

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

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

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

This text has shadow with #8D9073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9073 on black background.


Color preview on white background

This text has color #8D9073 on white background.



Black color preview on #8D9073 background

This text has black color on #8D9073 background.


White color preview on #8D9073 background

This text has white color on #8D9073 background.