COLOR #90A585

HEX: #90A585 RGB: (144,165,133)

Color info

#90A585 contains red, green and blue colors in about the same proportion. Web safe color of #90A585 is #999999 (or #999).

RGB color model

#90A585 color RGB value is (144,165,133).

RGB: (144,165,133) (56%, 65%, 52%)

RGB channels and saturation

R 144 of 255 = 56%
G 165 of 255 = 65%
B 133 of 255 = 52%

144
165
133

R + G + B ~ 58%. #90A585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 165 + 133 = 442 (100%)
R 144 of 442 ~ 32.58%
G 165 of 442 ~ 37.33%
B 133 of 442 ~ 30.09'%

%32.58
%37.33
%30.09

CMYK color model

#90A585 color CMYK value is (13,0,19,35).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 35.29%

CMYK: (13,0,19,35)
C13M0Y19K35 (13%, 0%, 19%, 35%)
(0.13 / 0.00 / 0.19 / 0.35)

CMYK percentages

%12.73
%0
%19.39
%35.29

Codes

Color #90A585 in popluar color models

90 A5 85
RGB 144 165 133
HSL 99° 15.09% 58.43%
HSB/HSV 99° 19.39% 64.71%
CMYK 12.73% 0.00% 19.39%
35.29%

Color #90A585 in popluar number systems.

HEX 90 A5 85
Decimal 144 165 133
Binary 10010000 10100101 10000101
Octal 220 245 205

Shades and tints

Shades of #90A585

#90A585
(144,165,133)
#839679
(131,150,121)
#76876D
(118,135,109)
#697861
(105,120,97)
#5C6955
(92,105,85)
#4F5A49
(79,90,73)
#424B3D
(66,75,61)
#353C31
(53,60,49)
#282D25
(40,45,37)
#1B1E19
(27,30,25)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #90A585

#90A585
(144,165,133)
#9AAD90
(154,173,144)
#A4B59B
(164,181,155)
#AEBDA6
(174,189,166)
#B8C5B1
(184,197,177)
#C2CDBC
(194,205,188)
#CCD5C7
(204,213,199)
#D6DDD2
(214,221,210)
#E0E5DD
(224,229,221)
#EAEDE8
(234,237,232)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A585; }

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

This text font color is #90A585.

Background Color

.myBgColor { background-color: #90A585; }

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

This div background color is #90A585.

Border color

.myBorderColor { border: 1px solid #90A585; }

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

This div border color is #90A585.

Opacity

.myOpacity80 { color: #90A585; opacity: 0.8; }

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

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

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

This text has shadow with #90A585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A585.

Preview

Color preview on black background

This text has color #90A585 on black background.


Color preview on white background

This text has color #90A585 on white background.


Black color preview on #90A585 background

This text has black color on #90A585 background.


White color preview on #90A585 background

This text has white color on #90A585 background.


Related colors

Complementary color

Complementary color for #hex is #6F5A7A.


I love getcolorcode.com

Triadic colors

1 #8590A5 and #A58590 with #90A585 are triadic colors.

2 #85A590 and #A59085 with #90A585 are triadic colors.