COLOR #410D09

HEX: #410D09
RGB: (65,13,9)

Color info

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

RGB color model

#410D09 color RGB value is (65,13,9).

  • red value is 65;
  • green value is 13;
  • blue value is 9.
RGB:
(65,13,9)
(25%,5%,4%)

RGB channels and saturation

R 65 of 255 = 25%
G 13 of 255 = 5%
B 9 of 255 = 4%

65
13
9

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

Portions of RGB colors in percentages

R + G + B =
65 + 13 + 9 = 87 (100%)
R 65 of 87 ~ 74.71%
G 13 of 87 ~ 14.94%
B 9 of 87 ~ 10.34%

%74.71
%14.94
%10.34

CMYK color model

#410D09 color CMYK value is (0,80,86,75).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 86.15%
  • key color value is 74.51%
CMYK:
(0,80,86,75)
C0M80Y86K75 
(0%,80%,86%,75%)
(0.00/0.80/0.86/0.75)	

CMYK percentages

%0
%80
%86.15
%74.51

Codes

Color #410D09 in popluar color models

410D09
RGB65139
HSL75.68%14.51%
HSB/HSV86.15%25.49%
CMYK0.00%80.00%86.15%
74.51%

Color #410D09 in popluar number systems.

HEX410D09
Decimal65139
Binary100000111011001
Octal1011511

Shades and tints

Shades of #410D09

#410D09
(65,13,9)
#3C0C09
(60,12,9)
#370B09
(55,11,9)
#320A09
(50,10,9)
#2D0909
(45,9,9)
#280809
(40,8,9)
#230709
(35,7,9)
#1E0609
(30,6,9)
#190509
(25,5,9)
#140409
(20,4,9)
#0F0309
(15,3,9)
#000000
(0,0,0)

Tints of #410D09

#410D09
(65,13,9)
#52231F
(82,35,31)
#633935
(99,57,53)
#744F4B
(116,79,75)
#856561
(133,101,97)
#967B77
(150,123,119)
#A7918D
(167,145,141)
#B8A7A3
(184,167,163)
#C9BDB9
(201,189,185)
#DAD3CF
(218,211,207)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410D09 color. Also use rgb(65,13,9) instead hex code.

Text Font Color

.myTextColor { color: #410D09; }

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

This text font color is #410D09.


Background Color

.myBgColor { background-color: #410D09; }

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

This div background color is #410D09.


Border color

.myBorderColor { border: 1px solid #410D09; }

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

This div border color is #410D09.


Opacity

.myOpacity80 { color: #410D09; opacity: 0.8; }

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

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

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

This text has shadow with #410D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410D09 on black background.


Color preview on white background

This text has color #410D09 on white background.



Black color preview on #410D09 background

This text has black color on #410D09 background.


White color preview on #410D09 background

This text has white color on #410D09 background.