COLOR #441E3A

HEX: #441E3A RGB: (68,30,58)

Color info

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

RGB color model

#441E3A color RGB value is (68,30,58).

RGB: (68,30,58) (27%, 12%, 23%)

RGB channels and saturation

R 68 of 255 = 27%
G 30 of 255 = 12%
B 58 of 255 = 23%

68
30
58

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

Portions of RGB colors in percentages

R + G + B = 68 + 30 + 58 = 156 (100%)
R 68 of 156 ~ 43.59%
G 30 of 156 ~ 19.23%
B 58 of 156 ~ 37.18'%

%43.59
%19.23
%37.18

CMYK color model

#441E3A color CMYK value is (0,56,15,73).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 14.71%
  • key color value is 73.33%

CMYK: (0,56,15,73)
C0M56Y15K73 (0%, 56%, 15%, 73%)
(0.00 / 0.56 / 0.15 / 0.73)

CMYK percentages

%0
%55.88
%14.71
%73.33

Codes

Color #441E3A in popluar color models

44 1E 3A
RGB 68 30 58
HSL 316° 38.78% 19.22%
HSB/HSV 316° 55.88% 26.67%
CMYK 0.00% 55.88% 14.71%
73.33%

Color #441E3A in popluar number systems.

HEX 44 1E 3A
Decimal 68 30 58
Binary 1000100 11110 111010
Octal 104 36 72

Shades and tints

Shades of #441E3A

#441E3A
(68,30,58)
#3E1C35
(62,28,53)
#381A30
(56,26,48)
#32182B
(50,24,43)
#2C1626
(44,22,38)
#261421
(38,20,33)
#20121C
(32,18,28)
#1A1017
(26,16,23)
#140E12
(20,14,18)
#0E0C0D
(14,12,13)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #441E3A

#441E3A
(68,30,58)
#55324B
(85,50,75)
#66465C
(102,70,92)
#775A6D
(119,90,109)
#886E7E
(136,110,126)
#99828F
(153,130,143)
#AA96A0
(170,150,160)
#BBAAB1
(187,170,177)
#CCBEC2
(204,190,194)
#DDD2D3
(221,210,211)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441E3A; }

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

This text font color is #441E3A.

Background Color

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

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

This div background color is #441E3A.

Border color

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

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

This div border color is #441E3A.

Opacity

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

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

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

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

This text has shadow with #441E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #441E3A.

Preview

Color preview on black background

This text has color #441E3A on black background.


Color preview on white background

This text has color #441E3A on white background.


Black color preview on #441E3A background

This text has black color on #441E3A background.


White color preview on #441E3A background

This text has white color on #441E3A background.


Related colors

Complementary color

Complementary color for #hex is #BBE1C5.


I love getcolorcode.com

Triadic colors

1 #3A441E and #1E3A44 with #441E3A are triadic colors.

2 #3A1E44 and #1E443A with #441E3A are triadic colors.