COLOR #41211D

HEX: #41211D RGB: (65,33,29)

Color info

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

RGB color model

#41211D color RGB value is (65,33,29).

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

RGB channels and saturation

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

65
33
29

R + G + B ~ 16%. #41211D is dark color.

Portions of RGB colors in percentages

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

%51.18
%25.98
%22.83

CMYK color model

#41211D color CMYK value is (0,49,55,75).

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

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

CMYK percentages

%0
%49.23
%55.38
%74.51

Codes

Color #41211D in popluar color models

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

Color #41211D in popluar number systems.

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

Shades and tints

Shades of #41211D

#41211D
(65,33,29)
#3C1E1B
(60,30,27)
#371B19
(55,27,25)
#321817
(50,24,23)
#2D1515
(45,21,21)
#281213
(40,18,19)
#230F11
(35,15,17)
#1E0C0F
(30,12,15)
#19090D
(25,9,13)
#14060B
(20,6,11)
#0F0309
(15,3,9)
#000000
(0,0,0)

Tints of #41211D

#41211D
(65,33,29)
#523531
(82,53,49)
#634945
(99,73,69)
#745D59
(116,93,89)
#85716D
(133,113,109)
#968581
(150,133,129)
#A79995
(167,153,149)
#B8ADA9
(184,173,169)
#C9C1BD
(201,193,189)
#DAD5D1
(218,213,209)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41211D; }

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

This text font color is #41211D.

Background Color

.myBgColor { background-color: #41211D; }

<div style="background-color:#41211D">Inner text</div>

This div background color is #41211D.

Border color

.myBorderColor { border: 1px solid #41211D; }

<div style="border:3px solid #41211D">Div</div>

This div border color is #41211D.

Opacity

.myOpacity80 { color: #41211D; opacity: 0.8; }

<p style="color:#41211D;opacity:0.8;">80%</p>

Text with #41211D 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 #41211D;}

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

This text has shadow with #41211D color.


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

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

This text has shadow with #41211D primary color and red secondary color.


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

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

This text has shadow with #41211D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41211D.

Preview

Color preview on black background

This text has color #41211D on black background.


Color preview on white background

This text has color #41211D on white background.


Black color preview on #41211D background

This text has black color on #41211D background.


White color preview on #41211D background

This text has white color on #41211D background.


Related colors

Complementary color

Complementary color for #hex is #BEDEE2.


I love getcolorcode.com

Triadic colors

1 #1D4121 and #211D41 with #41211D are triadic colors.

2 #1D2141 and #21411D with #41211D are triadic colors.