COLOR #908C5C

HEX: #908C5C RGB: (144,140,92)

Color info

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

RGB color model

#908C5C color RGB value is (144,140,92).

RGB: (144,140,92) (56%, 55%, 36%)

RGB channels and saturation

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

144
140
92

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

Portions of RGB colors in percentages

R + G + B = 144 + 140 + 92 = 376 (100%)
R 144 of 376 ~ 38.3%
G 140 of 376 ~ 37.23%
B 92 of 376 ~ 24.47'%

%38.3
%37.23
%24.47

CMYK color model

#908C5C color CMYK value is (0,3,36,44).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 36.11%
  • key color value is 43.53%

CMYK: (0,3,36,44)
C0M3Y36K44 (0%, 3%, 36%, 44%)
(0.00 / 0.03 / 0.36 / 0.44)

CMYK percentages

%0
%2.78
%36.11
%43.53

Codes

Color #908C5C in popluar color models

90 8C 5C
RGB 144 140 92
HSL 55° 22.03% 46.27%
HSB/HSV 55° 36.11% 56.47%
CMYK 0.00% 2.78% 36.11%
43.53%

Color #908C5C in popluar number systems.

HEX 90 8C 5C
Decimal 144 140 92
Binary 10010000 10001100 1011100
Octal 220 214 134

Shades and tints

Shades of #908C5C

#908C5C
(144,140,92)
#838054
(131,128,84)
#76744C
(118,116,76)
#696844
(105,104,68)
#5C5C3C
(92,92,60)
#4F5034
(79,80,52)
#42442C
(66,68,44)
#353824
(53,56,36)
#282C1C
(40,44,28)
#1B2014
(27,32,20)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #908C5C

#908C5C
(144,140,92)
#9A966A
(154,150,106)
#A4A078
(164,160,120)
#AEAA86
(174,170,134)
#B8B494
(184,180,148)
#C2BEA2
(194,190,162)
#CCC8B0
(204,200,176)
#D6D2BE
(214,210,190)
#E0DCCC
(224,220,204)
#EAE6DA
(234,230,218)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908C5C; }

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

This text font color is #908C5C.

Background Color

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

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

This div background color is #908C5C.

Border color

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

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

This div border color is #908C5C.

Opacity

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

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

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

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

This text has shadow with #908C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908C5C.

Preview

Color preview on black background

This text has color #908C5C on black background.


Color preview on white background

This text has color #908C5C on white background.


Black color preview on #908C5C background

This text has black color on #908C5C background.


White color preview on #908C5C background

This text has white color on #908C5C background.


Related colors

Complementary color

Complementary color for #hex is #6F73A3.


I love getcolorcode.com

Triadic colors

1 #5C908C and #8C5C90 with #908C5C are triadic colors.

2 #5C8C90 and #8C905C with #908C5C are triadic colors.