COLOR #908A61

HEX: #908A61 RGB: (144,138,97)

Color info

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

RGB color model

#908A61 color RGB value is (144,138,97).

RGB: (144,138,97) (56%, 54%, 38%)

RGB channels and saturation

R 144 of 255 = 56%
G 138 of 255 = 54%
B 97 of 255 = 38%

144
138
97

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

Portions of RGB colors in percentages

R + G + B = 144 + 138 + 97 = 379 (100%)
R 144 of 379 ~ 37.99%
G 138 of 379 ~ 36.41%
B 97 of 379 ~ 25.59'%

%37.99
%36.41
%25.59

CMYK color model

#908A61 color CMYK value is (0,4,33,44).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 32.64%
  • key color value is 43.53%

CMYK: (0,4,33,44)
C0M4Y33K44 (0%, 4%, 33%, 44%)
(0.00 / 0.04 / 0.33 / 0.44)

CMYK percentages

%0
%4.17
%32.64
%43.53

Codes

Color #908A61 in popluar color models

90 8A 61
RGB 144 138 97
HSL 52° 19.50% 47.25%
HSB/HSV 52° 32.64% 56.47%
CMYK 0.00% 4.17% 32.64%
43.53%

Color #908A61 in popluar number systems.

HEX 90 8A 61
Decimal 144 138 97
Binary 10010000 10001010 1100001
Octal 220 212 141

Shades and tints

Shades of #908A61

#908A61
(144,138,97)
#837E59
(131,126,89)
#767251
(118,114,81)
#696649
(105,102,73)
#5C5A41
(92,90,65)
#4F4E39
(79,78,57)
#424231
(66,66,49)
#353629
(53,54,41)
#282A21
(40,42,33)
#1B1E19
(27,30,25)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #908A61

#908A61
(144,138,97)
#9A946F
(154,148,111)
#A49E7D
(164,158,125)
#AEA88B
(174,168,139)
#B8B299
(184,178,153)
#C2BCA7
(194,188,167)
#CCC6B5
(204,198,181)
#D6D0C3
(214,208,195)
#E0DAD1
(224,218,209)
#EAE4DF
(234,228,223)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908A61; }

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

This text font color is #908A61.

Background Color

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

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

This div background color is #908A61.

Border color

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

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

This div border color is #908A61.

Opacity

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

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

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

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

This text has shadow with #908A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908A61.

Preview

Color preview on black background

This text has color #908A61 on black background.


Color preview on white background

This text has color #908A61 on white background.


Black color preview on #908A61 background

This text has black color on #908A61 background.


White color preview on #908A61 background

This text has white color on #908A61 background.


Related colors

Complementary color

Complementary color for #hex is #6F759E.


I love getcolorcode.com

Triadic colors

1 #61908A and #8A6190 with #908A61 are triadic colors.

2 #618A90 and #8A9061 with #908A61 are triadic colors.