COLOR #908C6F

HEX: #908C6F
RGB: (144,140,111)

Color info

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

RGB color model

#908C6F color RGB value is (144,140,111).

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

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 111 of 255 = 44%

144
140
111

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

Portions of RGB colors in percentages

R + G + B =
144 + 140 + 111 = 395 (100%)
R 144 of 395 ~ 36.46%
G 140 of 395 ~ 35.44%
B 111 of 395 ~ 28.1%

%36.46
%35.44
%28.1

CMYK color model

#908C6F color CMYK value is (0,3,23,44).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 22.92%
  • key color value is 43.53%
CMYK:
(0,3,23,44)
C0M3Y23K44 
(0%,3%,23%,44%)
(0.00/0.03/0.23/0.44)	

CMYK percentages

%0
%2.78
%22.92
%43.53

Codes

Color #908C6F in popluar color models

908C6F
RGB144140111
HSL53°12.94%50.00%
HSB/HSV53°22.92%56.47%
CMYK0.00%2.78%22.92%
43.53%

Color #908C6F in popluar number systems.

HEX908C6F
Decimal144140111
Binary10010000100011001101111
Octal220214157

Shades and tints

Shades of #908C6F

#908C6F
(144,140,111)
#838065
(131,128,101)
#76745B
(118,116,91)
#696851
(105,104,81)
#5C5C47
(92,92,71)
#4F503D
(79,80,61)
#424433
(66,68,51)
#353829
(53,56,41)
#282C1F
(40,44,31)
#1B2015
(27,32,21)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #908C6F

#908C6F
(144,140,111)
#9A967C
(154,150,124)
#A4A089
(164,160,137)
#AEAA96
(174,170,150)
#B8B4A3
(184,180,163)
#C2BEB0
(194,190,176)
#CCC8BD
(204,200,189)
#D6D2CA
(214,210,202)
#E0DCD7
(224,220,215)
#EAE6E4
(234,230,228)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908C6F; }

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

This text font color is #908C6F.


Background Color

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

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

This div background color is #908C6F.


Border color

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

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

This div border color is #908C6F.


Opacity

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

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

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

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

This text has shadow with #908C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908C6F on black background.


Color preview on white background

This text has color #908C6F on white background.



Black color preview on #908C6F background

This text has black color on #908C6F background.


White color preview on #908C6F background

This text has white color on #908C6F background.