COLOR #90807F

HEX: #90807F
RGB: (144,128,127)

Color info

#90807F contains red, green and blue colors in about the same proportion. Web safe color of #90807F is #996666 (or #966).

RGB color model

#90807F color RGB value is (144,128,127).

  • red value is 144;
  • green value is 128;
  • blue value is 127.
RGB:
(144,128,127)
(56%,50%,50%)

RGB channels and saturation

R 144 of 255 = 56%
G 128 of 255 = 50%
B 127 of 255 = 50%

144
128
127

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

Portions of RGB colors in percentages

R + G + B =
144 + 128 + 127 = 399 (100%)
R 144 of 399 ~ 36.09%
G 128 of 399 ~ 32.08%
B 127 of 399 ~ 31.83%

%36.09
%32.08
%31.83

CMYK color model

#90807F color CMYK value is (0,11,12,44).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 11.81%
  • key color value is 43.53%
CMYK:
(0,11,12,44)
C0M11Y12K44 
(0%,11%,12%,44%)
(0.00/0.11/0.12/0.44)	

CMYK percentages

%0
%11.11
%11.81
%43.53

Codes

Color #90807F in popluar color models

90807F
RGB144128127
HSL7.11%53.14%
HSB/HSV11.81%56.47%
CMYK0.00%11.11%11.81%
43.53%

Color #90807F in popluar number systems.

HEX90807F
Decimal144128127
Binary10010000100000001111111
Octal220200177

Shades and tints

Shades of #90807F

#90807F
(144,128,127)
#837574
(131,117,116)
#766A69
(118,106,105)
#695F5E
(105,95,94)
#5C5453
(92,84,83)
#4F4948
(79,73,72)
#423E3D
(66,62,61)
#353332
(53,51,50)
#282827
(40,40,39)
#1B1D1C
(27,29,28)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #90807F

#90807F
(144,128,127)
#9A8B8A
(154,139,138)
#A49695
(164,150,149)
#AEA1A0
(174,161,160)
#B8ACAB
(184,172,171)
#C2B7B6
(194,183,182)
#CCC2C1
(204,194,193)
#D6CDCC
(214,205,204)
#E0D8D7
(224,216,215)
#EAE3E2
(234,227,226)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90807F color. Also use rgb(144,128,127) instead hex code.

Text Font Color

.myTextColor { color: #90807F; }

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

This text font color is #90807F.


Background Color

.myBgColor { background-color: #90807F; }

<div style="background-color:#90807F">Inner text</div>

This div background color is #90807F.


Border color

.myBorderColor { border: 1px solid #90807F; }

<div style="border:3px solid #90807F">Div</div>

This div border color is #90807F.


Opacity

.myOpacity80 { color: #90807F; opacity: 0.8; }

<p style="color:#90807F;opacity:0.8;">80%</p>

Text with #90807F 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 #90807F;}

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

This text has shadow with #90807F color.

.textShadow {text-shadow: 3px 3px 1px #90807F, 3px 3px 1px red;}

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

This text has shadow with #90807F primary color and red secondary color.


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

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

This text has shadow with #90807F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90807F on black background.


Color preview on white background

This text has color #90807F on white background.



Black color preview on #90807F background

This text has black color on #90807F background.


White color preview on #90807F background

This text has white color on #90807F background.