COLOR #411E29

HEX: #411E29
RGB: (65,30,41)

Color info

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

RGB color model

#411E29 color RGB value is (65,30,41).

  • red value is 65;
  • green value is 30;
  • blue value is 41.
RGB:
(65,30,41)
(25%,12%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 30 of 255 = 12%
B 41 of 255 = 16%

65
30
41

R + G + B ~ 18%. #411E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 30 + 41 = 136 (100%)
R 65 of 136 ~ 47.79%
G 30 of 136 ~ 22.06%
B 41 of 136 ~ 30.15%

%47.79
%22.06
%30.15

CMYK color model

#411E29 color CMYK value is (0,54,37,75).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 36.92%
  • key color value is 74.51%
CMYK:
(0,54,37,75)
C0M54Y37K75 
(0%,54%,37%,75%)
(0.00/0.54/0.37/0.75)	

CMYK percentages

%0
%53.85
%36.92
%74.51

Codes

Color #411E29 in popluar color models

411E29
RGB653041
HSL341°36.84%18.63%
HSB/HSV341°53.85%25.49%
CMYK0.00%53.85%36.92%
74.51%

Color #411E29 in popluar number systems.

HEX411E29
Decimal653041
Binary100000111110101001
Octal1013651

Shades and tints

Shades of #411E29

#411E29
(65,30,41)
#3C1C26
(60,28,38)
#371A23
(55,26,35)
#321820
(50,24,32)
#2D161D
(45,22,29)
#28141A
(40,20,26)
#231217
(35,18,23)
#1E1014
(30,16,20)
#190E11
(25,14,17)
#140C0E
(20,12,14)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #411E29

#411E29
(65,30,41)
#52323C
(82,50,60)
#63464F
(99,70,79)
#745A62
(116,90,98)
#856E75
(133,110,117)
#968288
(150,130,136)
#A7969B
(167,150,155)
#B8AAAE
(184,170,174)
#C9BEC1
(201,190,193)
#DAD2D4
(218,210,212)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411E29 color. Also use rgb(65,30,41) instead hex code.

Text Font Color

.myTextColor { color: #411E29; }

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

This text font color is #411E29.


Background Color

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

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

This div background color is #411E29.


Border color

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

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

This div border color is #411E29.


Opacity

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

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

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

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

This text has shadow with #411E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411E29 on black background.


Color preview on white background

This text has color #411E29 on white background.



Black color preview on #411E29 background

This text has black color on #411E29 background.


White color preview on #411E29 background

This text has white color on #411E29 background.