COLOR #90708A

HEX: #90708A
RGB: (144,112,138)

Color info

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

RGB color model

#90708A color RGB value is (144,112,138).

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

RGB channels and saturation

R 144 of 255 = 56%
G 112 of 255 = 44%
B 138 of 255 = 54%

144
112
138

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

Portions of RGB colors in percentages

R + G + B =
144 + 112 + 138 = 394 (100%)
R 144 of 394 ~ 36.55%
G 112 of 394 ~ 28.43%
B 138 of 394 ~ 35.03%

%36.55
%28.43
%35.03

CMYK color model

#90708A color CMYK value is (0,22,4,44).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 4.17%
  • key color value is 43.53%
CMYK:
(0,22,4,44)
C0M22Y4K44 
(0%,22%,4%,44%)
(0.00/0.22/0.04/0.44)	

CMYK percentages

%0
%22.22
%4.17
%43.53

Codes

Color #90708A in popluar color models

90708A
RGB144112138
HSL311°12.60%50.20%
HSB/HSV311°22.22%56.47%
CMYK0.00%22.22%4.17%
43.53%

Color #90708A in popluar number systems.

HEX90708A
Decimal144112138
Binary10010000111000010001010
Octal220160212

Shades and tints

Shades of #90708A

#90708A
(144,112,138)
#83667E
(131,102,126)
#765C72
(118,92,114)
#695266
(105,82,102)
#5C485A
(92,72,90)
#4F3E4E
(79,62,78)
#423442
(66,52,66)
#352A36
(53,42,54)
#28202A
(40,32,42)
#1B161E
(27,22,30)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #90708A

#90708A
(144,112,138)
#9A7D94
(154,125,148)
#A48A9E
(164,138,158)
#AE97A8
(174,151,168)
#B8A4B2
(184,164,178)
#C2B1BC
(194,177,188)
#CCBEC6
(204,190,198)
#D6CBD0
(214,203,208)
#E0D8DA
(224,216,218)
#EAE5E4
(234,229,228)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90708A; }

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

This text font color is #90708A.


Background Color

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

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

This div background color is #90708A.


Border color

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

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

This div border color is #90708A.


Opacity

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

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

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

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

This text has shadow with #90708A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90708A on black background.


Color preview on white background

This text has color #90708A on white background.



Black color preview on #90708A background

This text has black color on #90708A background.


White color preview on #90708A background

This text has white color on #90708A background.