COLOR #90A58E

HEX: #90A58E RGB: (144,165,142)

Color info

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

RGB color model

#90A58E color RGB value is (144,165,142).

RGB: (144,165,142) (56%, 65%, 56%)

RGB channels and saturation

R 144 of 255 = 56%
G 165 of 255 = 65%
B 142 of 255 = 56%

144
165
142

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

Portions of RGB colors in percentages

R + G + B = 144 + 165 + 142 = 451 (100%)
R 144 of 451 ~ 31.93%
G 165 of 451 ~ 36.59%
B 142 of 451 ~ 31.49'%

%31.93
%36.59
%31.49

CMYK color model

#90A58E color CMYK value is (13,0,14,35).

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

CMYK: (13,0,14,35)
C13M0Y14K35 (13%, 0%, 14%, 35%)
(0.13 / 0.00 / 0.14 / 0.35)

CMYK percentages

%12.73
%0
%13.94
%35.29

Codes

Color #90A58E in popluar color models

90 A5 8E
RGB 144 165 142
HSL 115° 11.33% 60.20%
HSB/HSV 115° 13.94% 64.71%
CMYK 12.73% 0.00% 13.94%
35.29%

Color #90A58E in popluar number systems.

HEX 90 A5 8E
Decimal 144 165 142
Binary 10010000 10100101 10001110
Octal 220 245 216

Shades and tints

Shades of #90A58E

#90A58E
(144,165,142)
#839682
(131,150,130)
#768776
(118,135,118)
#69786A
(105,120,106)
#5C695E
(92,105,94)
#4F5A52
(79,90,82)
#424B46
(66,75,70)
#353C3A
(53,60,58)
#282D2E
(40,45,46)
#1B1E22
(27,30,34)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #90A58E

#90A58E
(144,165,142)
#9AAD98
(154,173,152)
#A4B5A2
(164,181,162)
#AEBDAC
(174,189,172)
#B8C5B6
(184,197,182)
#C2CDC0
(194,205,192)
#CCD5CA
(204,213,202)
#D6DDD4
(214,221,212)
#E0E5DE
(224,229,222)
#EAEDE8
(234,237,232)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A58E; }

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

This text font color is #90A58E.

Background Color

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

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

This div background color is #90A58E.

Border color

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

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

This div border color is #90A58E.

Opacity

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

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

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

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

This text has shadow with #90A58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A58E.

Preview

Color preview on black background

This text has color #90A58E on black background.


Color preview on white background

This text has color #90A58E on white background.


Black color preview on #90A58E background

This text has black color on #90A58E background.


White color preview on #90A58E background

This text has white color on #90A58E background.


Related colors

Complementary color

Complementary color for #hex is #6F5A71.


I love getcolorcode.com

Triadic colors

1 #8E90A5 and #A58E90 with #90A58E are triadic colors.

2 #8EA590 and #A5908E with #90A58E are triadic colors.