COLOR #90748F

HEX: #90748F
RGB: (144,116,143)

Color info

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

RGB color model

#90748F color RGB value is (144,116,143).

  • red value is 144;
  • green value is 116;
  • blue value is 143.
RGB:
(144,116,143)
(56%,45%,56%)

RGB channels and saturation

R 144 of 255 = 56%
G 116 of 255 = 45%
B 143 of 255 = 56%

144
116
143

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

Portions of RGB colors in percentages

R + G + B =
144 + 116 + 143 = 403 (100%)
R 144 of 403 ~ 35.73%
G 116 of 403 ~ 28.78%
B 143 of 403 ~ 35.48%

%35.73
%28.78
%35.48

CMYK color model

#90748F color CMYK value is (0,19,1,44).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 0.69%
  • key color value is 43.53%
CMYK:
(0,19,1,44)
C0M19Y1K44 
(0%,19%,1%,44%)
(0.00/0.19/0.01/0.44)	

CMYK percentages

%0
%19.44
%0.69
%43.53

Codes

Color #90748F in popluar color models

90748F
RGB144116143
HSL302°11.20%50.98%
HSB/HSV302°19.44%56.47%
CMYK0.00%19.44%0.69%
43.53%

Color #90748F in popluar number systems.

HEX90748F
Decimal144116143
Binary10010000111010010001111
Octal220164217

Shades and tints

Shades of #90748F

#90748F
(144,116,143)
#836A82
(131,106,130)
#766075
(118,96,117)
#695668
(105,86,104)
#5C4C5B
(92,76,91)
#4F424E
(79,66,78)
#423841
(66,56,65)
#352E34
(53,46,52)
#282427
(40,36,39)
#1B1A1A
(27,26,26)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #90748F

#90748F
(144,116,143)
#9A8099
(154,128,153)
#A48CA3
(164,140,163)
#AE98AD
(174,152,173)
#B8A4B7
(184,164,183)
#C2B0C1
(194,176,193)
#CCBCCB
(204,188,203)
#D6C8D5
(214,200,213)
#E0D4DF
(224,212,223)
#EAE0E9
(234,224,233)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90748F color. Also use rgb(144,116,143) instead hex code.

Text Font Color

.myTextColor { color: #90748F; }

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

This text font color is #90748F.


Background Color

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

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

This div background color is #90748F.


Border color

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

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

This div border color is #90748F.


Opacity

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

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

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

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

This text has shadow with #90748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90748F on black background.


Color preview on white background

This text has color #90748F on white background.



Black color preview on #90748F background

This text has black color on #90748F background.


White color preview on #90748F background

This text has white color on #90748F background.