COLOR #908C5D

HEX: #908C5D
RGB: (144,140,93)

Color info

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

RGB color model

#908C5D color RGB value is (144,140,93).

  • red value is 144;
  • green value is 140;
  • blue value is 93.
RGB:
(144,140,93)
(56%,55%,36%)

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 93 of 255 = 36%

144
140
93

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

Portions of RGB colors in percentages

R + G + B =
144 + 140 + 93 = 377 (100%)
R 144 of 377 ~ 38.2%
G 140 of 377 ~ 37.14%
B 93 of 377 ~ 24.67%

%38.2
%37.14
%24.67

CMYK color model

#908C5D color CMYK value is (0,3,35,44).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 35.42%
  • key color value is 43.53%
CMYK:
(0,3,35,44)
C0M3Y35K44 
(0%,3%,35%,44%)
(0.00/0.03/0.35/0.44)	

CMYK percentages

%0
%2.78
%35.42
%43.53

Codes

Color #908C5D in popluar color models

908C5D
RGB14414093
HSL55°21.52%46.47%
HSB/HSV55°35.42%56.47%
CMYK0.00%2.78%35.42%
43.53%

Color #908C5D in popluar number systems.

HEX908C5D
Decimal14414093
Binary10010000100011001011101
Octal220214135

Shades and tints

Shades of #908C5D

#908C5D
(144,140,93)
#838055
(131,128,85)
#76744D
(118,116,77)
#696845
(105,104,69)
#5C5C3D
(92,92,61)
#4F5035
(79,80,53)
#42442D
(66,68,45)
#353825
(53,56,37)
#282C1D
(40,44,29)
#1B2015
(27,32,21)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #908C5D

#908C5D
(144,140,93)
#9A966B
(154,150,107)
#A4A079
(164,160,121)
#AEAA87
(174,170,135)
#B8B495
(184,180,149)
#C2BEA3
(194,190,163)
#CCC8B1
(204,200,177)
#D6D2BF
(214,210,191)
#E0DCCD
(224,220,205)
#EAE6DB
(234,230,219)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908C5D color. Also use rgb(144,140,93) instead hex code.

Text Font Color

.myTextColor { color: #908C5D; }

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

This text font color is #908C5D.


Background Color

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

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

This div background color is #908C5D.


Border color

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

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

This div border color is #908C5D.


Opacity

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

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

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

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

This text has shadow with #908C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908C5D on black background.


Color preview on white background

This text has color #908C5D on white background.



Black color preview on #908C5D background

This text has black color on #908C5D background.


White color preview on #908C5D background

This text has white color on #908C5D background.