COLOR #90585A

HEX: #90585A RGB: (144,88,90)

Color info

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

RGB color model

#90585A color RGB value is (144,88,90).

RGB: (144,88,90) (56%, 35%, 35%)

RGB channels and saturation

R 144 of 255 = 56%
G 88 of 255 = 35%
B 90 of 255 = 35%

144
88
90

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

Portions of RGB colors in percentages

R + G + B = 144 + 88 + 90 = 322 (100%)
R 144 of 322 ~ 44.72%
G 88 of 322 ~ 27.33%
B 90 of 322 ~ 27.95'%

%44.72
%27.33
%27.95

CMYK color model

#90585A color CMYK value is (0,39,38,44).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 37.50%
  • key color value is 43.53%

CMYK: (0,39,38,44)
C0M39Y38K44 (0%, 39%, 38%, 44%)
(0.00 / 0.39 / 0.38 / 0.44)

CMYK percentages

%0
%38.89
%37.5
%43.53

Codes

Color #90585A in popluar color models

90 58 5A
RGB 144 88 90
HSL 358° 24.14% 45.49%
HSB/HSV 358° 38.89% 56.47%
CMYK 0.00% 38.89% 37.50%
43.53%

Color #90585A in popluar number systems.

HEX 90 58 5A
Decimal 144 88 90
Binary 10010000 1011000 1011010
Octal 220 130 132

Shades and tints

Shades of #90585A

#90585A
(144,88,90)
#835052
(131,80,82)
#76484A
(118,72,74)
#694042
(105,64,66)
#5C383A
(92,56,58)
#4F3032
(79,48,50)
#42282A
(66,40,42)
#352022
(53,32,34)
#28181A
(40,24,26)
#1B1012
(27,16,18)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #90585A

#90585A
(144,88,90)
#9A6769
(154,103,105)
#A47678
(164,118,120)
#AE8587
(174,133,135)
#B89496
(184,148,150)
#C2A3A5
(194,163,165)
#CCB2B4
(204,178,180)
#D6C1C3
(214,193,195)
#E0D0D2
(224,208,210)
#EADFE1
(234,223,225)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90585A; }

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

This text font color is #90585A.

Background Color

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

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

This div background color is #90585A.

Border color

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

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

This div border color is #90585A.

Opacity

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

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

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

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

This text has shadow with #90585A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90585A.

Preview

Color preview on black background

This text has color #90585A on black background.


Color preview on white background

This text has color #90585A on white background.


Black color preview on #90585A background

This text has black color on #90585A background.


White color preview on #90585A background

This text has white color on #90585A background.


Related colors

Complementary color

Complementary color for #hex is #6FA7A5.


I love getcolorcode.com

Triadic colors

1 #5A9058 and #585A90 with #90585A are triadic colors.

2 #5A5890 and #58905A with #90585A are triadic colors.