COLOR #90A380

HEX: #90A380 RGB: (144,163,128)

Color info

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

RGB color model

#90A380 color RGB value is (144,163,128).

RGB: (144,163,128) (56%, 64%, 50%)

RGB channels and saturation

R 144 of 255 = 56%
G 163 of 255 = 64%
B 128 of 255 = 50%

144
163
128

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

Portions of RGB colors in percentages

R + G + B = 144 + 163 + 128 = 435 (100%)
R 144 of 435 ~ 33.1%
G 163 of 435 ~ 37.47%
B 128 of 435 ~ 29.43'%

%33.1
%37.47
%29.43

CMYK color model

#90A380 color CMYK value is (12,0,21,36).

  • cyan value is 11.66%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%

CMYK: (12,0,21,36)
C12M0Y21K36 (12%, 0%, 21%, 36%)
(0.12 / 0.00 / 0.21 / 0.36)

CMYK percentages

%11.66
%0
%21.47
%36.08

Codes

Color #90A380 in popluar color models

90 A3 80
RGB 144 163 128
HSL 93° 15.98% 57.06%
HSB/HSV 93° 21.47% 63.92%
CMYK 11.66% 0.00% 21.47%
36.08%

Color #90A380 in popluar number systems.

HEX 90 A3 80
Decimal 144 163 128
Binary 10010000 10100011 10000000
Octal 220 243 200

Shades and tints

Shades of #90A380

#90A380
(144,163,128)
#839575
(131,149,117)
#76876A
(118,135,106)
#69795F
(105,121,95)
#5C6B54
(92,107,84)
#4F5D49
(79,93,73)
#424F3E
(66,79,62)
#354133
(53,65,51)
#283328
(40,51,40)
#1B251D
(27,37,29)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #90A380

#90A380
(144,163,128)
#9AAB8B
(154,171,139)
#A4B396
(164,179,150)
#AEBBA1
(174,187,161)
#B8C3AC
(184,195,172)
#C2CBB7
(194,203,183)
#CCD3C2
(204,211,194)
#D6DBCD
(214,219,205)
#E0E3D8
(224,227,216)
#EAEBE3
(234,235,227)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A380 color. Also use rgb(144,163,128) instead hex code.

Text Font Color

.myTextColor { color: #90A380; }

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

This text font color is #90A380.

Background Color

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

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

This div background color is #90A380.

Border color

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

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

This div border color is #90A380.

Opacity

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

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

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

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

This text has shadow with #90A380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A380.

Preview

Color preview on black background

This text has color #90A380 on black background.


Color preview on white background

This text has color #90A380 on white background.


Black color preview on #90A380 background

This text has black color on #90A380 background.


White color preview on #90A380 background

This text has white color on #90A380 background.


Related colors

Complementary color

Complementary color for #hex is #6F5C7F.


I love getcolorcode.com

Triadic colors

1 #8090A3 and #A38090 with #90A380 are triadic colors.

2 #80A390 and #A39080 with #90A380 are triadic colors.