COLOR #411E3A

HEX: #411E3A
RGB: (65,30,58)

Color info

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

RGB color model

#411E3A color RGB value is (65,30,58).

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

RGB channels and saturation

R 65 of 255 = 25%
G 30 of 255 = 12%
B 58 of 255 = 23%

65
30
58

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

Portions of RGB colors in percentages

R + G + B =
65 + 30 + 58 = 153 (100%)
R 65 of 153 ~ 42.48%
G 30 of 153 ~ 19.61%
B 58 of 153 ~ 37.91%

%42.48
%19.61
%37.91

CMYK color model

#411E3A color CMYK value is (0,54,11,75).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(0,54,11,75)
C0M54Y11K75 
(0%,54%,11%,75%)
(0.00/0.54/0.11/0.75)	

CMYK percentages

%0
%53.85
%10.77
%74.51

Codes

Color #411E3A in popluar color models

411E3A
RGB653058
HSL312°36.84%18.63%
HSB/HSV312°53.85%25.49%
CMYK0.00%53.85%10.77%
74.51%

Color #411E3A in popluar number systems.

HEX411E3A
Decimal653058
Binary100000111110111010
Octal1013672

Shades and tints

Shades of #411E3A

#411E3A
(65,30,58)
#3C1C35
(60,28,53)
#371A30
(55,26,48)
#32182B
(50,24,43)
#2D1626
(45,22,38)
#281421
(40,20,33)
#23121C
(35,18,28)
#1E1017
(30,16,23)
#190E12
(25,14,18)
#140C0D
(20,12,13)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #411E3A

#411E3A
(65,30,58)
#52324B
(82,50,75)
#63465C
(99,70,92)
#745A6D
(116,90,109)
#856E7E
(133,110,126)
#96828F
(150,130,143)
#A796A0
(167,150,160)
#B8AAB1
(184,170,177)
#C9BEC2
(201,190,194)
#DAD2D3
(218,210,211)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411E3A; }

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

This text font color is #411E3A.


Background Color

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

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

This div background color is #411E3A.


Border color

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

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

This div border color is #411E3A.


Opacity

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

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

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

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

This text has shadow with #411E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411E3A on black background.


Color preview on white background

This text has color #411E3A on white background.



Black color preview on #411E3A background

This text has black color on #411E3A background.


White color preview on #411E3A background

This text has white color on #411E3A background.