COLOR #441738

HEX: #441738
RGB: (68,23,56)

Color info

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

RGB color model

#441738 color RGB value is (68,23,56).

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

RGB channels and saturation

R 68 of 255 = 27%
G 23 of 255 = 9%
B 56 of 255 = 22%

68
23
56

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

Portions of RGB colors in percentages

R + G + B =
68 + 23 + 56 = 147 (100%)
R 68 of 147 ~ 46.26%
G 23 of 147 ~ 15.65%
B 56 of 147 ~ 38.1%

%46.26
%15.65
%38.1

CMYK color model

#441738 color CMYK value is (0,66,18,73).

  • cyan value is 0.00%
  • magenta value is 66.18%
  • yellow value is 17.65%
  • key color value is 73.33%
CMYK:
(0,66,18,73)
C0M66Y18K73 
(0%,66%,18%,73%)
(0.00/0.66/0.18/0.73)	

CMYK percentages

%0
%66.18
%17.65
%73.33

Codes

Color #441738 in popluar color models

441738
RGB682356
HSL316°49.45%17.84%
HSB/HSV316°66.18%26.67%
CMYK0.00%66.18%17.65%
73.33%

Color #441738 in popluar number systems.

HEX441738
Decimal682356
Binary100010010111111000
Octal1042770

Shades and tints

Shades of #441738

#441738
(68,23,56)
#3E1533
(62,21,51)
#38132E
(56,19,46)
#321129
(50,17,41)
#2C0F24
(44,15,36)
#260D1F
(38,13,31)
#200B1A
(32,11,26)
#1A0915
(26,9,21)
#140710
(20,7,16)
#0E050B
(14,5,11)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #441738

#441738
(68,23,56)
#552C4A
(85,44,74)
#66415C
(102,65,92)
#77566E
(119,86,110)
#886B80
(136,107,128)
#998092
(153,128,146)
#AA95A4
(170,149,164)
#BBAAB6
(187,170,182)
#CCBFC8
(204,191,200)
#DDD4DA
(221,212,218)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441738; }

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

This text font color is #441738.


Background Color

.myBgColor { background-color: #441738; }

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

This div background color is #441738.


Border color

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

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

This div border color is #441738.


Opacity

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

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

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

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

This text has shadow with #441738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441738 on black background.


Color preview on white background

This text has color #441738 on white background.



Black color preview on #441738 background

This text has black color on #441738 background.


White color preview on #441738 background

This text has white color on #441738 background.