COLOR #8D9273

HEX: #8D9273
RGB: (141,146,115)

Color info

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

RGB color model

#8D9273 color RGB value is (141,146,115).

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

RGB channels and saturation

R 141 of 255 = 55%
G 146 of 255 = 57%
B 115 of 255 = 45%

141
146
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 146 + 115 = 402 (100%)
R 141 of 402 ~ 35.07%
G 146 of 402 ~ 36.32%
B 115 of 402 ~ 28.61%

%35.07
%36.32
%28.61

CMYK color model

#8D9273 color CMYK value is (3,0,21,43).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 42.75%
CMYK:
(3,0,21,43)
C3M0Y21K43 
(3%,0%,21%,43%)
(0.03/0.00/0.21/0.43)	

CMYK percentages

%3.42
%0
%21.23
%42.75

Codes

Color #8D9273 in popluar color models

8D9273
RGB141146115
HSL70°12.45%51.18%
HSB/HSV70°21.23%57.25%
CMYK3.42%0.00%21.23%
42.75%

Color #8D9273 in popluar number systems.

HEX8D9273
Decimal141146115
Binary10001101100100101110011
Octal215222163

Shades and tints

Shades of #8D9273

#8D9273
(141,146,115)
#818569
(129,133,105)
#75785F
(117,120,95)
#696B55
(105,107,85)
#5D5E4B
(93,94,75)
#515141
(81,81,65)
#454437
(69,68,55)
#39372D
(57,55,45)
#2D2A23
(45,42,35)
#211D19
(33,29,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #8D9273

#8D9273
(141,146,115)
#979B7F
(151,155,127)
#A1A48B
(161,164,139)
#ABAD97
(171,173,151)
#B5B6A3
(181,182,163)
#BFBFAF
(191,191,175)
#C9C8BB
(201,200,187)
#D3D1C7
(211,209,199)
#DDDAD3
(221,218,211)
#E7E3DF
(231,227,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9273; }

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

This text font color is #8D9273.


Background Color

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

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

This div background color is #8D9273.


Border color

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

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

This div border color is #8D9273.


Opacity

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

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

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

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

This text has shadow with #8D9273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9273 on black background.


Color preview on white background

This text has color #8D9273 on white background.



Black color preview on #8D9273 background

This text has black color on #8D9273 background.


White color preview on #8D9273 background

This text has white color on #8D9273 background.