COLOR #908D5A

HEX: #908D5A
RGB: (144,141,90)

Color info

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

RGB color model

#908D5A color RGB value is (144,141,90).

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

RGB channels and saturation

R 144 of 255 = 56%
G 141 of 255 = 55%
B 90 of 255 = 35%

144
141
90

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

Portions of RGB colors in percentages

R + G + B =
144 + 141 + 90 = 375 (100%)
R 144 of 375 ~ 38.4%
G 141 of 375 ~ 37.6%
B 90 of 375 ~ 24%

%38.4
%37.6
%24

CMYK color model

#908D5A color CMYK value is (0,2,38,44).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 37.50%
  • key color value is 43.53%
CMYK:
(0,2,38,44)
C0M2Y38K44 
(0%,2%,38%,44%)
(0.00/0.02/0.38/0.44)	

CMYK percentages

%0
%2.08
%37.5
%43.53

Codes

Color #908D5A in popluar color models

908D5A
RGB14414190
HSL57°23.08%45.88%
HSB/HSV57°37.50%56.47%
CMYK0.00%2.08%37.50%
43.53%

Color #908D5A in popluar number systems.

HEX908D5A
Decimal14414190
Binary10010000100011011011010
Octal220215132

Shades and tints

Shades of #908D5A

#908D5A
(144,141,90)
#838152
(131,129,82)
#76754A
(118,117,74)
#696942
(105,105,66)
#5C5D3A
(92,93,58)
#4F5132
(79,81,50)
#42452A
(66,69,42)
#353922
(53,57,34)
#282D1A
(40,45,26)
#1B2112
(27,33,18)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #908D5A

#908D5A
(144,141,90)
#9A9769
(154,151,105)
#A4A178
(164,161,120)
#AEAB87
(174,171,135)
#B8B596
(184,181,150)
#C2BFA5
(194,191,165)
#CCC9B4
(204,201,180)
#D6D3C3
(214,211,195)
#E0DDD2
(224,221,210)
#EAE7E1
(234,231,225)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908D5A; }

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

This text font color is #908D5A.


Background Color

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

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

This div background color is #908D5A.


Border color

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

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

This div border color is #908D5A.


Opacity

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

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

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

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

This text has shadow with #908D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908D5A on black background.


Color preview on white background

This text has color #908D5A on white background.



Black color preview on #908D5A background

This text has black color on #908D5A background.


White color preview on #908D5A background

This text has white color on #908D5A background.