COLOR #908C79

HEX: #908C79 RGB: (144,140,121)

Color info

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

RGB color model

#908C79 color RGB value is (144,140,121).

RGB: (144,140,121) (56%, 55%, 47%)

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 121 of 255 = 47%

144
140
121

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

Portions of RGB colors in percentages

R + G + B = 144 + 140 + 121 = 405 (100%)
R 144 of 405 ~ 35.56%
G 140 of 405 ~ 34.57%
B 121 of 405 ~ 29.88'%

%35.56
%34.57
%29.88

CMYK color model

#908C79 color CMYK value is (0,3,16,44).

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

CMYK: (0,3,16,44)
C0M3Y16K44 (0%, 3%, 16%, 44%)
(0.00 / 0.03 / 0.16 / 0.44)

CMYK percentages

%0
%2.78
%15.97
%43.53

Codes

Color #908C79 in popluar color models

90 8C 79
RGB 144 140 121
HSL 50° 9.39% 51.96%
HSB/HSV 50° 15.97% 56.47%
CMYK 0.00% 2.78% 15.97%
43.53%

Color #908C79 in popluar number systems.

HEX 90 8C 79
Decimal 144 140 121
Binary 10010000 10001100 1111001
Octal 220 214 171

Shades and tints

Shades of #908C79

#908C79
(144,140,121)
#83806E
(131,128,110)
#767463
(118,116,99)
#696858
(105,104,88)
#5C5C4D
(92,92,77)
#4F5042
(79,80,66)
#424437
(66,68,55)
#35382C
(53,56,44)
#282C21
(40,44,33)
#1B2016
(27,32,22)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #908C79

#908C79
(144,140,121)
#9A9685
(154,150,133)
#A4A091
(164,160,145)
#AEAA9D
(174,170,157)
#B8B4A9
(184,180,169)
#C2BEB5
(194,190,181)
#CCC8C1
(204,200,193)
#D6D2CD
(214,210,205)
#E0DCD9
(224,220,217)
#EAE6E5
(234,230,229)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908C79; }

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

This text font color is #908C79.

Background Color

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

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

This div background color is #908C79.

Border color

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

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

This div border color is #908C79.

Opacity

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

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

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

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

This text has shadow with #908C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908C79.

Preview

Color preview on black background

This text has color #908C79 on black background.


Color preview on white background

This text has color #908C79 on white background.


Black color preview on #908C79 background

This text has black color on #908C79 background.


White color preview on #908C79 background

This text has white color on #908C79 background.


Related colors

Complementary color

Complementary color for #hex is #6F7386.


I love getcolorcode.com

Triadic colors

1 #79908C and #8C7990 with #908C79 are triadic colors.

2 #798C90 and #8C9079 with #908C79 are triadic colors.