COLOR #90A36C

HEX: #90A36C RGB: (144,163,108)

Color info

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

RGB color model

#90A36C color RGB value is (144,163,108).

RGB: (144,163,108) (56%, 64%, 42%)

RGB channels and saturation

R 144 of 255 = 56%
G 163 of 255 = 64%
B 108 of 255 = 42%

144
163
108

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

Portions of RGB colors in percentages

R + G + B = 144 + 163 + 108 = 415 (100%)
R 144 of 415 ~ 34.7%
G 163 of 415 ~ 39.28%
B 108 of 415 ~ 26.02'%

%34.7
%39.28
%26.02

CMYK color model

#90A36C color CMYK value is (12,0,34,36).

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

CMYK: (12,0,34,36)
C12M0Y34K36 (12%, 0%, 34%, 36%)
(0.12 / 0.00 / 0.34 / 0.36)

CMYK percentages

%11.66
%0
%33.74
%36.08

Codes

Color #90A36C in popluar color models

90 A3 6C
RGB 144 163 108
HSL 81° 23.01% 53.14%
HSB/HSV 81° 33.74% 63.92%
CMYK 11.66% 0.00% 33.74%
36.08%

Color #90A36C in popluar number systems.

HEX 90 A3 6C
Decimal 144 163 108
Binary 10010000 10100011 1101100
Octal 220 243 154

Shades and tints

Shades of #90A36C

#90A36C
(144,163,108)
#839563
(131,149,99)
#76875A
(118,135,90)
#697951
(105,121,81)
#5C6B48
(92,107,72)
#4F5D3F
(79,93,63)
#424F36
(66,79,54)
#35412D
(53,65,45)
#283324
(40,51,36)
#1B251B
(27,37,27)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #90A36C

#90A36C
(144,163,108)
#9AAB79
(154,171,121)
#A4B386
(164,179,134)
#AEBB93
(174,187,147)
#B8C3A0
(184,195,160)
#C2CBAD
(194,203,173)
#CCD3BA
(204,211,186)
#D6DBC7
(214,219,199)
#E0E3D4
(224,227,212)
#EAEBE1
(234,235,225)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A36C; }

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

This text font color is #90A36C.

Background Color

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

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

This div background color is #90A36C.

Border color

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

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

This div border color is #90A36C.

Opacity

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

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

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

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

This text has shadow with #90A36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A36C.

Preview

Color preview on black background

This text has color #90A36C on black background.


Color preview on white background

This text has color #90A36C on white background.


Black color preview on #90A36C background

This text has black color on #90A36C background.


White color preview on #90A36C background

This text has white color on #90A36C background.


Related colors

Complementary color

Complementary color for #hex is #6F5C93.


I love getcolorcode.com

Triadic colors

1 #6C90A3 and #A36C90 with #90A36C are triadic colors.

2 #6CA390 and #A3906C with #90A36C are triadic colors.