COLOR #411F13

HEX: #411F13 RGB: (65,31,19)

Color info

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

RGB color model

#411F13 color RGB value is (65,31,19).

RGB: (65,31,19) (25%, 12%, 7%)

RGB channels and saturation

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

65
31
19

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

Portions of RGB colors in percentages

R + G + B = 65 + 31 + 19 = 115 (100%)
R 65 of 115 ~ 56.52%
G 31 of 115 ~ 26.96%
B 19 of 115 ~ 16.52'%

%56.52
%26.96
%16.52

CMYK color model

#411F13 color CMYK value is (0,52,71,75).

  • cyan value is 0.00%
  • magenta value is 52.31%
  • yellow value is 70.77%
  • key color value is 74.51%

CMYK: (0,52,71,75)
C0M52Y71K75 (0%, 52%, 71%, 75%)
(0.00 / 0.52 / 0.71 / 0.75)

CMYK percentages

%0
%52.31
%70.77
%74.51

Codes

Color #411F13 in popluar color models

41 1F 13
RGB 65 31 19
HSL 16° 54.76% 16.47%
HSB/HSV 16° 70.77% 25.49%
CMYK 0.00% 52.31% 70.77%
74.51%

Color #411F13 in popluar number systems.

HEX 41 1F 13
Decimal 65 31 19
Binary 1000001 11111 10011
Octal 101 37 23

Shades and tints

Shades of #411F13

#411F13
(65,31,19)
#3C1D12
(60,29,18)
#371B11
(55,27,17)
#321910
(50,25,16)
#2D170F
(45,23,15)
#28150E
(40,21,14)
#23130D
(35,19,13)
#1E110C
(30,17,12)
#190F0B
(25,15,11)
#140D0A
(20,13,10)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #411F13

#411F13
(65,31,19)
#523328
(82,51,40)
#63473D
(99,71,61)
#745B52
(116,91,82)
#856F67
(133,111,103)
#96837C
(150,131,124)
#A79791
(167,151,145)
#B8ABA6
(184,171,166)
#C9BFBB
(201,191,187)
#DAD3D0
(218,211,208)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411F13; }

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

This text font color is #411F13.

Background Color

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

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

This div background color is #411F13.

Border color

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

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

This div border color is #411F13.

Opacity

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

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

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

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

This text has shadow with #411F13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411F13.

Preview

Color preview on black background

This text has color #411F13 on black background.


Color preview on white background

This text has color #411F13 on white background.


Black color preview on #411F13 background

This text has black color on #411F13 background.


White color preview on #411F13 background

This text has white color on #411F13 background.


Related colors

Complementary color

Complementary color for #hex is #BEE0EC.


I love getcolorcode.com

Triadic colors

1 #13411F and #1F1341 with #411F13 are triadic colors.

2 #131F41 and #1F4113 with #411F13 are triadic colors.