COLOR #441002

HEX: #441002
RGB: (68,16,2)

Color info

#441002 contains mainly red and green colors. Web safe color of #441002 is #330000 (or #300).

RGB color model

#441002 color RGB value is (68,16,2).

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

RGB channels and saturation

R 68 of 255 = 27%
G 16 of 255 = 6%
B 2 of 255 = 1%

68
16
2

R + G + B ~ 11%. #441002 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 16 + 2 = 86 (100%)
R 68 of 86 ~ 79.07%
G 16 of 86 ~ 18.6%
B 2 of 86 ~ 2.33%

%79.07
%18.6

CMYK color model

#441002 color CMYK value is (0,76,97,73).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 97.06%
  • key color value is 73.33%
CMYK:
(0,76,97,73)
C0M76Y97K73 
(0%,76%,97%,73%)
(0.00/0.76/0.97/0.73)	

CMYK percentages

%0
%76.47
%97.06
%73.33

Codes

Color #441002 in popluar color models

441002
RGB68162
HSL13°94.29%13.73%
HSB/HSV13°97.06%26.67%
CMYK0.00%76.47%97.06%
73.33%

Color #441002 in popluar number systems.

HEX441002
Decimal68162
Binary10001001000010
Octal104202

Shades and tints

Shades of #441002

#441002
(68,16,2)
#3E0F02
(62,15,2)
#380E02
(56,14,2)
#320D02
(50,13,2)
#2C0C02
(44,12,2)
#260B02
(38,11,2)
#200A02
(32,10,2)
#1A0902
(26,9,2)
#140802
(20,8,2)
#0E0702
(14,7,2)
#080602
(8,6,2)
#000000
(0,0,0)

Tints of #441002

#441002
(68,16,2)
#552519
(85,37,25)
#663A30
(102,58,48)
#774F47
(119,79,71)
#88645E
(136,100,94)
#997975
(153,121,117)
#AA8E8C
(170,142,140)
#BBA3A3
(187,163,163)
#CCB8BA
(204,184,186)
#DDCDD1
(221,205,209)
#EEE2E8
(238,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441002; }

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

This text font color is #441002.


Background Color

.myBgColor { background-color: #441002; }

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

This div background color is #441002.


Border color

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

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

This div border color is #441002.


Opacity

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

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

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

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

This text has shadow with #441002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441002 on black background.


Color preview on white background

This text has color #441002 on white background.



Black color preview on #441002 background

This text has black color on #441002 background.


White color preview on #441002 background

This text has white color on #441002 background.