COLOR #908A6E

HEX: #908A6E RGB: (144,138,110)

Color info

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

RGB color model

#908A6E color RGB value is (144,138,110).

RGB: (144,138,110) (56%, 54%, 43%)

RGB channels and saturation

R 144 of 255 = 56%
G 138 of 255 = 54%
B 110 of 255 = 43%

144
138
110

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

Portions of RGB colors in percentages

R + G + B = 144 + 138 + 110 = 392 (100%)
R 144 of 392 ~ 36.73%
G 138 of 392 ~ 35.2%
B 110 of 392 ~ 28.06'%

%36.73
%35.2
%28.06

CMYK color model

#908A6E color CMYK value is (0,4,24,44).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 23.61%
  • key color value is 43.53%
CMYK: (0,4,24,44) C0M4Y24K44 (0%,4%,24%,44%) (0.00/0.04/0.24/0.44) 

CMYK percentages

%0
%4.17
%23.61
%43.53

Codes

Color #908A6E in popluar color models

90 8A 6E
RGB 144 138 110
HSL 49° 13.39% 49.80%
HSB/HSV 49° 23.61% 56.47%
CMYK 0.00% 4.17% 23.61%
43.53%

Color #908A6E in popluar number systems.

HEX 90 8A 6E
Decimal 144 138 110
Binary 10010000 10001010 1101110
Octal 220 212 156

Shades and tints

Shades of #908A6E

#908A6E
(144,138,110)
#837E64
(131,126,100)
#76725A
(118,114,90)
#696650
(105,102,80)
#5C5A46
(92,90,70)
#4F4E3C
(79,78,60)
#424232
(66,66,50)
#353628
(53,54,40)
#282A1E
(40,42,30)
#1B1E14
(27,30,20)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #908A6E

#908A6E
(144,138,110)
#9A947B
(154,148,123)
#A49E88
(164,158,136)
#AEA895
(174,168,149)
#B8B2A2
(184,178,162)
#C2BCAF
(194,188,175)
#CCC6BC
(204,198,188)
#D6D0C9
(214,208,201)
#E0DAD6
(224,218,214)
#EAE4E3
(234,228,227)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908A6E; }

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

This text font color is #908A6E.

Background Color

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

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

This div background color is #908A6E.

Border color

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

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

This div border color is #908A6E.

Opacity

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

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

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

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

This text has shadow with #908A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908A6E.

Preview

Color preview on black background

This text has color #908A6E on black background.


Color preview on white background

This text has color #908A6E on white background.


Black color preview on #908A6E background

This text has black color on #908A6E background.


White color preview on #908A6E background

This text has white color on #908A6E background.


Related colors

Complementary color

Complementary color for #hex is #6F7591.


I love getcolorcode.com

Triadic colors

1 #6E908A and #8A6E90 with #908A6E are triadic colors.

2 #6E8A90 and #8A906E with #908A6E are triadic colors.