COLOR #441510

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

68
21
16

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

Portions of RGB colors in percentages

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

%64.76
%20
%15.24

CMYK color model

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

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

CMYK percentages

%0
%69.12
%76.47
%73.33

Codes

Color #441510 in popluar color models

441510
RGB682116
HSL61.90%16.47%
HSB/HSV76.47%26.67%
CMYK0.00%69.12%76.47%
73.33%

Color #441510 in popluar number systems.

HEX441510
Decimal682116
Binary10001001010110000
Octal1042520

Shades and tints

Shades of #441510

#441510
(68,21,16)
#3E140F
(62,20,15)
#38130E
(56,19,14)
#32120D
(50,18,13)
#2C110C
(44,17,12)
#26100B
(38,16,11)
#200F0A
(32,15,10)
#1A0E09
(26,14,9)
#140D08
(20,13,8)
#0E0C07
(14,12,7)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #441510

#441510
(68,21,16)
#552A25
(85,42,37)
#663F3A
(102,63,58)
#77544F
(119,84,79)
#886964
(136,105,100)
#997E79
(153,126,121)
#AA938E
(170,147,142)
#BBA8A3
(187,168,163)
#CCBDB8
(204,189,184)
#DDD2CD
(221,210,205)
#EEE7E2
(238,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441510; }

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

This text font color is #441510.


Background Color

.myBgColor { background-color: #441510; }

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

This div background color is #441510.


Border color

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

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

This div border color is #441510.


Opacity

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

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

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

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

This text has shadow with #441510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441510 on black background.


Color preview on white background

This text has color #441510 on white background.



Black color preview on #441510 background

This text has black color on #441510 background.


White color preview on #441510 background

This text has white color on #441510 background.