COLOR #441516

HEX: #441516
RGB: (68,21,22)

Color info

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

RGB color model

#441516 color RGB value is (68,21,22).

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

RGB channels and saturation

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

68
21
22

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

Portions of RGB colors in percentages

R + G + B =
68 + 21 + 22 = 111 (100%)
R 68 of 111 ~ 61.26%
G 21 of 111 ~ 18.92%
B 22 of 111 ~ 19.82%

%61.26
%18.92
%19.82

CMYK color model

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

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

CMYK percentages

%0
%69.12
%67.65
%73.33

Codes

Color #441516 in popluar color models

441516
RGB682122
HSL359°52.81%17.45%
HSB/HSV359°69.12%26.67%
CMYK0.00%69.12%67.65%
73.33%

Color #441516 in popluar number systems.

HEX441516
Decimal682122
Binary10001001010110110
Octal1042526

Shades and tints

Shades of #441516

#441516
(68,21,22)
#3E1414
(62,20,20)
#381312
(56,19,18)
#321210
(50,18,16)
#2C110E
(44,17,14)
#26100C
(38,16,12)
#200F0A
(32,15,10)
#1A0E08
(26,14,8)
#140D06
(20,13,6)
#0E0C04
(14,12,4)
#080B02
(8,11,2)
#000000
(0,0,0)

Tints of #441516

#441516
(68,21,22)
#552A2B
(85,42,43)
#663F40
(102,63,64)
#775455
(119,84,85)
#88696A
(136,105,106)
#997E7F
(153,126,127)
#AA9394
(170,147,148)
#BBA8A9
(187,168,169)
#CCBDBE
(204,189,190)
#DDD2D3
(221,210,211)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441516; }

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

This text font color is #441516.


Background Color

.myBgColor { background-color: #441516; }

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

This div background color is #441516.


Border color

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

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

This div border color is #441516.


Opacity

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

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

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

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

This text has shadow with #441516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441516 on black background.


Color preview on white background

This text has color #441516 on white background.



Black color preview on #441516 background

This text has black color on #441516 background.


White color preview on #441516 background

This text has white color on #441516 background.