COLOR #441D3B

HEX: #441D3B RGB: (68,29,59)

Color info

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

RGB color model

#441D3B color RGB value is (68,29,59).

RGB: (68,29,59) (27%, 11%, 23%)

RGB channels and saturation

R 68 of 255 = 27%
G 29 of 255 = 11%
B 59 of 255 = 23%

68
29
59

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

Portions of RGB colors in percentages

R + G + B = 68 + 29 + 59 = 156 (100%)
R 68 of 156 ~ 43.59%
G 29 of 156 ~ 18.59%
B 59 of 156 ~ 37.82'%

%43.59
%18.59
%37.82

CMYK color model

#441D3B color CMYK value is (0,57,13,73).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 13.24%
  • key color value is 73.33%

CMYK: (0,57,13,73)
C0M57Y13K73 (0%, 57%, 13%, 73%)
(0.00 / 0.57 / 0.13 / 0.73)

CMYK percentages

%0
%57.35
%13.24
%73.33

Codes

Color #441D3B in popluar color models

44 1D 3B
RGB 68 29 59
HSL 314° 40.21% 19.02%
HSB/HSV 314° 57.35% 26.67%
CMYK 0.00% 57.35% 13.24%
73.33%

Color #441D3B in popluar number systems.

HEX 44 1D 3B
Decimal 68 29 59
Binary 1000100 11101 111011
Octal 104 35 73

Shades and tints

Shades of #441D3B

#441D3B
(68,29,59)
#3E1B36
(62,27,54)
#381931
(56,25,49)
#32172C
(50,23,44)
#2C1527
(44,21,39)
#261322
(38,19,34)
#20111D
(32,17,29)
#1A0F18
(26,15,24)
#140D13
(20,13,19)
#0E0B0E
(14,11,14)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #441D3B

#441D3B
(68,29,59)
#55314C
(85,49,76)
#66455D
(102,69,93)
#77596E
(119,89,110)
#886D7F
(136,109,127)
#998190
(153,129,144)
#AA95A1
(170,149,161)
#BBA9B2
(187,169,178)
#CCBDC3
(204,189,195)
#DDD1D4
(221,209,212)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441D3B color. Also use rgb(68,29,59) instead hex code.

Text Font Color

.myTextColor { color: #441D3B; }

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

This text font color is #441D3B.

Background Color

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

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

This div background color is #441D3B.

Border color

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

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

This div border color is #441D3B.

Opacity

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

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

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

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

This text has shadow with #441D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #441D3B.

Preview

Color preview on black background

This text has color #441D3B on black background.


Color preview on white background

This text has color #441D3B on white background.


Black color preview on #441D3B background

This text has black color on #441D3B background.


White color preview on #441D3B background

This text has white color on #441D3B background.


Related colors

Complementary color

Complementary color for #hex is #BBE2C4.


I love getcolorcode.com

Triadic colors

1 #3B441D and #1D3B44 with #441D3B are triadic colors.

2 #3B1D44 and #1D443B with #441D3B are triadic colors.