COLOR #908D6E

HEX: #908D6E RGB: (144,141,110)

Color info

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

RGB color model

#908D6E color RGB value is (144,141,110).

RGB: (144,141,110) (56%, 55%, 43%)

RGB channels and saturation

R 144 of 255 = 56%
G 141 of 255 = 55%
B 110 of 255 = 43%

144
141
110

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

Portions of RGB colors in percentages

R + G + B = 144 + 141 + 110 = 395 (100%)
R 144 of 395 ~ 36.46%
G 141 of 395 ~ 35.7%
B 110 of 395 ~ 27.85'%

%36.46
%35.7
%27.85

CMYK color model

#908D6E color CMYK value is (0,2,24,44).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 23.61%
  • key color value is 43.53%

CMYK: (0,2,24,44)
C0M2Y24K44 (0%, 2%, 24%, 44%)
(0.00 / 0.02 / 0.24 / 0.44)

CMYK percentages

%0
%2.08
%23.61
%43.53

Codes

Color #908D6E in popluar color models

90 8D 6E
RGB 144 141 110
HSL 55° 13.39% 49.80%
HSB/HSV 55° 23.61% 56.47%
CMYK 0.00% 2.08% 23.61%
43.53%

Color #908D6E in popluar number systems.

HEX 90 8D 6E
Decimal 144 141 110
Binary 10010000 10001101 1101110
Octal 220 215 156

Shades and tints

Shades of #908D6E

#908D6E
(144,141,110)
#838164
(131,129,100)
#76755A
(118,117,90)
#696950
(105,105,80)
#5C5D46
(92,93,70)
#4F513C
(79,81,60)
#424532
(66,69,50)
#353928
(53,57,40)
#282D1E
(40,45,30)
#1B2114
(27,33,20)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #908D6E

#908D6E
(144,141,110)
#9A977B
(154,151,123)
#A4A188
(164,161,136)
#AEAB95
(174,171,149)
#B8B5A2
(184,181,162)
#C2BFAF
(194,191,175)
#CCC9BC
(204,201,188)
#D6D3C9
(214,211,201)
#E0DDD6
(224,221,214)
#EAE7E3
(234,231,227)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908D6E; }

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

This text font color is #908D6E.

Background Color

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

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

This div background color is #908D6E.

Border color

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

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

This div border color is #908D6E.

Opacity

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

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

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

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

This text has shadow with #908D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908D6E.

Preview

Color preview on black background

This text has color #908D6E on black background.


Color preview on white background

This text has color #908D6E on white background.


Black color preview on #908D6E background

This text has black color on #908D6E background.


White color preview on #908D6E background

This text has white color on #908D6E background.


Related colors

Complementary color

Complementary color for #hex is #6F7291.


I love getcolorcode.com

Triadic colors

1 #6E908D and #8D6E90 with #908D6E are triadic colors.

2 #6E8D90 and #8D906E with #908D6E are triadic colors.