COLOR #410D12

HEX: #410D12
RGB: (65,13,18)

Color info

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

RGB color model

#410D12 color RGB value is (65,13,18).

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

RGB channels and saturation

R 65 of 255 = 25%
G 13 of 255 = 5%
B 18 of 255 = 7%

65
13
18

R + G + B ~ 12%. #410D12 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 13 + 18 = 96 (100%)
R 65 of 96 ~ 67.71%
G 13 of 96 ~ 13.54%
B 18 of 96 ~ 18.75%

%67.71
%13.54
%18.75

CMYK color model

#410D12 color CMYK value is (0,80,72,75).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 72.31%
  • key color value is 74.51%
CMYK:
(0,80,72,75)
C0M80Y72K75 
(0%,80%,72%,75%)
(0.00/0.80/0.72/0.75)	

CMYK percentages

%0
%80
%72.31
%74.51

Codes

Color #410D12 in popluar color models

410D12
RGB651318
HSL354°66.67%15.29%
HSB/HSV354°80.00%25.49%
CMYK0.00%80.00%72.31%
74.51%

Color #410D12 in popluar number systems.

HEX410D12
Decimal651318
Binary1000001110110010
Octal1011522

Shades and tints

Shades of #410D12

#410D12
(65,13,18)
#3C0C11
(60,12,17)
#370B10
(55,11,16)
#320A0F
(50,10,15)
#2D090E
(45,9,14)
#28080D
(40,8,13)
#23070C
(35,7,12)
#1E060B
(30,6,11)
#19050A
(25,5,10)
#140409
(20,4,9)
#0F0308
(15,3,8)
#000000
(0,0,0)

Tints of #410D12

#410D12
(65,13,18)
#522327
(82,35,39)
#63393C
(99,57,60)
#744F51
(116,79,81)
#856566
(133,101,102)
#967B7B
(150,123,123)
#A79190
(167,145,144)
#B8A7A5
(184,167,165)
#C9BDBA
(201,189,186)
#DAD3CF
(218,211,207)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #410D12; }

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

This text font color is #410D12.


Background Color

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

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

This div background color is #410D12.


Border color

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

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

This div border color is #410D12.


Opacity

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

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

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

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

This text has shadow with #410D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410D12 on black background.


Color preview on white background

This text has color #410D12 on white background.



Black color preview on #410D12 background

This text has black color on #410D12 background.


White color preview on #410D12 background

This text has white color on #410D12 background.