COLOR #441832

HEX: #441832
RGB: (68,24,50)

Color info

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

RGB color model

#441832 color RGB value is (68,24,50).

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

RGB channels and saturation

R 68 of 255 = 27%
G 24 of 255 = 9%
B 50 of 255 = 20%

68
24
50

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

Portions of RGB colors in percentages

R + G + B =
68 + 24 + 50 = 142 (100%)
R 68 of 142 ~ 47.89%
G 24 of 142 ~ 16.9%
B 50 of 142 ~ 35.21%

%47.89
%16.9
%35.21

CMYK color model

#441832 color CMYK value is (0,65,26,73).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 26.47%
  • key color value is 73.33%
CMYK:
(0,65,26,73)
C0M65Y26K73 
(0%,65%,26%,73%)
(0.00/0.65/0.26/0.73)	

CMYK percentages

%0
%64.71
%26.47
%73.33

Codes

Color #441832 in popluar color models

441832
RGB682450
HSL325°47.83%18.04%
HSB/HSV325°64.71%26.67%
CMYK0.00%64.71%26.47%
73.33%

Color #441832 in popluar number systems.

HEX441832
Decimal682450
Binary100010011000110010
Octal1043062

Shades and tints

Shades of #441832

#441832
(68,24,50)
#3E162E
(62,22,46)
#38142A
(56,20,42)
#321226
(50,18,38)
#2C1022
(44,16,34)
#260E1E
(38,14,30)
#200C1A
(32,12,26)
#1A0A16
(26,10,22)
#140812
(20,8,18)
#0E060E
(14,6,14)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #441832

#441832
(68,24,50)
#552D44
(85,45,68)
#664256
(102,66,86)
#775768
(119,87,104)
#886C7A
(136,108,122)
#99818C
(153,129,140)
#AA969E
(170,150,158)
#BBABB0
(187,171,176)
#CCC0C2
(204,192,194)
#DDD5D4
(221,213,212)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441832; }

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

This text font color is #441832.


Background Color

.myBgColor { background-color: #441832; }

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

This div background color is #441832.


Border color

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

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

This div border color is #441832.


Opacity

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

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

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

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

This text has shadow with #441832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441832 on black background.


Color preview on white background

This text has color #441832 on white background.



Black color preview on #441832 background

This text has black color on #441832 background.


White color preview on #441832 background

This text has white color on #441832 background.