COLOR #441536

HEX: #441536
RGB: (68,21,54)

Color info

#441536 contains red, green and blue colors in about the same proportion. Web safe color of #441536 is #330033 (or #303).

RGB color model

#441536 color RGB value is (68,21,54).

  • red value is 68;
  • green value is 21;
  • blue value is 54.
RGB:
(68,21,54)
(27%,8%,21%)

RGB channels and saturation

R 68 of 255 = 27%
G 21 of 255 = 8%
B 54 of 255 = 21%

68
21
54

R + G + B ~ 19%. #441536 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 21 + 54 = 143 (100%)
R 68 of 143 ~ 47.55%
G 21 of 143 ~ 14.69%
B 54 of 143 ~ 37.76%

%47.55
%14.69
%37.76

CMYK color model

#441536 color CMYK value is (0,69,21,73).

  • cyan value is 0.00%
  • magenta value is 69.12%
  • yellow value is 20.59%
  • key color value is 73.33%
CMYK:
(0,69,21,73)
C0M69Y21K73 
(0%,69%,21%,73%)
(0.00/0.69/0.21/0.73)	

CMYK percentages

%0
%69.12
%20.59
%73.33

Codes

Color #441536 in popluar color models

441536
RGB682154
HSL318°52.81%17.45%
HSB/HSV318°69.12%26.67%
CMYK0.00%69.12%20.59%
73.33%

Color #441536 in popluar number systems.

HEX441536
Decimal682154
Binary100010010101110110
Octal1042566

Shades and tints

Shades of #441536

#441536
(68,21,54)
#3E1432
(62,20,50)
#38132E
(56,19,46)
#32122A
(50,18,42)
#2C1126
(44,17,38)
#261022
(38,16,34)
#200F1E
(32,15,30)
#1A0E1A
(26,14,26)
#140D16
(20,13,22)
#0E0C12
(14,12,18)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #441536

#441536
(68,21,54)
#552A48
(85,42,72)
#663F5A
(102,63,90)
#77546C
(119,84,108)
#88697E
(136,105,126)
#997E90
(153,126,144)
#AA93A2
(170,147,162)
#BBA8B4
(187,168,180)
#CCBDC6
(204,189,198)
#DDD2D8
(221,210,216)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441536 color. Also use rgb(68,21,54) instead hex code.

Text Font Color

.myTextColor { color: #441536; }

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

This text font color is #441536.


Background Color

.myBgColor { background-color: #441536; }

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

This div background color is #441536.


Border color

.myBorderColor { border: 1px solid #441536; }

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

This div border color is #441536.


Opacity

.myOpacity80 { color: #441536; opacity: 0.8; }

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

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

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

This text has shadow with #441536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441536 on black background.


Color preview on white background

This text has color #441536 on white background.



Black color preview on #441536 background

This text has black color on #441536 background.


White color preview on #441536 background

This text has white color on #441536 background.