COLOR #441613

HEX: #441613
RGB: (68,22,19)

Color info

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

RGB color model

#441613 color RGB value is (68,22,19).

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

RGB channels and saturation

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

68
22
19

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

Portions of RGB colors in percentages

R + G + B =
68 + 22 + 19 = 109 (100%)
R 68 of 109 ~ 62.39%
G 22 of 109 ~ 20.18%
B 19 of 109 ~ 17.43%

%62.39
%20.18
%17.43

CMYK color model

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

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

CMYK percentages

%0
%67.65
%72.06
%73.33

Codes

Color #441613 in popluar color models

441613
RGB682219
HSL56.32%17.06%
HSB/HSV72.06%26.67%
CMYK0.00%67.65%72.06%
73.33%

Color #441613 in popluar number systems.

HEX441613
Decimal682219
Binary10001001011010011
Octal1042623

Shades and tints

Shades of #441613

#441613
(68,22,19)
#3E1412
(62,20,18)
#381211
(56,18,17)
#321010
(50,16,16)
#2C0E0F
(44,14,15)
#260C0E
(38,12,14)
#200A0D
(32,10,13)
#1A080C
(26,8,12)
#14060B
(20,6,11)
#0E040A
(14,4,10)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #441613

#441613
(68,22,19)
#552B28
(85,43,40)
#66403D
(102,64,61)
#775552
(119,85,82)
#886A67
(136,106,103)
#997F7C
(153,127,124)
#AA9491
(170,148,145)
#BBA9A6
(187,169,166)
#CCBEBB
(204,190,187)
#DDD3D0
(221,211,208)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441613; }

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

This text font color is #441613.


Background Color

.myBgColor { background-color: #441613; }

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

This div background color is #441613.


Border color

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

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

This div border color is #441613.


Opacity

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

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

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

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

This text has shadow with #441613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441613 on black background.


Color preview on white background

This text has color #441613 on white background.



Black color preview on #441613 background

This text has black color on #441613 background.


White color preview on #441613 background

This text has white color on #441613 background.