COLOR #908A74

HEX: #908A74 RGB: (144,138,116)

Color info

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

RGB color model

#908A74 color RGB value is (144,138,116).

RGB: (144,138,116) (56%, 54%, 45%)

RGB channels and saturation

R 144 of 255 = 56%
G 138 of 255 = 54%
B 116 of 255 = 45%

144
138
116

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

Portions of RGB colors in percentages

R + G + B = 144 + 138 + 116 = 398 (100%)
R 144 of 398 ~ 36.18%
G 138 of 398 ~ 34.67%
B 116 of 398 ~ 29.15'%

%36.18
%34.67
%29.15

CMYK color model

#908A74 color CMYK value is (0,4,19,44).

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

CMYK: (0,4,19,44)
C0M4Y19K44 (0%, 4%, 19%, 44%)
(0.00 / 0.04 / 0.19 / 0.44)

CMYK percentages

%0
%4.17
%19.44
%43.53

Codes

Color #908A74 in popluar color models

90 8A 74
RGB 144 138 116
HSL 47° 11.20% 50.98%
HSB/HSV 47° 19.44% 56.47%
CMYK 0.00% 4.17% 19.44%
43.53%

Color #908A74 in popluar number systems.

HEX 90 8A 74
Decimal 144 138 116
Binary 10010000 10001010 1110100
Octal 220 212 164

Shades and tints

Shades of #908A74

#908A74
(144,138,116)
#837E6A
(131,126,106)
#767260
(118,114,96)
#696656
(105,102,86)
#5C5A4C
(92,90,76)
#4F4E42
(79,78,66)
#424238
(66,66,56)
#35362E
(53,54,46)
#282A24
(40,42,36)
#1B1E1A
(27,30,26)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #908A74

#908A74
(144,138,116)
#9A9480
(154,148,128)
#A49E8C
(164,158,140)
#AEA898
(174,168,152)
#B8B2A4
(184,178,164)
#C2BCB0
(194,188,176)
#CCC6BC
(204,198,188)
#D6D0C8
(214,208,200)
#E0DAD4
(224,218,212)
#EAE4E0
(234,228,224)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908A74; }

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

This text font color is #908A74.

Background Color

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

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

This div background color is #908A74.

Border color

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

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

This div border color is #908A74.

Opacity

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

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

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

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

This text has shadow with #908A74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908A74.

Preview

Color preview on black background

This text has color #908A74 on black background.


Color preview on white background

This text has color #908A74 on white background.


Black color preview on #908A74 background

This text has black color on #908A74 background.


White color preview on #908A74 background

This text has white color on #908A74 background.


Related colors

Complementary color

Complementary color for #hex is #6F758B.


I love getcolorcode.com

Triadic colors

1 #74908A and #8A7490 with #908A74 are triadic colors.

2 #748A90 and #8A9074 with #908A74 are triadic colors.