COLOR #908E74

HEX: #908E74
RGB: (144,142,116)

Color info

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

RGB color model

#908E74 color RGB value is (144,142,116).

  • red value is 144;
  • green value is 142;
  • blue value is 116.
RGB:
(144,142,116)
(56%,56%,45%)

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 116 of 255 = 45%

144
142
116

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

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 116 = 402 (100%)
R 144 of 402 ~ 35.82%
G 142 of 402 ~ 35.32%
B 116 of 402 ~ 28.86%

%35.82
%35.32
%28.86

CMYK color model

#908E74 color CMYK value is (0,1,19,44).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 19.44%
  • key color value is 43.53%
CMYK:
(0,1,19,44)
C0M1Y19K44 
(0%,1%,19%,44%)
(0.00/0.01/0.19/0.44)	

CMYK percentages

%0
%1.39
%19.44
%43.53

Codes

Color #908E74 in popluar color models

908E74
RGB144142116
HSL56°11.20%50.98%
HSB/HSV56°19.44%56.47%
CMYK0.00%1.39%19.44%
43.53%

Color #908E74 in popluar number systems.

HEX908E74
Decimal144142116
Binary10010000100011101110100
Octal220216164

Shades and tints

Shades of #908E74

#908E74
(144,142,116)
#83826A
(131,130,106)
#767660
(118,118,96)
#696A56
(105,106,86)
#5C5E4C
(92,94,76)
#4F5242
(79,82,66)
#424638
(66,70,56)
#353A2E
(53,58,46)
#282E24
(40,46,36)
#1B221A
(27,34,26)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #908E74

#908E74
(144,142,116)
#9A9880
(154,152,128)
#A4A28C
(164,162,140)
#AEAC98
(174,172,152)
#B8B6A4
(184,182,164)
#C2C0B0
(194,192,176)
#CCCABC
(204,202,188)
#D6D4C8
(214,212,200)
#E0DED4
(224,222,212)
#EAE8E0
(234,232,224)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908E74; }

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

This text font color is #908E74.


Background Color

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

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

This div background color is #908E74.


Border color

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

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

This div border color is #908E74.


Opacity

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

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

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

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

This text has shadow with #908E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908E74 on black background.


Color preview on white background

This text has color #908E74 on white background.



Black color preview on #908E74 background

This text has black color on #908E74 background.


White color preview on #908E74 background

This text has white color on #908E74 background.