COLOR #90B37D

HEX: #90B37D
RGB: (144,179,125)

Color info

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

RGB color model

#90B37D color RGB value is (144,179,125).

  • red value is 144;
  • green value is 179;
  • blue value is 125.
RGB:
(144,179,125)
(56%,70%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 179 of 255 = 70%
B 125 of 255 = 49%

144
179
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 179 + 125 = 448 (100%)
R 144 of 448 ~ 32.14%
G 179 of 448 ~ 39.96%
B 125 of 448 ~ 27.9%

%32.14
%39.96
%27.9

CMYK color model

#90B37D color CMYK value is (20,0,30,30).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 29.80%
CMYK:
(20,0,30,30)
C20M0Y30K30 
(20%,0%,30%,30%)
(0.20/0.00/0.30/0.30)	

CMYK percentages

%19.55
%0
%30.17
%29.8

Codes

Color #90B37D in popluar color models

90B37D
RGB144179125
HSL99°26.21%59.61%
HSB/HSV99°30.17%70.20%
CMYK19.55%0.00%30.17%
29.80%

Color #90B37D in popluar number systems.

HEX90B37D
Decimal144179125
Binary10010000101100111111101
Octal220263175

Shades and tints

Shades of #90B37D

#90B37D
(144,179,125)
#83A372
(131,163,114)
#769367
(118,147,103)
#69835C
(105,131,92)
#5C7351
(92,115,81)
#4F6346
(79,99,70)
#42533B
(66,83,59)
#354330
(53,67,48)
#283325
(40,51,37)
#1B231A
(27,35,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #90B37D

#90B37D
(144,179,125)
#9AB988
(154,185,136)
#A4BF93
(164,191,147)
#AEC59E
(174,197,158)
#B8CBA9
(184,203,169)
#C2D1B4
(194,209,180)
#CCD7BF
(204,215,191)
#D6DDCA
(214,221,202)
#E0E3D5
(224,227,213)
#EAE9E0
(234,233,224)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B37D color. Also use rgb(144,179,125) instead hex code.

Text Font Color

.myTextColor { color: #90B37D; }

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

This text font color is #90B37D.


Background Color

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

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

This div background color is #90B37D.


Border color

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

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

This div border color is #90B37D.


Opacity

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

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

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

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

This text has shadow with #90B37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B37D on black background.


Color preview on white background

This text has color #90B37D on white background.



Black color preview on #90B37D background

This text has black color on #90B37D background.


White color preview on #90B37D background

This text has white color on #90B37D background.