COLOR #90748E

HEX: #90748E RGB: (144,116,142)

Color info

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

RGB color model

#90748E color RGB value is (144,116,142).

RGB: (144,116,142) (56%, 45%, 56%)

RGB channels and saturation

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

144
116
142

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

Portions of RGB colors in percentages

R + G + B = 144 + 116 + 142 = 402 (100%)
R 144 of 402 ~ 35.82%
G 116 of 402 ~ 28.86%
B 142 of 402 ~ 35.32'%

%35.82
%28.86
%35.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 1.39%
  • 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
%1.39
%43.53

Codes

Color #90748E in popluar color models

90 74 8E
RGB 144 116 142
HSL 304° 11.20% 50.98%
HSB/HSV 304° 19.44% 56.47%
CMYK 0.00% 19.44% 1.39%
43.53%

Color #90748E in popluar number systems.

HEX 90 74 8E
Decimal 144 116 142
Binary 10010000 1110100 10001110
Octal 220 164 216

Shades and tints

Shades of #90748E

#90748E
(144,116,142)
#836A82
(131,106,130)
#766076
(118,96,118)
#69566A
(105,86,106)
#5C4C5E
(92,76,94)
#4F4252
(79,66,82)
#423846
(66,56,70)
#352E3A
(53,46,58)
#28242E
(40,36,46)
#1B1A22
(27,26,34)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #90748E

#90748E
(144,116,142)
#9A8098
(154,128,152)
#A48CA2
(164,140,162)
#AE98AC
(174,152,172)
#B8A4B6
(184,164,182)
#C2B0C0
(194,176,192)
#CCBCCA
(204,188,202)
#D6C8D4
(214,200,212)
#E0D4DE
(224,212,222)
#EAE0E8
(234,224,232)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90748E; }

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

This text font color is #90748E.

Background Color

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

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

This div background color is #90748E.

Border color

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

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

This div border color is #90748E.

Opacity

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

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

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

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

This text has shadow with #90748E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90748E.

Preview

Color preview on black background

This text has color #90748E on black background.


Color preview on white background

This text has color #90748E on white background.


Black color preview on #90748E background

This text has black color on #90748E background.


White color preview on #90748E background

This text has white color on #90748E background.


Related colors

Complementary color

Complementary color for #hex is #6F8B71.


I love getcolorcode.com

Triadic colors

1 #8E9074 and #748E90 with #90748E are triadic colors.

2 #8E7490 and #74908E with #90748E are triadic colors.