COLOR #90575A

HEX: #90575A
RGB: (144,87,90)

Color info

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

RGB color model

#90575A color RGB value is (144,87,90).

  • red value is 144;
  • green value is 87;
  • blue value is 90.
RGB:
(144,87,90)
(56%,34%,35%)

RGB channels and saturation

R 144 of 255 = 56%
G 87 of 255 = 34%
B 90 of 255 = 35%

144
87
90

R + G + B ~ 42%. #90575A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 87 + 90 = 321 (100%)
R 144 of 321 ~ 44.86%
G 87 of 321 ~ 27.1%
B 90 of 321 ~ 28.04%

%44.86
%27.1
%28.04

CMYK color model

#90575A color CMYK value is (0,40,38,44).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 37.50%
  • key color value is 43.53%
CMYK:
(0,40,38,44)
C0M40Y38K44 
(0%,40%,38%,44%)
(0.00/0.40/0.38/0.44)	

CMYK percentages

%0
%39.58
%37.5
%43.53

Codes

Color #90575A in popluar color models

90575A
RGB1448790
HSL357°24.68%45.29%
HSB/HSV357°39.58%56.47%
CMYK0.00%39.58%37.50%
43.53%

Color #90575A in popluar number systems.

HEX90575A
Decimal1448790
Binary1001000010101111011010
Octal220127132

Shades and tints

Shades of #90575A

#90575A
(144,87,90)
#835052
(131,80,82)
#76494A
(118,73,74)
#694242
(105,66,66)
#5C3B3A
(92,59,58)
#4F3432
(79,52,50)
#422D2A
(66,45,42)
#352622
(53,38,34)
#281F1A
(40,31,26)
#1B1812
(27,24,18)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #90575A

#90575A
(144,87,90)
#9A6669
(154,102,105)
#A47578
(164,117,120)
#AE8487
(174,132,135)
#B89396
(184,147,150)
#C2A2A5
(194,162,165)
#CCB1B4
(204,177,180)
#D6C0C3
(214,192,195)
#E0CFD2
(224,207,210)
#EADEE1
(234,222,225)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90575A color. Also use rgb(144,87,90) instead hex code.

Text Font Color

.myTextColor { color: #90575A; }

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

This text font color is #90575A.


Background Color

.myBgColor { background-color: #90575A; }

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

This div background color is #90575A.


Border color

.myBorderColor { border: 1px solid #90575A; }

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

This div border color is #90575A.


Opacity

.myOpacity80 { color: #90575A; opacity: 0.8; }

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

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

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

This text has shadow with #90575A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90575A on black background.


Color preview on white background

This text has color #90575A on white background.



Black color preview on #90575A background

This text has black color on #90575A background.


White color preview on #90575A background

This text has white color on #90575A background.