COLOR #441015

HEX: #441015
RGB: (68,16,21)

Color info

#441015 contains red, green and blue colors in about the same proportion. Web safe color of #441015 is #330000 (or #300).

RGB color model

#441015 color RGB value is (68,16,21).

  • red value is 68;
  • green value is 16;
  • blue value is 21.
RGB:
(68,16,21)
(27%,6%,8%)

RGB channels and saturation

R 68 of 255 = 27%
G 16 of 255 = 6%
B 21 of 255 = 8%

68
16
21

R + G + B ~ 14%. #441015 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 16 + 21 = 105 (100%)
R 68 of 105 ~ 64.76%
G 16 of 105 ~ 15.24%
B 21 of 105 ~ 20%

%64.76
%15.24
%20

CMYK color model

#441015 color CMYK value is (0,76,69,73).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 69.12%
  • key color value is 73.33%
CMYK:
(0,76,69,73)
C0M76Y69K73 
(0%,76%,69%,73%)
(0.00/0.76/0.69/0.73)	

CMYK percentages

%0
%76.47
%69.12
%73.33

Codes

Color #441015 in popluar color models

441015
RGB681621
HSL354°61.90%16.47%
HSB/HSV354°76.47%26.67%
CMYK0.00%76.47%69.12%
73.33%

Color #441015 in popluar number systems.

HEX441015
Decimal681621
Binary10001001000010101
Octal1042025

Shades and tints

Shades of #441015

#441015
(68,16,21)
#3E0F14
(62,15,20)
#380E13
(56,14,19)
#320D12
(50,13,18)
#2C0C11
(44,12,17)
#260B10
(38,11,16)
#200A0F
(32,10,15)
#1A090E
(26,9,14)
#14080D
(20,8,13)
#0E070C
(14,7,12)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #441015

#441015
(68,16,21)
#55252A
(85,37,42)
#663A3F
(102,58,63)
#774F54
(119,79,84)
#886469
(136,100,105)
#99797E
(153,121,126)
#AA8E93
(170,142,147)
#BBA3A8
(187,163,168)
#CCB8BD
(204,184,189)
#DDCDD2
(221,205,210)
#EEE2E7
(238,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441015 color. Also use rgb(68,16,21) instead hex code.

Text Font Color

.myTextColor { color: #441015; }

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

This text font color is #441015.


Background Color

.myBgColor { background-color: #441015; }

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

This div background color is #441015.


Border color

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

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

This div border color is #441015.


Opacity

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

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

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

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

This text has shadow with #441015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441015 on black background.


Color preview on white background

This text has color #441015 on white background.



Black color preview on #441015 background

This text has black color on #441015 background.


White color preview on #441015 background

This text has white color on #441015 background.