COLOR #908076

HEX: #908076
RGB: (144,128,118)

Color info

#908076 contains red, green and blue colors in about the same proportion. Web safe color of #908076 is #996666 (or #966).

RGB color model

#908076 color RGB value is (144,128,118).

  • red value is 144;
  • green value is 128;
  • blue value is 118.
RGB:
(144,128,118)
(56%,50%,46%)

RGB channels and saturation

R 144 of 255 = 56%
G 128 of 255 = 50%
B 118 of 255 = 46%

144
128
118

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

Portions of RGB colors in percentages

R + G + B =
144 + 128 + 118 = 390 (100%)
R 144 of 390 ~ 36.92%
G 128 of 390 ~ 32.82%
B 118 of 390 ~ 30.26%

%36.92
%32.82
%30.26

CMYK color model

#908076 color CMYK value is (0,11,18,44).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 18.06%
  • key color value is 43.53%
CMYK:
(0,11,18,44)
C0M11Y18K44 
(0%,11%,18%,44%)
(0.00/0.11/0.18/0.44)	

CMYK percentages

%0
%11.11
%18.06
%43.53

Codes

Color #908076 in popluar color models

908076
RGB144128118
HSL23°10.48%51.37%
HSB/HSV23°18.06%56.47%
CMYK0.00%11.11%18.06%
43.53%

Color #908076 in popluar number systems.

HEX908076
Decimal144128118
Binary10010000100000001110110
Octal220200166

Shades and tints

Shades of #908076

#908076
(144,128,118)
#83756C
(131,117,108)
#766A62
(118,106,98)
#695F58
(105,95,88)
#5C544E
(92,84,78)
#4F4944
(79,73,68)
#423E3A
(66,62,58)
#353330
(53,51,48)
#282826
(40,40,38)
#1B1D1C
(27,29,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #908076

#908076
(144,128,118)
#9A8B82
(154,139,130)
#A4968E
(164,150,142)
#AEA19A
(174,161,154)
#B8ACA6
(184,172,166)
#C2B7B2
(194,183,178)
#CCC2BE
(204,194,190)
#D6CDCA
(214,205,202)
#E0D8D6
(224,216,214)
#EAE3E2
(234,227,226)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908076 color. Also use rgb(144,128,118) instead hex code.

Text Font Color

.myTextColor { color: #908076; }

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

This text font color is #908076.


Background Color

.myBgColor { background-color: #908076; }

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

This div background color is #908076.


Border color

.myBorderColor { border: 1px solid #908076; }

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

This div border color is #908076.


Opacity

.myOpacity80 { color: #908076; opacity: 0.8; }

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

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

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

This text has shadow with #908076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908076 on black background.


Color preview on white background

This text has color #908076 on white background.



Black color preview on #908076 background

This text has black color on #908076 background.


White color preview on #908076 background

This text has white color on #908076 background.