COLOR #411D18

HEX: #411D18
RGB: (65,29,24)

Color info

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

RGB color model

#411D18 color RGB value is (65,29,24).

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

RGB channels and saturation

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

65
29
24

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

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 24 = 118 (100%)
R 65 of 118 ~ 55.08%
G 29 of 118 ~ 24.58%
B 24 of 118 ~ 20.34%

%55.08
%24.58
%20.34

CMYK color model

#411D18 color CMYK value is (0,55,63,75).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 63.08%
  • key color value is 74.51%
CMYK:
(0,55,63,75)
C0M55Y63K75 
(0%,55%,63%,75%)
(0.00/0.55/0.63/0.75)	

CMYK percentages

%0
%55.38
%63.08
%74.51

Codes

Color #411D18 in popluar color models

411D18
RGB652924
HSL46.07%17.45%
HSB/HSV63.08%25.49%
CMYK0.00%55.38%63.08%
74.51%

Color #411D18 in popluar number systems.

HEX411D18
Decimal652924
Binary10000011110111000
Octal1013530

Shades and tints

Shades of #411D18

#411D18
(65,29,24)
#3C1B16
(60,27,22)
#371914
(55,25,20)
#321712
(50,23,18)
#2D1510
(45,21,16)
#28130E
(40,19,14)
#23110C
(35,17,12)
#1E0F0A
(30,15,10)
#190D08
(25,13,8)
#140B06
(20,11,6)
#0F0904
(15,9,4)
#000000
(0,0,0)

Tints of #411D18

#411D18
(65,29,24)
#52312D
(82,49,45)
#634542
(99,69,66)
#745957
(116,89,87)
#856D6C
(133,109,108)
#968181
(150,129,129)
#A79596
(167,149,150)
#B8A9AB
(184,169,171)
#C9BDC0
(201,189,192)
#DAD1D5
(218,209,213)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411D18; }

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

This text font color is #411D18.


Background Color

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

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

This div background color is #411D18.


Border color

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

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

This div border color is #411D18.


Opacity

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

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

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

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

This text has shadow with #411D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D18 on black background.


Color preview on white background

This text has color #411D18 on white background.



Black color preview on #411D18 background

This text has black color on #411D18 background.


White color preview on #411D18 background

This text has white color on #411D18 background.