COLOR #908D5E

HEX: #908D5E
RGB: (144,141,94)

Color info

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

RGB color model

#908D5E color RGB value is (144,141,94).

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

RGB channels and saturation

R 144 of 255 = 56%
G 141 of 255 = 55%
B 94 of 255 = 37%

144
141
94

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

Portions of RGB colors in percentages

R + G + B =
144 + 141 + 94 = 379 (100%)
R 144 of 379 ~ 37.99%
G 141 of 379 ~ 37.2%
B 94 of 379 ~ 24.8%

%37.99
%37.2
%24.8

CMYK color model

#908D5E color CMYK value is (0,2,35,44).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 34.72%
  • key color value is 43.53%
CMYK:
(0,2,35,44)
C0M2Y35K44 
(0%,2%,35%,44%)
(0.00/0.02/0.35/0.44)	

CMYK percentages

%0
%2.08
%34.72
%43.53

Codes

Color #908D5E in popluar color models

908D5E
RGB14414194
HSL56°21.01%46.67%
HSB/HSV56°34.72%56.47%
CMYK0.00%2.08%34.72%
43.53%

Color #908D5E in popluar number systems.

HEX908D5E
Decimal14414194
Binary10010000100011011011110
Octal220215136

Shades and tints

Shades of #908D5E

#908D5E
(144,141,94)
#838156
(131,129,86)
#76754E
(118,117,78)
#696946
(105,105,70)
#5C5D3E
(92,93,62)
#4F5136
(79,81,54)
#42452E
(66,69,46)
#353926
(53,57,38)
#282D1E
(40,45,30)
#1B2116
(27,33,22)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #908D5E

#908D5E
(144,141,94)
#9A976C
(154,151,108)
#A4A17A
(164,161,122)
#AEAB88
(174,171,136)
#B8B596
(184,181,150)
#C2BFA4
(194,191,164)
#CCC9B2
(204,201,178)
#D6D3C0
(214,211,192)
#E0DDCE
(224,221,206)
#EAE7DC
(234,231,220)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908D5E; }

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

This text font color is #908D5E.


Background Color

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

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

This div background color is #908D5E.


Border color

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

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

This div border color is #908D5E.


Opacity

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

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

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

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

This text has shadow with #908D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908D5E on black background.


Color preview on white background

This text has color #908D5E on white background.



Black color preview on #908D5E background

This text has black color on #908D5E background.


White color preview on #908D5E background

This text has white color on #908D5E background.