COLOR #411A11

HEX: #411A11
RGB: (65,26,17)

Color info

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

RGB color model

#411A11 color RGB value is (65,26,17).

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

RGB channels and saturation

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

65
26
17

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

Portions of RGB colors in percentages

R + G + B =
65 + 26 + 17 = 108 (100%)
R 65 of 108 ~ 60.19%
G 26 of 108 ~ 24.07%
B 17 of 108 ~ 15.74%

%60.19
%24.07
%15.74

CMYK color model

#411A11 color CMYK value is (0,60,74,75).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 73.85%
  • key color value is 74.51%
CMYK:
(0,60,74,75)
C0M60Y74K75 
(0%,60%,74%,75%)
(0.00/0.60/0.74/0.75)	

CMYK percentages

%0
%60
%73.85
%74.51

Codes

Color #411A11 in popluar color models

411A11
RGB652617
HSL11°58.54%16.08%
HSB/HSV11°73.85%25.49%
CMYK0.00%60.00%73.85%
74.51%

Color #411A11 in popluar number systems.

HEX411A11
Decimal652617
Binary10000011101010001
Octal1013221

Shades and tints

Shades of #411A11

#411A11
(65,26,17)
#3C1810
(60,24,16)
#37160F
(55,22,15)
#32140E
(50,20,14)
#2D120D
(45,18,13)
#28100C
(40,16,12)
#230E0B
(35,14,11)
#1E0C0A
(30,12,10)
#190A09
(25,10,9)
#140808
(20,8,8)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #411A11

#411A11
(65,26,17)
#522E26
(82,46,38)
#63423B
(99,66,59)
#745650
(116,86,80)
#856A65
(133,106,101)
#967E7A
(150,126,122)
#A7928F
(167,146,143)
#B8A6A4
(184,166,164)
#C9BAB9
(201,186,185)
#DACECE
(218,206,206)
#EBE2E3
(235,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411A11; }

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

This text font color is #411A11.


Background Color

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

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

This div background color is #411A11.


Border color

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

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

This div border color is #411A11.


Opacity

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

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

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

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

This text has shadow with #411A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411A11 on black background.


Color preview on white background

This text has color #411A11 on white background.



Black color preview on #411A11 background

This text has black color on #411A11 background.


White color preview on #411A11 background

This text has white color on #411A11 background.