COLOR #441726

HEX: #441726
RGB: (68,23,38)

Color info

#441726 contains red, green and blue colors in about the same proportion. Web safe color of #441726 is #330033 (or #303).

RGB color model

#441726 color RGB value is (68,23,38).

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

RGB channels and saturation

R 68 of 255 = 27%
G 23 of 255 = 9%
B 38 of 255 = 15%

68
23
38

R + G + B ~ 17%. #441726 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 23 + 38 = 129 (100%)
R 68 of 129 ~ 52.71%
G 23 of 129 ~ 17.83%
B 38 of 129 ~ 29.46%

%52.71
%17.83
%29.46

CMYK color model

#441726 color CMYK value is (0,66,44,73).

  • cyan value is 0.00%
  • magenta value is 66.18%
  • yellow value is 44.12%
  • key color value is 73.33%
CMYK:
(0,66,44,73)
C0M66Y44K73 
(0%,66%,44%,73%)
(0.00/0.66/0.44/0.73)	

CMYK percentages

%0
%66.18
%44.12
%73.33

Codes

Color #441726 in popluar color models

441726
RGB682338
HSL340°49.45%17.84%
HSB/HSV340°66.18%26.67%
CMYK0.00%66.18%44.12%
73.33%

Color #441726 in popluar number systems.

HEX441726
Decimal682338
Binary100010010111100110
Octal1042746

Shades and tints

Shades of #441726

#441726
(68,23,38)
#3E1523
(62,21,35)
#381320
(56,19,32)
#32111D
(50,17,29)
#2C0F1A
(44,15,26)
#260D17
(38,13,23)
#200B14
(32,11,20)
#1A0911
(26,9,17)
#14070E
(20,7,14)
#0E050B
(14,5,11)
#080308
(8,3,8)
#000000
(0,0,0)

Tints of #441726

#441726
(68,23,38)
#552C39
(85,44,57)
#66414C
(102,65,76)
#77565F
(119,86,95)
#886B72
(136,107,114)
#998085
(153,128,133)
#AA9598
(170,149,152)
#BBAAAB
(187,170,171)
#CCBFBE
(204,191,190)
#DDD4D1
(221,212,209)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441726; }

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

This text font color is #441726.


Background Color

.myBgColor { background-color: #441726; }

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

This div background color is #441726.


Border color

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

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

This div border color is #441726.


Opacity

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

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

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

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

This text has shadow with #441726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441726 on black background.


Color preview on white background

This text has color #441726 on white background.



Black color preview on #441726 background

This text has black color on #441726 background.


White color preview on #441726 background

This text has white color on #441726 background.