COLOR #441E33

HEX: #441E33 RGB: (68,30,51)

Color info

#441E33 contains red, green and blue colors in about the same proportion. Web safe color of #441E33 is #333333 (or #333).

RGB color model

#441E33 color RGB value is (68,30,51).

RGB: (68,30,51) (27%, 12%, 20%)

RGB channels and saturation

R 68 of 255 = 27%
G 30 of 255 = 12%
B 51 of 255 = 20%

68
30
51

R + G + B ~ 20%. #441E33 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 30 + 51 = 149 (100%)
R 68 of 149 ~ 45.64%
G 30 of 149 ~ 20.13%
B 51 of 149 ~ 34.23'%

%45.64
%20.13
%34.23

CMYK color model

#441E33 color CMYK value is (0,56,25,73).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 25.00%
  • key color value is 73.33%
CMYK: (0,56,25,73) C0M56Y25K73 (0%,56%,25%,73%) (0.00/0.56/0.25/0.73) 

CMYK percentages

%0
%55.88
%25
%73.33

Codes

Color #441E33 in popluar color models

44 1E 33
RGB 68 30 51
HSL 327° 38.78% 19.22%
HSB/HSV 327° 55.88% 26.67%
CMYK 0.00% 55.88% 25.00%
73.33%

Color #441E33 in popluar number systems.

HEX 44 1E 33
Decimal 68 30 51
Binary 1000100 11110 110011
Octal 104 36 63

Shades and tints

Shades of #441E33

#441E33
(68,30,51)
#3E1C2F
(62,28,47)
#381A2B
(56,26,43)
#321827
(50,24,39)
#2C1623
(44,22,35)
#26141F
(38,20,31)
#20121B
(32,18,27)
#1A1017
(26,16,23)
#140E13
(20,14,19)
#0E0C0F
(14,12,15)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #441E33

#441E33
(68,30,51)
#553245
(85,50,69)
#664657
(102,70,87)
#775A69
(119,90,105)
#886E7B
(136,110,123)
#99828D
(153,130,141)
#AA969F
(170,150,159)
#BBAAB1
(187,170,177)
#CCBEC3
(204,190,195)
#DDD2D5
(221,210,213)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441E33; }

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

This text font color is #441E33.

Background Color

.myBgColor { background-color: #441E33; }

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

This div background color is #441E33.

Border color

.myBorderColor { border: 1px solid #441E33; }

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

This div border color is #441E33.

Opacity

.myOpacity80 { color: #441E33; opacity: 0.8; }

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

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

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

This text has shadow with #441E33 color.


.textShadow {text-shadow: 3px 3px 1px #441E33', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #441E33; -webkit-box-shadow: 1px 1px 3px 2px #441E33; box-shadow:1px 1px 3px 2px #441E33;">
Div content here
</div>

This div box has shadow with color #441E33.

Preview

Color preview on black background

This text has color #441E33 on black background.


Color preview on white background

This text has color #441E33 on white background.


Black color preview on #441E33 background

This text has black color on #441E33 background.


White color preview on #441E33 background

This text has white color on #441E33 background.


Related colors

Complementary color

Complementary color for #hex is #BBE1CC.


I love getcolorcode.com

Triadic colors

1 #33441E and #1E3344 with #441E33 are triadic colors.

2 #331E44 and #1E4433 with #441E33 are triadic colors.