COLOR #441F43

HEX: #441F43
RGB: (68,31,67)

Color info

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

RGB color model

#441F43 color RGB value is (68,31,67).

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

RGB channels and saturation

R 68 of 255 = 27%
G 31 of 255 = 12%
B 67 of 255 = 26%

68
31
67

R + G + B ~ 22%. #441F43 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 31 + 67 = 166 (100%)
R 68 of 166 ~ 40.96%
G 31 of 166 ~ 18.67%
B 67 of 166 ~ 40.36%

%40.96
%18.67
%40.36

CMYK color model

#441F43 color CMYK value is (0,54,1,73).

  • cyan value is 0.00%
  • magenta value is 54.41%
  • yellow value is 1.47%
  • key color value is 73.33%
CMYK:
(0,54,1,73)
C0M54Y1K73 
(0%,54%,1%,73%)
(0.00/0.54/0.01/0.73)	

CMYK percentages

%0
%54.41
%1.47
%73.33

Codes

Color #441F43 in popluar color models

441F43
RGB683167
HSL302°37.37%19.41%
HSB/HSV302°54.41%26.67%
CMYK0.00%54.41%1.47%
73.33%

Color #441F43 in popluar number systems.

HEX441F43
Decimal683167
Binary1000100111111000011
Octal10437103

Shades and tints

Shades of #441F43

#441F43
(68,31,67)
#3E1D3D
(62,29,61)
#381B37
(56,27,55)
#321931
(50,25,49)
#2C172B
(44,23,43)
#261525
(38,21,37)
#20131F
(32,19,31)
#1A1119
(26,17,25)
#140F13
(20,15,19)
#0E0D0D
(14,13,13)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #441F43

#441F43
(68,31,67)
#553354
(85,51,84)
#664765
(102,71,101)
#775B76
(119,91,118)
#886F87
(136,111,135)
#998398
(153,131,152)
#AA97A9
(170,151,169)
#BBABBA
(187,171,186)
#CCBFCB
(204,191,203)
#DDD3DC
(221,211,220)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441F43; }

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

This text font color is #441F43.


Background Color

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

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

This div background color is #441F43.


Border color

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

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

This div border color is #441F43.


Opacity

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

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

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

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

This text has shadow with #441F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441F43 on black background.


Color preview on white background

This text has color #441F43 on white background.



Black color preview on #441F43 background

This text has black color on #441F43 background.


White color preview on #441F43 background

This text has white color on #441F43 background.