COLOR #441A3F

HEX: #441A3F RGB: (68,26,63)

Color info

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

RGB color model

#441A3F color RGB value is (68,26,63).

RGB: (68,26,63) (27%, 10%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 26 of 255 = 10%
B 63 of 255 = 25%

68
26
63

R + G + B ~ 21%. #441A3F is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 26 + 63 = 157 (100%)
R 68 of 157 ~ 43.31%
G 26 of 157 ~ 16.56%
B 63 of 157 ~ 40.13'%

%43.31
%16.56
%40.13

CMYK color model

#441A3F color CMYK value is (0,62,7,73).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 7.35%
  • key color value is 73.33%

CMYK: (0,62,7,73)
C0M62Y7K73 (0%, 62%, 7%, 73%)
(0.00 / 0.62 / 0.07 / 0.73)

CMYK percentages

%0
%61.76
%7.35
%73.33

Codes

Color #441A3F in popluar color models

44 1A 3F
RGB 68 26 63
HSL 307° 44.68% 18.43%
HSB/HSV 307° 61.76% 26.67%
CMYK 0.00% 61.76% 7.35%
73.33%

Color #441A3F in popluar number systems.

HEX 44 1A 3F
Decimal 68 26 63
Binary 1000100 11010 111111
Octal 104 32 77

Shades and tints

Shades of #441A3F

#441A3F
(68,26,63)
#3E183A
(62,24,58)
#381635
(56,22,53)
#321430
(50,20,48)
#2C122B
(44,18,43)
#261026
(38,16,38)
#200E21
(32,14,33)
#1A0C1C
(26,12,28)
#140A17
(20,10,23)
#0E0812
(14,8,18)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #441A3F

#441A3F
(68,26,63)
#552E50
(85,46,80)
#664261
(102,66,97)
#775672
(119,86,114)
#886A83
(136,106,131)
#997E94
(153,126,148)
#AA92A5
(170,146,165)
#BBA6B6
(187,166,182)
#CCBAC7
(204,186,199)
#DDCED8
(221,206,216)
#EEE2E9
(238,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441A3F color. Also use rgb(68,26,63) instead hex code.

Text Font Color

.myTextColor { color: #441A3F; }

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

This text font color is #441A3F.

Background Color

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

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

This div background color is #441A3F.

Border color

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

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

This div border color is #441A3F.

Opacity

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

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

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

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

This text has shadow with #441A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #441A3F.

Preview

Color preview on black background

This text has color #441A3F on black background.


Color preview on white background

This text has color #441A3F on white background.


Black color preview on #441A3F background

This text has black color on #441A3F background.


White color preview on #441A3F background

This text has white color on #441A3F background.


Related colors

Complementary color

Complementary color for #hex is #BBE5C0.


I love getcolorcode.com

Triadic colors

1 #3F441A and #1A3F44 with #441A3F are triadic colors.

2 #3F1A44 and #1A443F with #441A3F are triadic colors.