COLOR #908573

HEX: #908573
RGB: (144,133,115)

Color info

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

RGB color model

#908573 color RGB value is (144,133,115).

  • red value is 144;
  • green value is 133;
  • blue value is 115.
RGB:
(144,133,115)
(56%,52%,45%)

RGB channels and saturation

R 144 of 255 = 56%
G 133 of 255 = 52%
B 115 of 255 = 45%

144
133
115

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

Portions of RGB colors in percentages

R + G + B =
144 + 133 + 115 = 392 (100%)
R 144 of 392 ~ 36.73%
G 133 of 392 ~ 33.93%
B 115 of 392 ~ 29.34%

%36.73
%33.93
%29.34

CMYK color model

#908573 color CMYK value is (0,8,20,44).

  • cyan value is 0.00%
  • magenta value is 7.64%
  • yellow value is 20.14%
  • key color value is 43.53%
CMYK:
(0,8,20,44)
C0M8Y20K44 
(0%,8%,20%,44%)
(0.00/0.08/0.20/0.44)	

CMYK percentages

%0
%7.64
%20.14
%43.53

Codes

Color #908573 in popluar color models

908573
RGB144133115
HSL37°11.55%50.78%
HSB/HSV37°20.14%56.47%
CMYK0.00%7.64%20.14%
43.53%

Color #908573 in popluar number systems.

HEX908573
Decimal144133115
Binary10010000100001011110011
Octal220205163

Shades and tints

Shades of #908573

#908573
(144,133,115)
#837969
(131,121,105)
#766D5F
(118,109,95)
#696155
(105,97,85)
#5C554B
(92,85,75)
#4F4941
(79,73,65)
#423D37
(66,61,55)
#35312D
(53,49,45)
#282523
(40,37,35)
#1B1919
(27,25,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #908573

#908573
(144,133,115)
#9A907F
(154,144,127)
#A49B8B
(164,155,139)
#AEA697
(174,166,151)
#B8B1A3
(184,177,163)
#C2BCAF
(194,188,175)
#CCC7BB
(204,199,187)
#D6D2C7
(214,210,199)
#E0DDD3
(224,221,211)
#EAE8DF
(234,232,223)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908573 color. Also use rgb(144,133,115) instead hex code.

Text Font Color

.myTextColor { color: #908573; }

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

This text font color is #908573.


Background Color

.myBgColor { background-color: #908573; }

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

This div background color is #908573.


Border color

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

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

This div border color is #908573.


Opacity

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

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

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

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

This text has shadow with #908573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908573 on black background.


Color preview on white background

This text has color #908573 on white background.



Black color preview on #908573 background

This text has black color on #908573 background.


White color preview on #908573 background

This text has white color on #908573 background.