COLOR #441033

HEX: #441033
RGB: (68,16,51)

Color info

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

RGB color model

#441033 color RGB value is (68,16,51).

  • red value is 68;
  • green value is 16;
  • blue value is 51.
RGB:
(68,16,51)
(27%,6%,20%)

RGB channels and saturation

R 68 of 255 = 27%
G 16 of 255 = 6%
B 51 of 255 = 20%

68
16
51

R + G + B ~ 18%. #441033 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 16 + 51 = 135 (100%)
R 68 of 135 ~ 50.37%
G 16 of 135 ~ 11.85%
B 51 of 135 ~ 37.78%

%50.37
%11.85
%37.78

CMYK color model

#441033 color CMYK value is (0,76,25,73).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 25.00%
  • key color value is 73.33%
CMYK:
(0,76,25,73)
C0M76Y25K73 
(0%,76%,25%,73%)
(0.00/0.76/0.25/0.73)	

CMYK percentages

%0
%76.47
%25
%73.33

Codes

Color #441033 in popluar color models

441033
RGB681651
HSL320°61.90%16.47%
HSB/HSV320°76.47%26.67%
CMYK0.00%76.47%25.00%
73.33%

Color #441033 in popluar number systems.

HEX441033
Decimal681651
Binary100010010000110011
Octal1042063

Shades and tints

Shades of #441033

#441033
(68,16,51)
#3E0F2F
(62,15,47)
#380E2B
(56,14,43)
#320D27
(50,13,39)
#2C0C23
(44,12,35)
#260B1F
(38,11,31)
#200A1B
(32,10,27)
#1A0917
(26,9,23)
#140813
(20,8,19)
#0E070F
(14,7,15)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #441033

#441033
(68,16,51)
#552545
(85,37,69)
#663A57
(102,58,87)
#774F69
(119,79,105)
#88647B
(136,100,123)
#99798D
(153,121,141)
#AA8E9F
(170,142,159)
#BBA3B1
(187,163,177)
#CCB8C3
(204,184,195)
#DDCDD5
(221,205,213)
#EEE2E7
(238,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441033 color. Also use rgb(68,16,51) instead hex code.

Text Font Color

.myTextColor { color: #441033; }

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

This text font color is #441033.


Background Color

.myBgColor { background-color: #441033; }

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

This div background color is #441033.


Border color

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

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

This div border color is #441033.


Opacity

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

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

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

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

This text has shadow with #441033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441033 on black background.


Color preview on white background

This text has color #441033 on white background.



Black color preview on #441033 background

This text has black color on #441033 background.


White color preview on #441033 background

This text has white color on #441033 background.