COLOR #908D82

HEX: #908D82
RGB: (144,141,130)

Color info

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

RGB color model

#908D82 color RGB value is (144,141,130).

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

RGB channels and saturation

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

144
141
130

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

Portions of RGB colors in percentages

R + G + B =
144 + 141 + 130 = 415 (100%)
R 144 of 415 ~ 34.7%
G 141 of 415 ~ 33.98%
B 130 of 415 ~ 31.33%

%34.7
%33.98
%31.33

CMYK color model

#908D82 color CMYK value is (0,2,10,44).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 9.72%
  • key color value is 43.53%
CMYK:
(0,2,10,44)
C0M2Y10K44 
(0%,2%,10%,44%)
(0.00/0.02/0.10/0.44)	

CMYK percentages

%0
%2.08
%9.72
%43.53

Codes

Color #908D82 in popluar color models

908D82
RGB144141130
HSL47°5.93%53.73%
HSB/HSV47°9.72%56.47%
CMYK0.00%2.08%9.72%
43.53%

Color #908D82 in popluar number systems.

HEX908D82
Decimal144141130
Binary100100001000110110000010
Octal220215202

Shades and tints

Shades of #908D82

#908D82
(144,141,130)
#838177
(131,129,119)
#76756C
(118,117,108)
#696961
(105,105,97)
#5C5D56
(92,93,86)
#4F514B
(79,81,75)
#424540
(66,69,64)
#353935
(53,57,53)
#282D2A
(40,45,42)
#1B211F
(27,33,31)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #908D82

#908D82
(144,141,130)
#9A978D
(154,151,141)
#A4A198
(164,161,152)
#AEABA3
(174,171,163)
#B8B5AE
(184,181,174)
#C2BFB9
(194,191,185)
#CCC9C4
(204,201,196)
#D6D3CF
(214,211,207)
#E0DDDA
(224,221,218)
#EAE7E5
(234,231,229)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908D82; }

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

This text font color is #908D82.


Background Color

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

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

This div background color is #908D82.


Border color

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

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

This div border color is #908D82.


Opacity

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

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

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

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

This text has shadow with #908D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908D82 on black background.


Color preview on white background

This text has color #908D82 on white background.



Black color preview on #908D82 background

This text has black color on #908D82 background.


White color preview on #908D82 background

This text has white color on #908D82 background.