COLOR #8D9475

HEX: #8D9475 RGB: (141,148,117)

Color info

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

RGB color model

#8D9475 color RGB value is (141,148,117).

RGB: (141,148,117) (55%, 58%, 46%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 117 of 255 = 46%

141
148
117

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

Portions of RGB colors in percentages

R + G + B = 141 + 148 + 117 = 406 (100%)
R 141 of 406 ~ 34.73%
G 148 of 406 ~ 36.45%
B 117 of 406 ~ 28.82'%

%34.73
%36.45
%28.82

CMYK color model

#8D9475 color CMYK value is (5,0,21,42).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 41.96%

CMYK: (5,0,21,42)
C5M0Y21K42 (5%, 0%, 21%, 42%)
(0.05 / 0.00 / 0.21 / 0.42)

CMYK percentages

%4.73
%0
%20.95
%41.96

Codes

Color #8D9475 in popluar color models

8D 94 75
RGB 141 148 117
HSL 74° 12.65% 51.96%
HSB/HSV 74° 20.95% 58.04%
CMYK 4.73% 0.00% 20.95%
41.96%

Color #8D9475 in popluar number systems.

HEX 8D 94 75
Decimal 141 148 117
Binary 10001101 10010100 1110101
Octal 215 224 165

Shades and tints

Shades of #8D9475

#8D9475
(141,148,117)
#81876B
(129,135,107)
#757A61
(117,122,97)
#696D57
(105,109,87)
#5D604D
(93,96,77)
#515343
(81,83,67)
#454639
(69,70,57)
#39392F
(57,57,47)
#2D2C25
(45,44,37)
#211F1B
(33,31,27)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D9475

#8D9475
(141,148,117)
#979D81
(151,157,129)
#A1A68D
(161,166,141)
#ABAF99
(171,175,153)
#B5B8A5
(181,184,165)
#BFC1B1
(191,193,177)
#C9CABD
(201,202,189)
#D3D3C9
(211,211,201)
#DDDCD5
(221,220,213)
#E7E5E1
(231,229,225)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9475 color. Also use rgb(141,148,117) instead hex code.

Text Font Color

.myTextColor { color: #8D9475; }

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

This text font color is #8D9475.

Background Color

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

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

This div background color is #8D9475.

Border color

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

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

This div border color is #8D9475.

Opacity

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

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

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

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

This text has shadow with #8D9475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9475.

Preview

Color preview on black background

This text has color #8D9475 on black background.


Color preview on white background

This text has color #8D9475 on white background.


Black color preview on #8D9475 background

This text has black color on #8D9475 background.


White color preview on #8D9475 background

This text has white color on #8D9475 background.


Related colors

Complementary color

Complementary color for #hex is #726B8A.


I love getcolorcode.com

Triadic colors

1 #758D94 and #94758D with #8D9475 are triadic colors.

2 #75948D and #948D75 with #8D9475 are triadic colors.