COLOR #441616

HEX: #441616
RGB: (68,22,22)

Color info

#441616 contains red, green and blue colors in about the same proportion. Web safe color of #441616 is #330000 (or #300).

RGB color model

#441616 color RGB value is (68,22,22).

  • red value is 68;
  • green value is 22;
  • blue value is 22.
RGB:
(68,22,22)
(27%,9%,9%)

RGB channels and saturation

R 68 of 255 = 27%
G 22 of 255 = 9%
B 22 of 255 = 9%

68
22
22

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

Portions of RGB colors in percentages

R + G + B =
68 + 22 + 22 = 112 (100%)
R 68 of 112 ~ 60.71%
G 22 of 112 ~ 19.64%
B 22 of 112 ~ 19.64%

%60.71
%19.64
%19.64

CMYK color model

#441616 color CMYK value is (0,68,68,73).

  • cyan value is 0.00%
  • magenta value is 67.65%
  • yellow value is 67.65%
  • key color value is 73.33%
CMYK:
(0,68,68,73)
C0M68Y68K73 
(0%,68%,68%,73%)
(0.00/0.68/0.68/0.73)	

CMYK percentages

%0
%67.65
%67.65
%73.33

Codes

Color #441616 in popluar color models

441616
RGB682222
HSL51.11%17.65%
HSB/HSV67.65%26.67%
CMYK0.00%67.65%67.65%
73.33%

Color #441616 in popluar number systems.

HEX441616
Decimal682222
Binary10001001011010110
Octal1042626

Shades and tints

Shades of #441616

#441616
(68,22,22)
#3E1414
(62,20,20)
#381212
(56,18,18)
#321010
(50,16,16)
#2C0E0E
(44,14,14)
#260C0C
(38,12,12)
#200A0A
(32,10,10)
#1A0808
(26,8,8)
#140606
(20,6,6)
#0E0404
(14,4,4)
#080202
(8,2,2)
#000000
(0,0,0)

Tints of #441616

#441616
(68,22,22)
#552B2B
(85,43,43)
#664040
(102,64,64)
#775555
(119,85,85)
#886A6A
(136,106,106)
#997F7F
(153,127,127)
#AA9494
(170,148,148)
#BBA9A9
(187,169,169)
#CCBEBE
(204,190,190)
#DDD3D3
(221,211,211)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441616 color. Also use rgb(68,22,22) instead hex code.

Text Font Color

.myTextColor { color: #441616; }

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

This text font color is #441616.


Background Color

.myBgColor { background-color: #441616; }

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

This div background color is #441616.


Border color

.myBorderColor { border: 1px solid #441616; }

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

This div border color is #441616.


Opacity

.myOpacity80 { color: #441616; opacity: 0.8; }

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

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

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

This text has shadow with #441616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441616 on black background.


Color preview on white background

This text has color #441616 on white background.



Black color preview on #441616 background

This text has black color on #441616 background.


White color preview on #441616 background

This text has white color on #441616 background.