COLOR #908A6F

HEX: #908A6F
RGB: (144,138,111)

Color info

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

RGB color model

#908A6F color RGB value is (144,138,111).

  • red value is 144;
  • green value is 138;
  • blue value is 111.
RGB:
(144,138,111)
(56%,54%,44%)

RGB channels and saturation

R 144 of 255 = 56%
G 138 of 255 = 54%
B 111 of 255 = 44%

144
138
111

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

Portions of RGB colors in percentages

R + G + B =
144 + 138 + 111 = 393 (100%)
R 144 of 393 ~ 36.64%
G 138 of 393 ~ 35.11%
B 111 of 393 ~ 28.24%

%36.64
%35.11
%28.24

CMYK color model

#908A6F color CMYK value is (0,4,23,44).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 22.92%
  • key color value is 43.53%
CMYK:
(0,4,23,44)
C0M4Y23K44 
(0%,4%,23%,44%)
(0.00/0.04/0.23/0.44)	

CMYK percentages

%0
%4.17
%22.92
%43.53

Codes

Color #908A6F in popluar color models

908A6F
RGB144138111
HSL49°12.94%50.00%
HSB/HSV49°22.92%56.47%
CMYK0.00%4.17%22.92%
43.53%

Color #908A6F in popluar number systems.

HEX908A6F
Decimal144138111
Binary10010000100010101101111
Octal220212157

Shades and tints

Shades of #908A6F

#908A6F
(144,138,111)
#837E65
(131,126,101)
#76725B
(118,114,91)
#696651
(105,102,81)
#5C5A47
(92,90,71)
#4F4E3D
(79,78,61)
#424233
(66,66,51)
#353629
(53,54,41)
#282A1F
(40,42,31)
#1B1E15
(27,30,21)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #908A6F

#908A6F
(144,138,111)
#9A947C
(154,148,124)
#A49E89
(164,158,137)
#AEA896
(174,168,150)
#B8B2A3
(184,178,163)
#C2BCB0
(194,188,176)
#CCC6BD
(204,198,189)
#D6D0CA
(214,208,202)
#E0DAD7
(224,218,215)
#EAE4E4
(234,228,228)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908A6F; }

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

This text font color is #908A6F.


Background Color

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

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

This div background color is #908A6F.


Border color

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

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

This div border color is #908A6F.


Opacity

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

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

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

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

This text has shadow with #908A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908A6F on black background.


Color preview on white background

This text has color #908A6F on white background.



Black color preview on #908A6F background

This text has black color on #908A6F background.


White color preview on #908A6F background

This text has white color on #908A6F background.