COLOR #8D9083

HEX: #8D9083 RGB: (141,144,131)

Color info

#8D9083 contains red, green and blue colors in about the same proportion. Web safe color of #8D9083 is #999999 (or #999).

RGB color model

#8D9083 color RGB value is (141,144,131).

RGB: (141,144,131) (55%, 56%, 51%)

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 131 of 255 = 51%

141
144
131

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

Portions of RGB colors in percentages

R + G + B = 141 + 144 + 131 = 416 (100%)
R 141 of 416 ~ 33.89%
G 144 of 416 ~ 34.62%
B 131 of 416 ~ 31.49'%

%33.89
%34.62
%31.49

CMYK color model

#8D9083 color CMYK value is (2,0,9,44).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 9.03%
  • key color value is 43.53%

CMYK: (2,0,9,44)
C2M0Y9K44 (2%, 0%, 9%, 44%)
(0.02 / 0.00 / 0.09 / 0.44)

CMYK percentages

%2.08
%0
%9.03
%43.53

Codes

Color #8D9083 in popluar color models

8D 90 83
RGB 141 144 131
HSL 74° 5.53% 53.92%
HSB/HSV 74° 9.03% 56.47%
CMYK 2.08% 0.00% 9.03%
43.53%

Color #8D9083 in popluar number systems.

HEX 8D 90 83
Decimal 141 144 131
Binary 10001101 10010000 10000011
Octal 215 220 203

Shades and tints

Shades of #8D9083

#8D9083
(141,144,131)
#818378
(129,131,120)
#75766D
(117,118,109)
#696962
(105,105,98)
#5D5C57
(93,92,87)
#514F4C
(81,79,76)
#454241
(69,66,65)
#393536
(57,53,54)
#2D282B
(45,40,43)
#211B20
(33,27,32)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #8D9083

#8D9083
(141,144,131)
#979A8E
(151,154,142)
#A1A499
(161,164,153)
#ABAEA4
(171,174,164)
#B5B8AF
(181,184,175)
#BFC2BA
(191,194,186)
#C9CCC5
(201,204,197)
#D3D6D0
(211,214,208)
#DDE0DB
(221,224,219)
#E7EAE6
(231,234,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9083; }

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

This text font color is #8D9083.

Background Color

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

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

This div background color is #8D9083.

Border color

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

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

This div border color is #8D9083.

Opacity

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

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

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

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

This text has shadow with #8D9083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9083.

Preview

Color preview on black background

This text has color #8D9083 on black background.


Color preview on white background

This text has color #8D9083 on white background.


Black color preview on #8D9083 background

This text has black color on #8D9083 background.


White color preview on #8D9083 background

This text has white color on #8D9083 background.


Related colors

Complementary color

Complementary color for #hex is #726F7C.


I love getcolorcode.com

Triadic colors

1 #838D90 and #90838D with #8D9083 are triadic colors.

2 #83908D and #908D83 with #8D9083 are triadic colors.