COLOR #441713

HEX: #441713
RGB: (68,23,19)

Color info

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

RGB color model

#441713 color RGB value is (68,23,19).

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

RGB channels and saturation

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

68
23
19

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

Portions of RGB colors in percentages

R + G + B =
68 + 23 + 19 = 110 (100%)
R 68 of 110 ~ 61.82%
G 23 of 110 ~ 20.91%
B 19 of 110 ~ 17.27%

%61.82
%20.91
%17.27

CMYK color model

#441713 color CMYK value is (0,66,72,73).

  • cyan value is 0.00%
  • magenta value is 66.18%
  • yellow value is 72.06%
  • key color value is 73.33%
CMYK:
(0,66,72,73)
C0M66Y72K73 
(0%,66%,72%,73%)
(0.00/0.66/0.72/0.73)	

CMYK percentages

%0
%66.18
%72.06
%73.33

Codes

Color #441713 in popluar color models

441713
RGB682319
HSL56.32%17.06%
HSB/HSV72.06%26.67%
CMYK0.00%66.18%72.06%
73.33%

Color #441713 in popluar number systems.

HEX441713
Decimal682319
Binary10001001011110011
Octal1042723

Shades and tints

Shades of #441713

#441713
(68,23,19)
#3E1512
(62,21,18)
#381311
(56,19,17)
#321110
(50,17,16)
#2C0F0F
(44,15,15)
#260D0E
(38,13,14)
#200B0D
(32,11,13)
#1A090C
(26,9,12)
#14070B
(20,7,11)
#0E050A
(14,5,10)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #441713

#441713
(68,23,19)
#552C28
(85,44,40)
#66413D
(102,65,61)
#775652
(119,86,82)
#886B67
(136,107,103)
#99807C
(153,128,124)
#AA9591
(170,149,145)
#BBAAA6
(187,170,166)
#CCBFBB
(204,191,187)
#DDD4D0
(221,212,208)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441713; }

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

This text font color is #441713.


Background Color

.myBgColor { background-color: #441713; }

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

This div background color is #441713.


Border color

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

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

This div border color is #441713.


Opacity

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

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

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

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

This text has shadow with #441713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441713 on black background.


Color preview on white background

This text has color #441713 on white background.



Black color preview on #441713 background

This text has black color on #441713 background.


White color preview on #441713 background

This text has white color on #441713 background.