COLOR #90977C

HEX: #90977C
RGB: (144,151,124)

Color info

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

RGB color model

#90977C color RGB value is (144,151,124).

  • red value is 144;
  • green value is 151;
  • blue value is 124.
RGB:
(144,151,124)
(56%,59%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 151 of 255 = 59%
B 124 of 255 = 49%

144
151
124

R + G + B ~ 55%. #90977C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 151 + 124 = 419 (100%)
R 144 of 419 ~ 34.37%
G 151 of 419 ~ 36.04%
B 124 of 419 ~ 29.59%

%34.37
%36.04
%29.59

CMYK color model

#90977C color CMYK value is (5,0,18,41).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK:
(5,0,18,41)
C5M0Y18K41 
(5%,0%,18%,41%)
(0.05/0.00/0.18/0.41)	

CMYK percentages

%4.64
%0
%17.88
%40.78

Codes

Color #90977C in popluar color models

90977C
RGB144151124
HSL76°11.49%53.92%
HSB/HSV76°17.88%59.22%
CMYK4.64%0.00%17.88%
40.78%

Color #90977C in popluar number systems.

HEX90977C
Decimal144151124
Binary10010000100101111111100
Octal220227174

Shades and tints

Shades of #90977C

#90977C
(144,151,124)
#838A71
(131,138,113)
#767D66
(118,125,102)
#69705B
(105,112,91)
#5C6350
(92,99,80)
#4F5645
(79,86,69)
#42493A
(66,73,58)
#353C2F
(53,60,47)
#282F24
(40,47,36)
#1B2219
(27,34,25)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #90977C

#90977C
(144,151,124)
#9AA087
(154,160,135)
#A4A992
(164,169,146)
#AEB29D
(174,178,157)
#B8BBA8
(184,187,168)
#C2C4B3
(194,196,179)
#CCCDBE
(204,205,190)
#D6D6C9
(214,214,201)
#E0DFD4
(224,223,212)
#EAE8DF
(234,232,223)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90977C color. Also use rgb(144,151,124) instead hex code.

Text Font Color

.myTextColor { color: #90977C; }

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

This text font color is #90977C.


Background Color

.myBgColor { background-color: #90977C; }

<div style="background-color:#90977C">Inner text</div>

This div background color is #90977C.


Border color

.myBorderColor { border: 1px solid #90977C; }

<div style="border:3px solid #90977C">Div</div>

This div border color is #90977C.


Opacity

.myOpacity80 { color: #90977C; opacity: 0.8; }

<p style="color:#90977C;opacity:0.8;">80%</p>

Text with #90977C 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 #90977C;}

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

This text has shadow with #90977C color.

.textShadow {text-shadow: 3px 3px 1px #90977C, 3px 3px 1px red;}

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

This text has shadow with #90977C primary color and red secondary color.


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

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

This text has shadow with #90977C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90977C on black background.


Color preview on white background

This text has color #90977C on white background.



Black color preview on #90977C background

This text has black color on #90977C background.


White color preview on #90977C background

This text has white color on #90977C background.