COLOR #90441D

HEX: #90441D
RGB: (144,68,29)

Color info

#90441D contains mainly red color. Web safe color of #90441D is #993333 (or #933).

RGB color model

#90441D color RGB value is (144,68,29).

  • red value is 144;
  • green value is 68;
  • blue value is 29.
RGB:
(144,68,29)
(56%,27%,11%)

RGB channels and saturation

R 144 of 255 = 56%
G 68 of 255 = 27%
B 29 of 255 = 11%

144
68
29

R + G + B ~ 31%. #90441D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
144 + 68 + 29 = 241 (100%)
R 144 of 241 ~ 59.75%
G 68 of 241 ~ 28.22%
B 29 of 241 ~ 12.03%

%59.75
%28.22
%12.03

CMYK color model

#90441D color CMYK value is (0,53,80,44).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 79.86%
  • key color value is 43.53%
CMYK:
(0,53,80,44)
C0M53Y80K44 
(0%,53%,80%,44%)
(0.00/0.53/0.80/0.44)	

CMYK percentages

%0
%52.78
%79.86
%43.53

Codes

Color #90441D in popluar color models

90441D
RGB1446829
HSL20°66.47%33.92%
HSB/HSV20°79.86%56.47%
CMYK0.00%52.78%79.86%
43.53%

Color #90441D in popluar number systems.

HEX90441D
Decimal1446829
Binary10010000100010011101
Octal22010435

Shades and tints

Shades of #90441D

#90441D
(144,68,29)
#833E1B
(131,62,27)
#763819
(118,56,25)
#693217
(105,50,23)
#5C2C15
(92,44,21)
#4F2613
(79,38,19)
#422011
(66,32,17)
#351A0F
(53,26,15)
#28140D
(40,20,13)
#1B0E0B
(27,14,11)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #90441D

#90441D
(144,68,29)
#9A5531
(154,85,49)
#A46645
(164,102,69)
#AE7759
(174,119,89)
#B8886D
(184,136,109)
#C29981
(194,153,129)
#CCAA95
(204,170,149)
#D6BBA9
(214,187,169)
#E0CCBD
(224,204,189)
#EADDD1
(234,221,209)
#F4EEE5
(244,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90441D color. Also use rgb(144,68,29) instead hex code.

Text Font Color

.myTextColor { color: #90441D; }

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

This text font color is #90441D.


Background Color

.myBgColor { background-color: #90441D; }

<div style="background-color:#90441D">Inner text</div>

This div background color is #90441D.


Border color

.myBorderColor { border: 1px solid #90441D; }

<div style="border:3px solid #90441D">Div</div>

This div border color is #90441D.


Opacity

.myOpacity80 { color: #90441D; opacity: 0.8; }

<p style="color:#90441D;opacity:0.8;">80%</p>

Text with #90441D 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 #90441D;}

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

This text has shadow with #90441D color.

.textShadow {text-shadow: 3px 3px 1px #90441D, 3px 3px 1px red;}

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

This text has shadow with #90441D primary color and red secondary color.


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

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

This text has shadow with #90441D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90441D on black background.


Color preview on white background

This text has color #90441D on white background.



Black color preview on #90441D background

This text has black color on #90441D background.


White color preview on #90441D background

This text has white color on #90441D background.