COLOR #908E6B

HEX: #908E6B
RGB: (144,142,107)

Color info

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

RGB color model

#908E6B color RGB value is (144,142,107).

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

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 107 of 255 = 42%

144
142
107

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

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 107 = 393 (100%)
R 144 of 393 ~ 36.64%
G 142 of 393 ~ 36.13%
B 107 of 393 ~ 27.23%

%36.64
%36.13
%27.23

CMYK color model

#908E6B color CMYK value is (0,1,26,44).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 25.69%
  • key color value is 43.53%
CMYK:
(0,1,26,44)
C0M1Y26K44 
(0%,1%,26%,44%)
(0.00/0.01/0.26/0.44)	

CMYK percentages

%0
%1.39
%25.69
%43.53

Codes

Color #908E6B in popluar color models

908E6B
RGB144142107
HSL57°14.74%49.22%
HSB/HSV57°25.69%56.47%
CMYK0.00%1.39%25.69%
43.53%

Color #908E6B in popluar number systems.

HEX908E6B
Decimal144142107
Binary10010000100011101101011
Octal220216153

Shades and tints

Shades of #908E6B

#908E6B
(144,142,107)
#838262
(131,130,98)
#767659
(118,118,89)
#696A50
(105,106,80)
#5C5E47
(92,94,71)
#4F523E
(79,82,62)
#424635
(66,70,53)
#353A2C
(53,58,44)
#282E23
(40,46,35)
#1B221A
(27,34,26)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #908E6B

#908E6B
(144,142,107)
#9A9878
(154,152,120)
#A4A285
(164,162,133)
#AEAC92
(174,172,146)
#B8B69F
(184,182,159)
#C2C0AC
(194,192,172)
#CCCAB9
(204,202,185)
#D6D4C6
(214,212,198)
#E0DED3
(224,222,211)
#EAE8E0
(234,232,224)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908E6B; }

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

This text font color is #908E6B.


Background Color

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

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

This div background color is #908E6B.


Border color

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

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

This div border color is #908E6B.


Opacity

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

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

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

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

This text has shadow with #908E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908E6B on black background.


Color preview on white background

This text has color #908E6B on white background.



Black color preview on #908E6B background

This text has black color on #908E6B background.


White color preview on #908E6B background

This text has white color on #908E6B background.