COLOR #908476

HEX: #908476
RGB: (144,132,118)

Color info

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

RGB color model

#908476 color RGB value is (144,132,118).

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

RGB channels and saturation

R 144 of 255 = 56%
G 132 of 255 = 52%
B 118 of 255 = 46%

144
132
118

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

Portions of RGB colors in percentages

R + G + B =
144 + 132 + 118 = 394 (100%)
R 144 of 394 ~ 36.55%
G 132 of 394 ~ 33.5%
B 118 of 394 ~ 29.95%

%36.55
%33.5
%29.95

CMYK color model

#908476 color CMYK value is (0,8,18,44).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 18.06%
  • key color value is 43.53%
CMYK:
(0,8,18,44)
C0M8Y18K44 
(0%,8%,18%,44%)
(0.00/0.08/0.18/0.44)	

CMYK percentages

%0
%8.33
%18.06
%43.53

Codes

Color #908476 in popluar color models

908476
RGB144132118
HSL32°10.48%51.37%
HSB/HSV32°18.06%56.47%
CMYK0.00%8.33%18.06%
43.53%

Color #908476 in popluar number systems.

HEX908476
Decimal144132118
Binary10010000100001001110110
Octal220204166

Shades and tints

Shades of #908476

#908476
(144,132,118)
#83786C
(131,120,108)
#766C62
(118,108,98)
#696058
(105,96,88)
#5C544E
(92,84,78)
#4F4844
(79,72,68)
#423C3A
(66,60,58)
#353030
(53,48,48)
#282426
(40,36,38)
#1B181C
(27,24,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #908476

#908476
(144,132,118)
#9A8F82
(154,143,130)
#A49A8E
(164,154,142)
#AEA59A
(174,165,154)
#B8B0A6
(184,176,166)
#C2BBB2
(194,187,178)
#CCC6BE
(204,198,190)
#D6D1CA
(214,209,202)
#E0DCD6
(224,220,214)
#EAE7E2
(234,231,226)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908476; }

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

This text font color is #908476.


Background Color

.myBgColor { background-color: #908476; }

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

This div background color is #908476.


Border color

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

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

This div border color is #908476.


Opacity

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

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

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

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

This text has shadow with #908476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908476 on black background.


Color preview on white background

This text has color #908476 on white background.



Black color preview on #908476 background

This text has black color on #908476 background.


White color preview on #908476 background

This text has white color on #908476 background.