COLOR #411D21

HEX: #411D21 RGB: (65,29,33)

Color info

#411D21 contains red, green and blue colors in about the same proportion. Web safe color of #411D21 is #333333 (or #333).

RGB color model

#411D21 color RGB value is (65,29,33).

RGB: (65,29,33) (25%, 11%, 13%)

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 33 of 255 = 13%

65
29
33

R + G + B ~ 16%. #411D21 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 29 + 33 = 127 (100%)
R 65 of 127 ~ 51.18%
G 29 of 127 ~ 22.83%
B 33 of 127 ~ 25.98'%

%51.18
%22.83
%25.98

CMYK color model

#411D21 color CMYK value is (0,55,49,75).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 49.23%
  • key color value is 74.51%

CMYK: (0,55,49,75)
C0M55Y49K75 (0%, 55%, 49%, 75%)
(0.00 / 0.55 / 0.49 / 0.75)

CMYK percentages

%0
%55.38
%49.23
%74.51

Codes

Color #411D21 in popluar color models

41 1D 21
RGB 65 29 33
HSL 353° 38.30% 18.43%
HSB/HSV 353° 55.38% 25.49%
CMYK 0.00% 55.38% 49.23%
74.51%

Color #411D21 in popluar number systems.

HEX 41 1D 21
Decimal 65 29 33
Binary 1000001 11101 100001
Octal 101 35 41

Shades and tints

Shades of #411D21

#411D21
(65,29,33)
#3C1B1E
(60,27,30)
#37191B
(55,25,27)
#321718
(50,23,24)
#2D1515
(45,21,21)
#281312
(40,19,18)
#23110F
(35,17,15)
#1E0F0C
(30,15,12)
#190D09
(25,13,9)
#140B06
(20,11,6)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #411D21

#411D21
(65,29,33)
#523135
(82,49,53)
#634549
(99,69,73)
#74595D
(116,89,93)
#856D71
(133,109,113)
#968185
(150,129,133)
#A79599
(167,149,153)
#B8A9AD
(184,169,173)
#C9BDC1
(201,189,193)
#DAD1D5
(218,209,213)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411D21; }

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

This text font color is #411D21.

Background Color

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

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

This div background color is #411D21.

Border color

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

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

This div border color is #411D21.

Opacity

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

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

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

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

This text has shadow with #411D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411D21.

Preview

Color preview on black background

This text has color #411D21 on black background.


Color preview on white background

This text has color #411D21 on white background.


Black color preview on #411D21 background

This text has black color on #411D21 background.


White color preview on #411D21 background

This text has white color on #411D21 background.


Related colors

Complementary color

Complementary color for #hex is #BEE2DE.


I love getcolorcode.com

Triadic colors

1 #21411D and #1D2141 with #411D21 are triadic colors.

2 #211D41 and #1D4121 with #411D21 are triadic colors.