COLOR #908C6B

HEX: #908C6B
RGB: (144,140,107)

Color info

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

RGB color model

#908C6B color RGB value is (144,140,107).

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

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 107 of 255 = 42%

144
140
107

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

Portions of RGB colors in percentages

R + G + B =
144 + 140 + 107 = 391 (100%)
R 144 of 391 ~ 36.83%
G 140 of 391 ~ 35.81%
B 107 of 391 ~ 27.37%

%36.83
%35.81
%27.37

CMYK color model

#908C6B color CMYK value is (0,3,26,44).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 25.69%
  • key color value is 43.53%
CMYK:
(0,3,26,44)
C0M3Y26K44 
(0%,3%,26%,44%)
(0.00/0.03/0.26/0.44)	

CMYK percentages

%0
%2.78
%25.69
%43.53

Codes

Color #908C6B in popluar color models

908C6B
RGB144140107
HSL54°14.74%49.22%
HSB/HSV54°25.69%56.47%
CMYK0.00%2.78%25.69%
43.53%

Color #908C6B in popluar number systems.

HEX908C6B
Decimal144140107
Binary10010000100011001101011
Octal220214153

Shades and tints

Shades of #908C6B

#908C6B
(144,140,107)
#838062
(131,128,98)
#767459
(118,116,89)
#696850
(105,104,80)
#5C5C47
(92,92,71)
#4F503E
(79,80,62)
#424435
(66,68,53)
#35382C
(53,56,44)
#282C23
(40,44,35)
#1B201A
(27,32,26)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #908C6B

#908C6B
(144,140,107)
#9A9678
(154,150,120)
#A4A085
(164,160,133)
#AEAA92
(174,170,146)
#B8B49F
(184,180,159)
#C2BEAC
(194,190,172)
#CCC8B9
(204,200,185)
#D6D2C6
(214,210,198)
#E0DCD3
(224,220,211)
#EAE6E0
(234,230,224)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908C6B; }

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

This text font color is #908C6B.


Background Color

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

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

This div background color is #908C6B.


Border color

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

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

This div border color is #908C6B.


Opacity

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

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

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

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

This text has shadow with #908C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908C6B on black background.


Color preview on white background

This text has color #908C6B on white background.



Black color preview on #908C6B background

This text has black color on #908C6B background.


White color preview on #908C6B background

This text has white color on #908C6B background.