COLOR #411A13

HEX: #411A13
RGB: (65,26,19)

Color info

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

RGB color model

#411A13 color RGB value is (65,26,19).

  • red value is 65;
  • green value is 26;
  • blue value is 19.
RGB:
(65,26,19)
(25%,10%,7%)

RGB channels and saturation

R 65 of 255 = 25%
G 26 of 255 = 10%
B 19 of 255 = 7%

65
26
19

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

Portions of RGB colors in percentages

R + G + B =
65 + 26 + 19 = 110 (100%)
R 65 of 110 ~ 59.09%
G 26 of 110 ~ 23.64%
B 19 of 110 ~ 17.27%

%59.09
%23.64
%17.27

CMYK color model

#411A13 color CMYK value is (0,60,71,75).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 70.77%
  • key color value is 74.51%
CMYK:
(0,60,71,75)
C0M60Y71K75 
(0%,60%,71%,75%)
(0.00/0.60/0.71/0.75)	

CMYK percentages

%0
%60
%70.77
%74.51

Codes

Color #411A13 in popluar color models

411A13
RGB652619
HSL54.76%16.47%
HSB/HSV70.77%25.49%
CMYK0.00%60.00%70.77%
74.51%

Color #411A13 in popluar number systems.

HEX411A13
Decimal652619
Binary10000011101010011
Octal1013223

Shades and tints

Shades of #411A13

#411A13
(65,26,19)
#3C1812
(60,24,18)
#371611
(55,22,17)
#321410
(50,20,16)
#2D120F
(45,18,15)
#28100E
(40,16,14)
#230E0D
(35,14,13)
#1E0C0C
(30,12,12)
#190A0B
(25,10,11)
#14080A
(20,8,10)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #411A13

#411A13
(65,26,19)
#522E28
(82,46,40)
#63423D
(99,66,61)
#745652
(116,86,82)
#856A67
(133,106,103)
#967E7C
(150,126,124)
#A79291
(167,146,145)
#B8A6A6
(184,166,166)
#C9BABB
(201,186,187)
#DACED0
(218,206,208)
#EBE2E5
(235,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411A13 color. Also use rgb(65,26,19) instead hex code.

Text Font Color

.myTextColor { color: #411A13; }

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

This text font color is #411A13.


Background Color

.myBgColor { background-color: #411A13; }

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

This div background color is #411A13.


Border color

.myBorderColor { border: 1px solid #411A13; }

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

This div border color is #411A13.


Opacity

.myOpacity80 { color: #411A13; opacity: 0.8; }

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

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

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

This text has shadow with #411A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411A13 on black background.


Color preview on white background

This text has color #411A13 on white background.



Black color preview on #411A13 background

This text has black color on #411A13 background.


White color preview on #411A13 background

This text has white color on #411A13 background.