COLOR #441B12

HEX: #441B12
RGB: (68,27,18)

Color info

#441B12 contains red, green and blue colors in about the same proportion. Web safe color of #441B12 is #333300 (or #330).

RGB color model

#441B12 color RGB value is (68,27,18).

  • red value is 68;
  • green value is 27;
  • blue value is 18.
RGB:
(68,27,18)
(27%,11%,7%)

RGB channels and saturation

R 68 of 255 = 27%
G 27 of 255 = 11%
B 18 of 255 = 7%

68
27
18

R + G + B ~ 15%. #441B12 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 27 + 18 = 113 (100%)
R 68 of 113 ~ 60.18%
G 27 of 113 ~ 23.89%
B 18 of 113 ~ 15.93%

%60.18
%23.89
%15.93

CMYK color model

#441B12 color CMYK value is (0,60,74,73).

  • cyan value is 0.00%
  • magenta value is 60.29%
  • yellow value is 73.53%
  • key color value is 73.33%
CMYK:
(0,60,74,73)
C0M60Y74K73 
(0%,60%,74%,73%)
(0.00/0.60/0.74/0.73)	

CMYK percentages

%0
%60.29
%73.53
%73.33

Codes

Color #441B12 in popluar color models

441B12
RGB682718
HSL11°58.14%16.86%
HSB/HSV11°73.53%26.67%
CMYK0.00%60.29%73.53%
73.33%

Color #441B12 in popluar number systems.

HEX441B12
Decimal682718
Binary10001001101110010
Octal1043322

Shades and tints

Shades of #441B12

#441B12
(68,27,18)
#3E1911
(62,25,17)
#381710
(56,23,16)
#32150F
(50,21,15)
#2C130E
(44,19,14)
#26110D
(38,17,13)
#200F0C
(32,15,12)
#1A0D0B
(26,13,11)
#140B0A
(20,11,10)
#0E0909
(14,9,9)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #441B12

#441B12
(68,27,18)
#552F27
(85,47,39)
#66433C
(102,67,60)
#775751
(119,87,81)
#886B66
(136,107,102)
#997F7B
(153,127,123)
#AA9390
(170,147,144)
#BBA7A5
(187,167,165)
#CCBBBA
(204,187,186)
#DDCFCF
(221,207,207)
#EEE3E4
(238,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441B12; }

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

This text font color is #441B12.


Background Color

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

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

This div background color is #441B12.


Border color

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

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

This div border color is #441B12.


Opacity

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

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

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

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

This text has shadow with #441B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441B12 on black background.


Color preview on white background

This text has color #441B12 on white background.



Black color preview on #441B12 background

This text has black color on #441B12 background.


White color preview on #441B12 background

This text has white color on #441B12 background.