COLOR #411006

HEX: #411006
RGB: (65,16,6)

Color info

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

RGB color model

#411006 color RGB value is (65,16,6).

  • red value is 65;
  • green value is 16;
  • blue value is 6.
RGB:
(65,16,6)
(25%,6%,2%)

RGB channels and saturation

R 65 of 255 = 25%
G 16 of 255 = 6%
B 6 of 255 = 2%

65
16
6

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

Portions of RGB colors in percentages

R + G + B =
65 + 16 + 6 = 87 (100%)
R 65 of 87 ~ 74.71%
G 16 of 87 ~ 18.39%
B 6 of 87 ~ 6.9%

%74.71
%18.39

CMYK color model

#411006 color CMYK value is (0,75,91,75).

  • cyan value is 0.00%
  • magenta value is 75.38%
  • yellow value is 90.77%
  • key color value is 74.51%
CMYK:
(0,75,91,75)
C0M75Y91K75 
(0%,75%,91%,75%)
(0.00/0.75/0.91/0.75)	

CMYK percentages

%0
%75.38
%90.77
%74.51

Codes

Color #411006 in popluar color models

411006
RGB65166
HSL10°83.10%13.92%
HSB/HSV10°90.77%25.49%
CMYK0.00%75.38%90.77%
74.51%

Color #411006 in popluar number systems.

HEX411006
Decimal65166
Binary100000110000110
Octal101206

Shades and tints

Shades of #411006

#411006
(65,16,6)
#3C0F06
(60,15,6)
#370E06
(55,14,6)
#320D06
(50,13,6)
#2D0C06
(45,12,6)
#280B06
(40,11,6)
#230A06
(35,10,6)
#1E0906
(30,9,6)
#190806
(25,8,6)
#140706
(20,7,6)
#0F0606
(15,6,6)
#000000
(0,0,0)

Tints of #411006

#411006
(65,16,6)
#52251C
(82,37,28)
#633A32
(99,58,50)
#744F48
(116,79,72)
#85645E
(133,100,94)
#967974
(150,121,116)
#A78E8A
(167,142,138)
#B8A3A0
(184,163,160)
#C9B8B6
(201,184,182)
#DACDCC
(218,205,204)
#EBE2E2
(235,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411006 color. Also use rgb(65,16,6) instead hex code.

Text Font Color

.myTextColor { color: #411006; }

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

This text font color is #411006.


Background Color

.myBgColor { background-color: #411006; }

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

This div background color is #411006.


Border color

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

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

This div border color is #411006.


Opacity

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

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

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

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

This text has shadow with #411006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411006 on black background.


Color preview on white background

This text has color #411006 on white background.



Black color preview on #411006 background

This text has black color on #411006 background.


White color preview on #411006 background

This text has white color on #411006 background.