COLOR #441D30

HEX: #441D30
RGB: (68,29,48)

Color info

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

RGB color model

#441D30 color RGB value is (68,29,48).

  • red value is 68;
  • green value is 29;
  • blue value is 48.
RGB:
(68,29,48)
(27%,11%,19%)

RGB channels and saturation

R 68 of 255 = 27%
G 29 of 255 = 11%
B 48 of 255 = 19%

68
29
48

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

Portions of RGB colors in percentages

R + G + B =
68 + 29 + 48 = 145 (100%)
R 68 of 145 ~ 46.9%
G 29 of 145 ~ 20%
B 48 of 145 ~ 33.1%

%46.9
%20
%33.1

CMYK color model

#441D30 color CMYK value is (0,57,29,73).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 29.41%
  • key color value is 73.33%
CMYK:
(0,57,29,73)
C0M57Y29K73 
(0%,57%,29%,73%)
(0.00/0.57/0.29/0.73)	

CMYK percentages

%0
%57.35
%29.41
%73.33

Codes

Color #441D30 in popluar color models

441D30
RGB682948
HSL331°40.21%19.02%
HSB/HSV331°57.35%26.67%
CMYK0.00%57.35%29.41%
73.33%

Color #441D30 in popluar number systems.

HEX441D30
Decimal682948
Binary100010011101110000
Octal1043560

Shades and tints

Shades of #441D30

#441D30
(68,29,48)
#3E1B2C
(62,27,44)
#381928
(56,25,40)
#321724
(50,23,36)
#2C1520
(44,21,32)
#26131C
(38,19,28)
#201118
(32,17,24)
#1A0F14
(26,15,20)
#140D10
(20,13,16)
#0E0B0C
(14,11,12)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #441D30

#441D30
(68,29,48)
#553142
(85,49,66)
#664554
(102,69,84)
#775966
(119,89,102)
#886D78
(136,109,120)
#99818A
(153,129,138)
#AA959C
(170,149,156)
#BBA9AE
(187,169,174)
#CCBDC0
(204,189,192)
#DDD1D2
(221,209,210)
#EEE5E4
(238,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441D30 color. Also use rgb(68,29,48) instead hex code.

Text Font Color

.myTextColor { color: #441D30; }

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

This text font color is #441D30.


Background Color

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

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

This div background color is #441D30.


Border color

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

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

This div border color is #441D30.


Opacity

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

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

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

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

This text has shadow with #441D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441D30 on black background.


Color preview on white background

This text has color #441D30 on white background.



Black color preview on #441D30 background

This text has black color on #441D30 background.


White color preview on #441D30 background

This text has white color on #441D30 background.