COLOR #441315

HEX: #441315
RGB: (68,19,21)

Color info

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

RGB color model

#441315 color RGB value is (68,19,21).

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

RGB channels and saturation

R 68 of 255 = 27%
G 19 of 255 = 7%
B 21 of 255 = 8%

68
19
21

R + G + B ~ 14%. #441315 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 19 + 21 = 108 (100%)
R 68 of 108 ~ 62.96%
G 19 of 108 ~ 17.59%
B 21 of 108 ~ 19.44%

%62.96
%17.59
%19.44

CMYK color model

#441315 color CMYK value is (0,72,69,73).

  • cyan value is 0.00%
  • magenta value is 72.06%
  • yellow value is 69.12%
  • key color value is 73.33%
CMYK:
(0,72,69,73)
C0M72Y69K73 
(0%,72%,69%,73%)
(0.00/0.72/0.69/0.73)	

CMYK percentages

%0
%72.06
%69.12
%73.33

Codes

Color #441315 in popluar color models

441315
RGB681921
HSL358°56.32%17.06%
HSB/HSV358°72.06%26.67%
CMYK0.00%72.06%69.12%
73.33%

Color #441315 in popluar number systems.

HEX441315
Decimal681921
Binary10001001001110101
Octal1042325

Shades and tints

Shades of #441315

#441315
(68,19,21)
#3E1214
(62,18,20)
#381113
(56,17,19)
#321012
(50,16,18)
#2C0F11
(44,15,17)
#260E10
(38,14,16)
#200D0F
(32,13,15)
#1A0C0E
(26,12,14)
#140B0D
(20,11,13)
#0E0A0C
(14,10,12)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #441315

#441315
(68,19,21)
#55282A
(85,40,42)
#663D3F
(102,61,63)
#775254
(119,82,84)
#886769
(136,103,105)
#997C7E
(153,124,126)
#AA9193
(170,145,147)
#BBA6A8
(187,166,168)
#CCBBBD
(204,187,189)
#DDD0D2
(221,208,210)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441315; }

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

This text font color is #441315.


Background Color

.myBgColor { background-color: #441315; }

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

This div background color is #441315.


Border color

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

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

This div border color is #441315.


Opacity

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

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

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

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

This text has shadow with #441315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441315 on black background.


Color preview on white background

This text has color #441315 on white background.



Black color preview on #441315 background

This text has black color on #441315 background.


White color preview on #441315 background

This text has white color on #441315 background.