COLOR #90708D

HEX: #90708D
RGB: (144,112,141)

Color info

#90708D contains red, green and blue colors in about the same proportion. Web safe color of #90708D is #996699 (or #969).

RGB color model

#90708D color RGB value is (144,112,141).

  • red value is 144;
  • green value is 112;
  • blue value is 141.
RGB:
(144,112,141)
(56%,44%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 112 of 255 = 44%
B 141 of 255 = 55%

144
112
141

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

Portions of RGB colors in percentages

R + G + B =
144 + 112 + 141 = 397 (100%)
R 144 of 397 ~ 36.27%
G 112 of 397 ~ 28.21%
B 141 of 397 ~ 35.52%

%36.27
%28.21
%35.52

CMYK color model

#90708D color CMYK value is (0,22,2,44).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(0,22,2,44)
C0M22Y2K44 
(0%,22%,2%,44%)
(0.00/0.22/0.02/0.44)	

CMYK percentages

%0
%22.22
%2.08
%43.53

Codes

Color #90708D in popluar color models

90708D
RGB144112141
HSL306°12.60%50.20%
HSB/HSV306°22.22%56.47%
CMYK0.00%22.22%2.08%
43.53%

Color #90708D in popluar number systems.

HEX90708D
Decimal144112141
Binary10010000111000010001101
Octal220160215

Shades and tints

Shades of #90708D

#90708D
(144,112,141)
#836681
(131,102,129)
#765C75
(118,92,117)
#695269
(105,82,105)
#5C485D
(92,72,93)
#4F3E51
(79,62,81)
#423445
(66,52,69)
#352A39
(53,42,57)
#28202D
(40,32,45)
#1B1621
(27,22,33)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #90708D

#90708D
(144,112,141)
#9A7D97
(154,125,151)
#A48AA1
(164,138,161)
#AE97AB
(174,151,171)
#B8A4B5
(184,164,181)
#C2B1BF
(194,177,191)
#CCBEC9
(204,190,201)
#D6CBD3
(214,203,211)
#E0D8DD
(224,216,221)
#EAE5E7
(234,229,231)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90708D color. Also use rgb(144,112,141) instead hex code.

Text Font Color

.myTextColor { color: #90708D; }

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

This text font color is #90708D.


Background Color

.myBgColor { background-color: #90708D; }

<div style="background-color:#90708D">Inner text</div>

This div background color is #90708D.


Border color

.myBorderColor { border: 1px solid #90708D; }

<div style="border:3px solid #90708D">Div</div>

This div border color is #90708D.


Opacity

.myOpacity80 { color: #90708D; opacity: 0.8; }

<p style="color:#90708D;opacity:0.8;">80%</p>

Text with #90708D 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 #90708D;}

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

This text has shadow with #90708D color.

.textShadow {text-shadow: 3px 3px 1px #90708D, 3px 3px 1px red;}

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

This text has shadow with #90708D primary color and red secondary color.


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

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

This text has shadow with #90708D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90708D on black background.


Color preview on white background

This text has color #90708D on white background.



Black color preview on #90708D background

This text has black color on #90708D background.


White color preview on #90708D background

This text has white color on #90708D background.