COLOR #411D37

HEX: #411D37
RGB: (65,29,55)

Color info

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

RGB color model

#411D37 color RGB value is (65,29,55).

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

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 55 of 255 = 22%

65
29
55

R + G + B ~ 19%. #411D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 55 = 149 (100%)
R 65 of 149 ~ 43.62%
G 29 of 149 ~ 19.46%
B 55 of 149 ~ 36.91%

%43.62
%19.46
%36.91

CMYK color model

#411D37 color CMYK value is (0,55,15,75).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 15.38%
  • key color value is 74.51%
CMYK:
(0,55,15,75)
C0M55Y15K75 
(0%,55%,15%,75%)
(0.00/0.55/0.15/0.75)	

CMYK percentages

%0
%55.38
%15.38
%74.51

Codes

Color #411D37 in popluar color models

411D37
RGB652955
HSL317°38.30%18.43%
HSB/HSV317°55.38%25.49%
CMYK0.00%55.38%15.38%
74.51%

Color #411D37 in popluar number systems.

HEX411D37
Decimal652955
Binary100000111101110111
Octal1013567

Shades and tints

Shades of #411D37

#411D37
(65,29,55)
#3C1B32
(60,27,50)
#37192D
(55,25,45)
#321728
(50,23,40)
#2D1523
(45,21,35)
#28131E
(40,19,30)
#231119
(35,17,25)
#1E0F14
(30,15,20)
#190D0F
(25,13,15)
#140B0A
(20,11,10)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #411D37

#411D37
(65,29,55)
#523149
(82,49,73)
#63455B
(99,69,91)
#74596D
(116,89,109)
#856D7F
(133,109,127)
#968191
(150,129,145)
#A795A3
(167,149,163)
#B8A9B5
(184,169,181)
#C9BDC7
(201,189,199)
#DAD1D9
(218,209,217)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411D37; }

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

This text font color is #411D37.


Background Color

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

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

This div background color is #411D37.


Border color

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

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

This div border color is #411D37.


Opacity

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

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

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

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

This text has shadow with #411D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D37 on black background.


Color preview on white background

This text has color #411D37 on white background.



Black color preview on #411D37 background

This text has black color on #411D37 background.


White color preview on #411D37 background

This text has white color on #411D37 background.