COLOR #441B06

HEX: #441B06
RGB: (68,27,6)

Color info

#441B06 contains mainly red and green colors. Web safe color of #441B06 is #333300 (or #330).

RGB color model

#441B06 color RGB value is (68,27,6).

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

RGB channels and saturation

R 68 of 255 = 27%
G 27 of 255 = 11%
B 6 of 255 = 2%

68
27
6

R + G + B ~ 13%. #441B06 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 27 + 6 = 101 (100%)
R 68 of 101 ~ 67.33%
G 27 of 101 ~ 26.73%
B 6 of 101 ~ 5.94%

%67.33
%26.73

CMYK color model

#441B06 color CMYK value is (0,60,91,73).

  • cyan value is 0.00%
  • magenta value is 60.29%
  • yellow value is 91.18%
  • key color value is 73.33%
CMYK:
(0,60,91,73)
C0M60Y91K73 
(0%,60%,91%,73%)
(0.00/0.60/0.91/0.73)	

CMYK percentages

%0
%60.29
%91.18
%73.33

Codes

Color #441B06 in popluar color models

441B06
RGB68276
HSL20°83.78%14.51%
HSB/HSV20°91.18%26.67%
CMYK0.00%60.29%91.18%
73.33%

Color #441B06 in popluar number systems.

HEX441B06
Decimal68276
Binary100010011011110
Octal104336

Shades and tints

Shades of #441B06

#441B06
(68,27,6)
#3E1906
(62,25,6)
#381706
(56,23,6)
#321506
(50,21,6)
#2C1306
(44,19,6)
#261106
(38,17,6)
#200F06
(32,15,6)
#1A0D06
(26,13,6)
#140B06
(20,11,6)
#0E0906
(14,9,6)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #441B06

#441B06
(68,27,6)
#552F1C
(85,47,28)
#664332
(102,67,50)
#775748
(119,87,72)
#886B5E
(136,107,94)
#997F74
(153,127,116)
#AA938A
(170,147,138)
#BBA7A0
(187,167,160)
#CCBBB6
(204,187,182)
#DDCFCC
(221,207,204)
#EEE3E2
(238,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441B06; }

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

This text font color is #441B06.


Background Color

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

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

This div background color is #441B06.


Border color

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

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

This div border color is #441B06.


Opacity

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

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

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

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

This text has shadow with #441B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441B06 on black background.


Color preview on white background

This text has color #441B06 on white background.



Black color preview on #441B06 background

This text has black color on #441B06 background.


White color preview on #441B06 background

This text has white color on #441B06 background.