COLOR #441C31

HEX: #441C31
RGB: (68,28,49)

Color info

#441C31 contains red, green and blue colors in about the same proportion. Web safe color of #441C31 is #333333 (or #333).

RGB color model

#441C31 color RGB value is (68,28,49).

  • red value is 68;
  • green value is 28;
  • blue value is 49.
RGB:
(68,28,49)
(27%,11%,19%)

RGB channels and saturation

R 68 of 255 = 27%
G 28 of 255 = 11%
B 49 of 255 = 19%

68
28
49

R + G + B ~ 19%. #441C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 28 + 49 = 145 (100%)
R 68 of 145 ~ 46.9%
G 28 of 145 ~ 19.31%
B 49 of 145 ~ 33.79%

%46.9
%19.31
%33.79

CMYK color model

#441C31 color CMYK value is (0,59,28,73).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK:
(0,59,28,73)
C0M59Y28K73 
(0%,59%,28%,73%)
(0.00/0.59/0.28/0.73)	

CMYK percentages

%0
%58.82
%27.94
%73.33

Codes

Color #441C31 in popluar color models

441C31
RGB682849
HSL329°41.67%18.82%
HSB/HSV329°58.82%26.67%
CMYK0.00%58.82%27.94%
73.33%

Color #441C31 in popluar number systems.

HEX441C31
Decimal682849
Binary100010011100110001
Octal1043461

Shades and tints

Shades of #441C31

#441C31
(68,28,49)
#3E1A2D
(62,26,45)
#381829
(56,24,41)
#321625
(50,22,37)
#2C1421
(44,20,33)
#26121D
(38,18,29)
#201019
(32,16,25)
#1A0E15
(26,14,21)
#140C11
(20,12,17)
#0E0A0D
(14,10,13)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #441C31

#441C31
(68,28,49)
#553043
(85,48,67)
#664455
(102,68,85)
#775867
(119,88,103)
#886C79
(136,108,121)
#99808B
(153,128,139)
#AA949D
(170,148,157)
#BBA8AF
(187,168,175)
#CCBCC1
(204,188,193)
#DDD0D3
(221,208,211)
#EEE4E5
(238,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441C31 color. Also use rgb(68,28,49) instead hex code.

Text Font Color

.myTextColor { color: #441C31; }

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

This text font color is #441C31.


Background Color

.myBgColor { background-color: #441C31; }

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

This div background color is #441C31.


Border color

.myBorderColor { border: 1px solid #441C31; }

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

This div border color is #441C31.


Opacity

.myOpacity80 { color: #441C31; opacity: 0.8; }

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

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

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

This text has shadow with #441C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441C31 on black background.


Color preview on white background

This text has color #441C31 on white background.



Black color preview on #441C31 background

This text has black color on #441C31 background.


White color preview on #441C31 background

This text has white color on #441C31 background.