COLOR #90827E

HEX: #90827E
RGB: (144,130,126)

Color info

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

RGB color model

#90827E color RGB value is (144,130,126).

  • red value is 144;
  • green value is 130;
  • blue value is 126.
RGB:
(144,130,126)
(56%,51%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 130 of 255 = 51%
B 126 of 255 = 49%

144
130
126

R + G + B ~ 52%. #90827E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 130 + 126 = 400 (100%)
R 144 of 400 ~ 36%
G 130 of 400 ~ 32.5%
B 126 of 400 ~ 31.5%

%36
%32.5
%31.5

CMYK color model

#90827E color CMYK value is (0,10,13,44).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 12.50%
  • key color value is 43.53%
CMYK:
(0,10,13,44)
C0M10Y13K44 
(0%,10%,13%,44%)
(0.00/0.10/0.13/0.44)	

CMYK percentages

%0
%9.72
%12.5
%43.53

Codes

Color #90827E in popluar color models

90827E
RGB144130126
HSL13°7.50%52.94%
HSB/HSV13°12.50%56.47%
CMYK0.00%9.72%12.50%
43.53%

Color #90827E in popluar number systems.

HEX90827E
Decimal144130126
Binary10010000100000101111110
Octal220202176

Shades and tints

Shades of #90827E

#90827E
(144,130,126)
#837773
(131,119,115)
#766C68
(118,108,104)
#69615D
(105,97,93)
#5C5652
(92,86,82)
#4F4B47
(79,75,71)
#42403C
(66,64,60)
#353531
(53,53,49)
#282A26
(40,42,38)
#1B1F1B
(27,31,27)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #90827E

#90827E
(144,130,126)
#9A8D89
(154,141,137)
#A49894
(164,152,148)
#AEA39F
(174,163,159)
#B8AEAA
(184,174,170)
#C2B9B5
(194,185,181)
#CCC4C0
(204,196,192)
#D6CFCB
(214,207,203)
#E0DAD6
(224,218,214)
#EAE5E1
(234,229,225)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90827E color. Also use rgb(144,130,126) instead hex code.

Text Font Color

.myTextColor { color: #90827E; }

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

This text font color is #90827E.


Background Color

.myBgColor { background-color: #90827E; }

<div style="background-color:#90827E">Inner text</div>

This div background color is #90827E.


Border color

.myBorderColor { border: 1px solid #90827E; }

<div style="border:3px solid #90827E">Div</div>

This div border color is #90827E.


Opacity

.myOpacity80 { color: #90827E; opacity: 0.8; }

<p style="color:#90827E;opacity:0.8;">80%</p>

Text with #90827E 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 #90827E;}

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

This text has shadow with #90827E color.

.textShadow {text-shadow: 3px 3px 1px #90827E, 3px 3px 1px red;}

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

This text has shadow with #90827E primary color and red secondary color.


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

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

This text has shadow with #90827E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90827E on black background.


Color preview on white background

This text has color #90827E on white background.



Black color preview on #90827E background

This text has black color on #90827E background.


White color preview on #90827E background

This text has white color on #90827E background.