COLOR #441F36

HEX: #441F36
RGB: (68,31,54)

Color info

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

RGB color model

#441F36 color RGB value is (68,31,54).

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

RGB channels and saturation

R 68 of 255 = 27%
G 31 of 255 = 12%
B 54 of 255 = 21%

68
31
54

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

Portions of RGB colors in percentages

R + G + B =
68 + 31 + 54 = 153 (100%)
R 68 of 153 ~ 44.44%
G 31 of 153 ~ 20.26%
B 54 of 153 ~ 35.29%

%44.44
%20.26
%35.29

CMYK color model

#441F36 color CMYK value is (0,54,21,73).

  • cyan value is 0.00%
  • magenta value is 54.41%
  • yellow value is 20.59%
  • key color value is 73.33%
CMYK:
(0,54,21,73)
C0M54Y21K73 
(0%,54%,21%,73%)
(0.00/0.54/0.21/0.73)	

CMYK percentages

%0
%54.41
%20.59
%73.33

Codes

Color #441F36 in popluar color models

441F36
RGB683154
HSL323°37.37%19.41%
HSB/HSV323°54.41%26.67%
CMYK0.00%54.41%20.59%
73.33%

Color #441F36 in popluar number systems.

HEX441F36
Decimal683154
Binary100010011111110110
Octal1043766

Shades and tints

Shades of #441F36

#441F36
(68,31,54)
#3E1D32
(62,29,50)
#381B2E
(56,27,46)
#32192A
(50,25,42)
#2C1726
(44,23,38)
#261522
(38,21,34)
#20131E
(32,19,30)
#1A111A
(26,17,26)
#140F16
(20,15,22)
#0E0D12
(14,13,18)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #441F36

#441F36
(68,31,54)
#553348
(85,51,72)
#66475A
(102,71,90)
#775B6C
(119,91,108)
#886F7E
(136,111,126)
#998390
(153,131,144)
#AA97A2
(170,151,162)
#BBABB4
(187,171,180)
#CCBFC6
(204,191,198)
#DDD3D8
(221,211,216)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441F36; }

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

This text font color is #441F36.


Background Color

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

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

This div background color is #441F36.


Border color

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

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

This div border color is #441F36.


Opacity

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

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

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

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

This text has shadow with #441F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441F36 on black background.


Color preview on white background

This text has color #441F36 on white background.



Black color preview on #441F36 background

This text has black color on #441F36 background.


White color preview on #441F36 background

This text has white color on #441F36 background.