COLOR #90375E

HEX: #90375E
RGB: (144,55,94)

Color info

#90375E contains mainly red and blue colors. Web safe color of #90375E is #993366 (or #936).

RGB color model

#90375E color RGB value is (144,55,94).

  • red value is 144;
  • green value is 55;
  • blue value is 94.
RGB:
(144,55,94)
(56%,22%,37%)

RGB channels and saturation

R 144 of 255 = 56%
G 55 of 255 = 22%
B 94 of 255 = 37%

144
55
94

R + G + B ~ 38%. #90375E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
144 + 55 + 94 = 293 (100%)
R 144 of 293 ~ 49.15%
G 55 of 293 ~ 18.77%
B 94 of 293 ~ 32.08%

%49.15
%18.77
%32.08

CMYK color model

#90375E color CMYK value is (0,62,35,44).

  • cyan value is 0.00%
  • magenta value is 61.81%
  • yellow value is 34.72%
  • key color value is 43.53%
CMYK:
(0,62,35,44)
C0M62Y35K44 
(0%,62%,35%,44%)
(0.00/0.62/0.35/0.44)	

CMYK percentages

%0
%61.81
%34.72
%43.53

Codes

Color #90375E in popluar color models

90375E
RGB1445594
HSL334°44.72%39.02%
HSB/HSV334°61.81%56.47%
CMYK0.00%61.81%34.72%
43.53%

Color #90375E in popluar number systems.

HEX90375E
Decimal1445594
Binary100100001101111011110
Octal22067136

Shades and tints

Shades of #90375E

#90375E
(144,55,94)
#833256
(131,50,86)
#762D4E
(118,45,78)
#692846
(105,40,70)
#5C233E
(92,35,62)
#4F1E36
(79,30,54)
#42192E
(66,25,46)
#351426
(53,20,38)
#280F1E
(40,15,30)
#1B0A16
(27,10,22)
#0E050E
(14,5,14)
#000000
(0,0,0)

Tints of #90375E

#90375E
(144,55,94)
#9A496C
(154,73,108)
#A45B7A
(164,91,122)
#AE6D88
(174,109,136)
#B87F96
(184,127,150)
#C291A4
(194,145,164)
#CCA3B2
(204,163,178)
#D6B5C0
(214,181,192)
#E0C7CE
(224,199,206)
#EAD9DC
(234,217,220)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90375E color. Also use rgb(144,55,94) instead hex code.

Text Font Color

.myTextColor { color: #90375E; }

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

This text font color is #90375E.


Background Color

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

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

This div background color is #90375E.


Border color

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

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

This div border color is #90375E.


Opacity

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

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

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

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

This text has shadow with #90375E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90375E on black background.


Color preview on white background

This text has color #90375E on white background.



Black color preview on #90375E background

This text has black color on #90375E background.


White color preview on #90375E background

This text has white color on #90375E background.