COLOR #411D3C

HEX: #411D3C
RGB: (65,29,60)

Color info

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

RGB color model

#411D3C color RGB value is (65,29,60).

  • red value is 65;
  • green value is 29;
  • blue value is 60.
RGB:
(65,29,60)
(25%,11%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 60 of 255 = 24%

65
29
60

R + G + B ~ 20%. #411D3C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 60 = 154 (100%)
R 65 of 154 ~ 42.21%
G 29 of 154 ~ 18.83%
B 60 of 154 ~ 38.96%

%42.21
%18.83
%38.96

CMYK color model

#411D3C color CMYK value is (0,55,8,75).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 7.69%
  • key color value is 74.51%
CMYK:
(0,55,8,75)
C0M55Y8K75 
(0%,55%,8%,75%)
(0.00/0.55/0.08/0.75)	

CMYK percentages

%0
%55.38
%7.69
%74.51

Codes

Color #411D3C in popluar color models

411D3C
RGB652960
HSL308°38.30%18.43%
HSB/HSV308°55.38%25.49%
CMYK0.00%55.38%7.69%
74.51%

Color #411D3C in popluar number systems.

HEX411D3C
Decimal652960
Binary100000111101111100
Octal1013574

Shades and tints

Shades of #411D3C

#411D3C
(65,29,60)
#3C1B37
(60,27,55)
#371932
(55,25,50)
#32172D
(50,23,45)
#2D1528
(45,21,40)
#281323
(40,19,35)
#23111E
(35,17,30)
#1E0F19
(30,15,25)
#190D14
(25,13,20)
#140B0F
(20,11,15)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #411D3C

#411D3C
(65,29,60)
#52314D
(82,49,77)
#63455E
(99,69,94)
#74596F
(116,89,111)
#856D80
(133,109,128)
#968191
(150,129,145)
#A795A2
(167,149,162)
#B8A9B3
(184,169,179)
#C9BDC4
(201,189,196)
#DAD1D5
(218,209,213)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411D3C; }

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

This text font color is #411D3C.


Background Color

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

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

This div background color is #411D3C.


Border color

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

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

This div border color is #411D3C.


Opacity

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

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

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

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

This text has shadow with #411D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D3C on black background.


Color preview on white background

This text has color #411D3C on white background.



Black color preview on #411D3C background

This text has black color on #411D3C background.


White color preview on #411D3C background

This text has white color on #411D3C background.