COLOR #441E1B

HEX: #441E1B RGB: (68,30,27)

Color info

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

RGB color model

#441E1B color RGB value is (68,30,27).

RGB: (68,30,27) (27%, 12%, 11%)

RGB channels and saturation

R 68 of 255 = 27%
G 30 of 255 = 12%
B 27 of 255 = 11%

68
30
27

R + G + B ~ 17%. #441E1B is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 30 + 27 = 125 (100%)
R 68 of 125 ~ 54.4%
G 30 of 125 ~ 24%
B 27 of 125 ~ 21.6'%

%54.4
%24
%21.6

CMYK color model

#441E1B color CMYK value is (0,56,60,73).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 60.29%
  • key color value is 73.33%
CMYK: (0,56,60,73) C0M56Y60K73 (0%,56%,60%,73%) (0.00/0.56/0.60/0.73) 

CMYK percentages

%0
%55.88
%60.29
%73.33

Codes

Color #441E1B in popluar color models

44 1E 1B
RGB 68 30 27
HSL 43.16% 18.63%
HSB/HSV 60.29% 26.67%
CMYK 0.00% 55.88% 60.29%
73.33%

Color #441E1B in popluar number systems.

HEX 44 1E 1B
Decimal 68 30 27
Binary 1000100 11110 11011
Octal 104 36 33

Shades and tints

Shades of #441E1B

#441E1B
(68,30,27)
#3E1C19
(62,28,25)
#381A17
(56,26,23)
#321815
(50,24,21)
#2C1613
(44,22,19)
#261411
(38,20,17)
#20120F
(32,18,15)
#1A100D
(26,16,13)
#140E0B
(20,14,11)
#0E0C09
(14,12,9)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #441E1B

#441E1B
(68,30,27)
#55322F
(85,50,47)
#664643
(102,70,67)
#775A57
(119,90,87)
#886E6B
(136,110,107)
#99827F
(153,130,127)
#AA9693
(170,150,147)
#BBAAA7
(187,170,167)
#CCBEBB
(204,190,187)
#DDD2CF
(221,210,207)
#EEE6E3
(238,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441E1B; }

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

This text font color is #441E1B.

Background Color

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

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

This div background color is #441E1B.

Border color

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

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

This div border color is #441E1B.

Opacity

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

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

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

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

This text has shadow with #441E1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #441E1B.

Preview

Color preview on black background

This text has color #441E1B on black background.


Color preview on white background

This text has color #441E1B on white background.


Black color preview on #441E1B background

This text has black color on #441E1B background.


White color preview on #441E1B background

This text has white color on #441E1B background.


Related colors

Complementary color

Complementary color for #hex is #BBE1E4.


I love getcolorcode.com

Triadic colors

1 #1B441E and #1E1B44 with #441E1B are triadic colors.

2 #1B1E44 and #1E441B with #441E1B are triadic colors.