COLOR #411F11

HEX: #411F11
RGB: (65,31,17)

Color info

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

RGB color model

#411F11 color RGB value is (65,31,17).

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

RGB channels and saturation

R 65 of 255 = 25%
G 31 of 255 = 12%
B 17 of 255 = 7%

65
31
17

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

Portions of RGB colors in percentages

R + G + B =
65 + 31 + 17 = 113 (100%)
R 65 of 113 ~ 57.52%
G 31 of 113 ~ 27.43%
B 17 of 113 ~ 15.04%

%57.52
%27.43
%15.04

CMYK color model

#411F11 color CMYK value is (0,52,74,75).

  • cyan value is 0.00%
  • magenta value is 52.31%
  • yellow value is 73.85%
  • key color value is 74.51%
CMYK:
(0,52,74,75)
C0M52Y74K75 
(0%,52%,74%,75%)
(0.00/0.52/0.74/0.75)	

CMYK percentages

%0
%52.31
%73.85
%74.51

Codes

Color #411F11 in popluar color models

411F11
RGB653117
HSL18°58.54%16.08%
HSB/HSV18°73.85%25.49%
CMYK0.00%52.31%73.85%
74.51%

Color #411F11 in popluar number systems.

HEX411F11
Decimal653117
Binary10000011111110001
Octal1013721

Shades and tints

Shades of #411F11

#411F11
(65,31,17)
#3C1D10
(60,29,16)
#371B0F
(55,27,15)
#32190E
(50,25,14)
#2D170D
(45,23,13)
#28150C
(40,21,12)
#23130B
(35,19,11)
#1E110A
(30,17,10)
#190F09
(25,15,9)
#140D08
(20,13,8)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #411F11

#411F11
(65,31,17)
#523326
(82,51,38)
#63473B
(99,71,59)
#745B50
(116,91,80)
#856F65
(133,111,101)
#96837A
(150,131,122)
#A7978F
(167,151,143)
#B8ABA4
(184,171,164)
#C9BFB9
(201,191,185)
#DAD3CE
(218,211,206)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411F11; }

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

This text font color is #411F11.


Background Color

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

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

This div background color is #411F11.


Border color

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

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

This div border color is #411F11.


Opacity

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

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

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

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

This text has shadow with #411F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411F11 on black background.


Color preview on white background

This text has color #411F11 on white background.



Black color preview on #411F11 background

This text has black color on #411F11 background.


White color preview on #411F11 background

This text has white color on #411F11 background.