COLOR #908877

HEX: #908877
RGB: (144,136,119)

Color info

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

RGB color model

#908877 color RGB value is (144,136,119).

  • red value is 144;
  • green value is 136;
  • blue value is 119.
RGB:
(144,136,119)
(56%,53%,47%)

RGB channels and saturation

R 144 of 255 = 56%
G 136 of 255 = 53%
B 119 of 255 = 47%

144
136
119

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

Portions of RGB colors in percentages

R + G + B =
144 + 136 + 119 = 399 (100%)
R 144 of 399 ~ 36.09%
G 136 of 399 ~ 34.09%
B 119 of 399 ~ 29.82%

%36.09
%34.09
%29.82

CMYK color model

#908877 color CMYK value is (0,6,17,44).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 17.36%
  • key color value is 43.53%
CMYK:
(0,6,17,44)
C0M6Y17K44 
(0%,6%,17%,44%)
(0.00/0.06/0.17/0.44)	

CMYK percentages

%0
%5.56
%17.36
%43.53

Codes

Color #908877 in popluar color models

908877
RGB144136119
HSL41°10.12%51.57%
HSB/HSV41°17.36%56.47%
CMYK0.00%5.56%17.36%
43.53%

Color #908877 in popluar number systems.

HEX908877
Decimal144136119
Binary10010000100010001110111
Octal220210167

Shades and tints

Shades of #908877

#908877
(144,136,119)
#837C6D
(131,124,109)
#767063
(118,112,99)
#696459
(105,100,89)
#5C584F
(92,88,79)
#4F4C45
(79,76,69)
#42403B
(66,64,59)
#353431
(53,52,49)
#282827
(40,40,39)
#1B1C1D
(27,28,29)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #908877

#908877
(144,136,119)
#9A9283
(154,146,131)
#A49C8F
(164,156,143)
#AEA69B
(174,166,155)
#B8B0A7
(184,176,167)
#C2BAB3
(194,186,179)
#CCC4BF
(204,196,191)
#D6CECB
(214,206,203)
#E0D8D7
(224,216,215)
#EAE2E3
(234,226,227)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908877 color. Also use rgb(144,136,119) instead hex code.

Text Font Color

.myTextColor { color: #908877; }

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

This text font color is #908877.


Background Color

.myBgColor { background-color: #908877; }

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

This div background color is #908877.


Border color

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

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

This div border color is #908877.


Opacity

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

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

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

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

This text has shadow with #908877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908877 on black background.


Color preview on white background

This text has color #908877 on white background.



Black color preview on #908877 background

This text has black color on #908877 background.


White color preview on #908877 background

This text has white color on #908877 background.