COLOR #441838

HEX: #441838
RGB: (68,24,56)

Color info

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

RGB color model

#441838 color RGB value is (68,24,56).

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

RGB channels and saturation

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

68
24
56

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

Portions of RGB colors in percentages

R + G + B =
68 + 24 + 56 = 148 (100%)
R 68 of 148 ~ 45.95%
G 24 of 148 ~ 16.22%
B 56 of 148 ~ 37.84%

%45.95
%16.22
%37.84

CMYK color model

#441838 color CMYK value is (0,65,18,73).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 17.65%
  • key color value is 73.33%
CMYK:
(0,65,18,73)
C0M65Y18K73 
(0%,65%,18%,73%)
(0.00/0.65/0.18/0.73)	

CMYK percentages

%0
%64.71
%17.65
%73.33

Codes

Color #441838 in popluar color models

441838
RGB682456
HSL316°47.83%18.04%
HSB/HSV316°64.71%26.67%
CMYK0.00%64.71%17.65%
73.33%

Color #441838 in popluar number systems.

HEX441838
Decimal682456
Binary100010011000111000
Octal1043070

Shades and tints

Shades of #441838

#441838
(68,24,56)
#3E1633
(62,22,51)
#38142E
(56,20,46)
#321229
(50,18,41)
#2C1024
(44,16,36)
#260E1F
(38,14,31)
#200C1A
(32,12,26)
#1A0A15
(26,10,21)
#140810
(20,8,16)
#0E060B
(14,6,11)
#080406
(8,4,6)
#000000
(0,0,0)

Tints of #441838

#441838
(68,24,56)
#552D4A
(85,45,74)
#66425C
(102,66,92)
#77576E
(119,87,110)
#886C80
(136,108,128)
#998192
(153,129,146)
#AA96A4
(170,150,164)
#BBABB6
(187,171,182)
#CCC0C8
(204,192,200)
#DDD5DA
(221,213,218)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441838; }

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

This text font color is #441838.


Background Color

.myBgColor { background-color: #441838; }

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

This div background color is #441838.


Border color

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

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

This div border color is #441838.


Opacity

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

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

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

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

This text has shadow with #441838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441838 on black background.


Color preview on white background

This text has color #441838 on white background.



Black color preview on #441838 background

This text has black color on #441838 background.


White color preview on #441838 background

This text has white color on #441838 background.