COLOR #908D76

HEX: #908D76 RGB: (144,141,118)

Color info

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

RGB color model

#908D76 color RGB value is (144,141,118).

RGB: (144,141,118) (56%, 55%, 46%)

RGB channels and saturation

R 144 of 255 = 56%
G 141 of 255 = 55%
B 118 of 255 = 46%

144
141
118

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

Portions of RGB colors in percentages

R + G + B = 144 + 141 + 118 = 403 (100%)
R 144 of 403 ~ 35.73%
G 141 of 403 ~ 34.99%
B 118 of 403 ~ 29.28'%

%35.73
%34.99
%29.28

CMYK color model

#908D76 color CMYK value is (0,2,18,44).

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

CMYK: (0,2,18,44)
C0M2Y18K44 (0%, 2%, 18%, 44%)
(0.00 / 0.02 / 0.18 / 0.44)

CMYK percentages

%0
%2.08
%18.06
%43.53

Codes

Color #908D76 in popluar color models

90 8D 76
RGB 144 141 118
HSL 53° 10.48% 51.37%
HSB/HSV 53° 18.06% 56.47%
CMYK 0.00% 2.08% 18.06%
43.53%

Color #908D76 in popluar number systems.

HEX 90 8D 76
Decimal 144 141 118
Binary 10010000 10001101 1110110
Octal 220 215 166

Shades and tints

Shades of #908D76

#908D76
(144,141,118)
#83816C
(131,129,108)
#767562
(118,117,98)
#696958
(105,105,88)
#5C5D4E
(92,93,78)
#4F5144
(79,81,68)
#42453A
(66,69,58)
#353930
(53,57,48)
#282D26
(40,45,38)
#1B211C
(27,33,28)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #908D76

#908D76
(144,141,118)
#9A9782
(154,151,130)
#A4A18E
(164,161,142)
#AEAB9A
(174,171,154)
#B8B5A6
(184,181,166)
#C2BFB2
(194,191,178)
#CCC9BE
(204,201,190)
#D6D3CA
(214,211,202)
#E0DDD6
(224,221,214)
#EAE7E2
(234,231,226)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908D76 color. Also use rgb(144,141,118) instead hex code.

Text Font Color

.myTextColor { color: #908D76; }

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

This text font color is #908D76.

Background Color

.myBgColor { background-color: #908D76; }

<div style="background-color:#908D76">Inner text</div>

This div background color is #908D76.

Border color

.myBorderColor { border: 1px solid #908D76; }

<div style="border:3px solid #908D76">Div</div>

This div border color is #908D76.

Opacity

.myOpacity80 { color: #908D76; opacity: 0.8; }

<p style="color:#908D76;opacity:0.8;">80%</p>

Text with #908D76 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 #908D76;}

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

This text has shadow with #908D76 color.


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

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

This text has shadow with #908D76 primary color and red secondary color.


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

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

This text has shadow with #908D76 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #908D76.

Preview

Color preview on black background

This text has color #908D76 on black background.


Color preview on white background

This text has color #908D76 on white background.


Black color preview on #908D76 background

This text has black color on #908D76 background.


White color preview on #908D76 background

This text has white color on #908D76 background.


Related colors

Complementary color

Complementary color for #hex is #6F7289.


I love getcolorcode.com

Triadic colors

1 #76908D and #8D7690 with #908D76 are triadic colors.

2 #768D90 and #8D9076 with #908D76 are triadic colors.