COLOR #441F39

HEX: #441F39
RGB: (68,31,57)

Color info

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

RGB color model

#441F39 color RGB value is (68,31,57).

  • red value is 68;
  • green value is 31;
  • blue value is 57.
RGB:
(68,31,57)
(27%,12%,22%)

RGB channels and saturation

R 68 of 255 = 27%
G 31 of 255 = 12%
B 57 of 255 = 22%

68
31
57

R + G + B ~ 20%. #441F39 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 31 + 57 = 156 (100%)
R 68 of 156 ~ 43.59%
G 31 of 156 ~ 19.87%
B 57 of 156 ~ 36.54%

%43.59
%19.87
%36.54

CMYK color model

#441F39 color CMYK value is (0,54,16,73).

  • cyan value is 0.00%
  • magenta value is 54.41%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(0,54,16,73)
C0M54Y16K73 
(0%,54%,16%,73%)
(0.00/0.54/0.16/0.73)	

CMYK percentages

%0
%54.41
%16.18
%73.33

Codes

Color #441F39 in popluar color models

441F39
RGB683157
HSL318°37.37%19.41%
HSB/HSV318°54.41%26.67%
CMYK0.00%54.41%16.18%
73.33%

Color #441F39 in popluar number systems.

HEX441F39
Decimal683157
Binary100010011111111001
Octal1043771

Shades and tints

Shades of #441F39

#441F39
(68,31,57)
#3E1D34
(62,29,52)
#381B2F
(56,27,47)
#32192A
(50,25,42)
#2C1725
(44,23,37)
#261520
(38,21,32)
#20131B
(32,19,27)
#1A1116
(26,17,22)
#140F11
(20,15,17)
#0E0D0C
(14,13,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #441F39

#441F39
(68,31,57)
#55334B
(85,51,75)
#66475D
(102,71,93)
#775B6F
(119,91,111)
#886F81
(136,111,129)
#998393
(153,131,147)
#AA97A5
(170,151,165)
#BBABB7
(187,171,183)
#CCBFC9
(204,191,201)
#DDD3DB
(221,211,219)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441F39 color. Also use rgb(68,31,57) instead hex code.

Text Font Color

.myTextColor { color: #441F39; }

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

This text font color is #441F39.


Background Color

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

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

This div background color is #441F39.


Border color

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

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

This div border color is #441F39.


Opacity

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

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

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

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

This text has shadow with #441F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441F39 on black background.


Color preview on white background

This text has color #441F39 on white background.



Black color preview on #441F39 background

This text has black color on #441F39 background.


White color preview on #441F39 background

This text has white color on #441F39 background.