COLOR #411D16

HEX: #411D16
RGB: (65,29,22)

Color info

#411D16 contains red, green and blue colors in about the same proportion. Web safe color of #411D16 is #333300 (or #330).

RGB color model

#411D16 color RGB value is (65,29,22).

  • red value is 65;
  • green value is 29;
  • blue value is 22.
RGB:
(65,29,22)
(25%,11%,9%)

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 22 of 255 = 9%

65
29
22

R + G + B ~ 15%. #411D16 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 22 = 116 (100%)
R 65 of 116 ~ 56.03%
G 29 of 116 ~ 25%
B 22 of 116 ~ 18.97%

%56.03
%25
%18.97

CMYK color model

#411D16 color CMYK value is (0,55,66,75).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 66.15%
  • key color value is 74.51%
CMYK:
(0,55,66,75)
C0M55Y66K75 
(0%,55%,66%,75%)
(0.00/0.55/0.66/0.75)	

CMYK percentages

%0
%55.38
%66.15
%74.51

Codes

Color #411D16 in popluar color models

411D16
RGB652922
HSL10°49.43%17.06%
HSB/HSV10°66.15%25.49%
CMYK0.00%55.38%66.15%
74.51%

Color #411D16 in popluar number systems.

HEX411D16
Decimal652922
Binary10000011110110110
Octal1013526

Shades and tints

Shades of #411D16

#411D16
(65,29,22)
#3C1B14
(60,27,20)
#371912
(55,25,18)
#321710
(50,23,16)
#2D150E
(45,21,14)
#28130C
(40,19,12)
#23110A
(35,17,10)
#1E0F08
(30,15,8)
#190D06
(25,13,6)
#140B04
(20,11,4)
#0F0902
(15,9,2)
#000000
(0,0,0)

Tints of #411D16

#411D16
(65,29,22)
#52312B
(82,49,43)
#634540
(99,69,64)
#745955
(116,89,85)
#856D6A
(133,109,106)
#96817F
(150,129,127)
#A79594
(167,149,148)
#B8A9A9
(184,169,169)
#C9BDBE
(201,189,190)
#DAD1D3
(218,209,211)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411D16 color. Also use rgb(65,29,22) instead hex code.

Text Font Color

.myTextColor { color: #411D16; }

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

This text font color is #411D16.


Background Color

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

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

This div background color is #411D16.


Border color

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

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

This div border color is #411D16.


Opacity

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

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

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

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

This text has shadow with #411D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D16 on black background.


Color preview on white background

This text has color #411D16 on white background.



Black color preview on #411D16 background

This text has black color on #411D16 background.


White color preview on #411D16 background

This text has white color on #411D16 background.