COLOR #90473A

HEX: #90473A
RGB: (144,71,58)

Color info

#90473A contains mainly red color. Web safe color of #90473A is #993333 (or #933).

RGB color model

#90473A color RGB value is (144,71,58).

  • red value is 144;
  • green value is 71;
  • blue value is 58.
RGB:
(144,71,58)
(56%,28%,23%)

RGB channels and saturation

R 144 of 255 = 56%
G 71 of 255 = 28%
B 58 of 255 = 23%

144
71
58

R + G + B ~ 36%. #90473A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
144 + 71 + 58 = 273 (100%)
R 144 of 273 ~ 52.75%
G 71 of 273 ~ 26.01%
B 58 of 273 ~ 21.25%

%52.75
%26.01
%21.25

CMYK color model

#90473A color CMYK value is (0,51,60,44).

  • cyan value is 0.00%
  • magenta value is 50.69%
  • yellow value is 59.72%
  • key color value is 43.53%
CMYK:
(0,51,60,44)
C0M51Y60K44 
(0%,51%,60%,44%)
(0.00/0.51/0.60/0.44)	

CMYK percentages

%0
%50.69
%59.72
%43.53

Codes

Color #90473A in popluar color models

90473A
RGB1447158
HSL42.57%39.61%
HSB/HSV59.72%56.47%
CMYK0.00%50.69%59.72%
43.53%

Color #90473A in popluar number systems.

HEX90473A
Decimal1447158
Binary100100001000111111010
Octal22010772

Shades and tints

Shades of #90473A

#90473A
(144,71,58)
#834135
(131,65,53)
#763B30
(118,59,48)
#69352B
(105,53,43)
#5C2F26
(92,47,38)
#4F2921
(79,41,33)
#42231C
(66,35,28)
#351D17
(53,29,23)
#281712
(40,23,18)
#1B110D
(27,17,13)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #90473A

#90473A
(144,71,58)
#9A574B
(154,87,75)
#A4675C
(164,103,92)
#AE776D
(174,119,109)
#B8877E
(184,135,126)
#C2978F
(194,151,143)
#CCA7A0
(204,167,160)
#D6B7B1
(214,183,177)
#E0C7C2
(224,199,194)
#EAD7D3
(234,215,211)
#F4E7E4
(244,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90473A color. Also use rgb(144,71,58) instead hex code.

Text Font Color

.myTextColor { color: #90473A; }

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

This text font color is #90473A.


Background Color

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

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

This div background color is #90473A.


Border color

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

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

This div border color is #90473A.


Opacity

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

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

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

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

This text has shadow with #90473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90473A on black background.


Color preview on white background

This text has color #90473A on white background.



Black color preview on #90473A background

This text has black color on #90473A background.


White color preview on #90473A background

This text has white color on #90473A background.