COLOR #412D31

HEX: #412D31
RGB: (65,45,49)

Color info

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

RGB color model

#412D31 color RGB value is (65,45,49).

  • red value is 65;
  • green value is 45;
  • blue value is 49.
RGB:
(65,45,49)
(25%,18%,19%)

RGB channels and saturation

R 65 of 255 = 25%
G 45 of 255 = 18%
B 49 of 255 = 19%

65
45
49

R + G + B ~ 21%. #412D31 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 45 + 49 = 159 (100%)
R 65 of 159 ~ 40.88%
G 45 of 159 ~ 28.3%
B 49 of 159 ~ 30.82%

%40.88
%28.3
%30.82

CMYK color model

#412D31 color CMYK value is (0,31,25,75).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 24.62%
  • key color value is 74.51%
CMYK:
(0,31,25,75)
C0M31Y25K75 
(0%,31%,25%,75%)
(0.00/0.31/0.25/0.75)	

CMYK percentages

%0
%30.77
%24.62
%74.51

Codes

Color #412D31 in popluar color models

412D31
RGB654549
HSL348°18.18%21.57%
HSB/HSV348°30.77%25.49%
CMYK0.00%30.77%24.62%
74.51%

Color #412D31 in popluar number systems.

HEX412D31
Decimal654549
Binary1000001101101110001
Octal1015561

Shades and tints

Shades of #412D31

#412D31
(65,45,49)
#3C292D
(60,41,45)
#372529
(55,37,41)
#322125
(50,33,37)
#2D1D21
(45,29,33)
#28191D
(40,25,29)
#231519
(35,21,25)
#1E1115
(30,17,21)
#190D11
(25,13,17)
#14090D
(20,9,13)
#0F0509
(15,5,9)
#000000
(0,0,0)

Tints of #412D31

#412D31
(65,45,49)
#524043
(82,64,67)
#635355
(99,83,85)
#746667
(116,102,103)
#857979
(133,121,121)
#968C8B
(150,140,139)
#A79F9D
(167,159,157)
#B8B2AF
(184,178,175)
#C9C5C1
(201,197,193)
#DAD8D3
(218,216,211)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412D31 color. Also use rgb(65,45,49) instead hex code.

Text Font Color

.myTextColor { color: #412D31; }

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

This text font color is #412D31.


Background Color

.myBgColor { background-color: #412D31; }

<div style="background-color:#412D31">Inner text</div>

This div background color is #412D31.


Border color

.myBorderColor { border: 1px solid #412D31; }

<div style="border:3px solid #412D31">Div</div>

This div border color is #412D31.


Opacity

.myOpacity80 { color: #412D31; opacity: 0.8; }

<p style="color:#412D31;opacity:0.8;">80%</p>

Text with #412D31 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 #412D31;}

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

This text has shadow with #412D31 color.

.textShadow {text-shadow: 3px 3px 1px #412D31, 3px 3px 1px red;}

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

This text has shadow with #412D31 primary color and red secondary color.


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

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

This text has shadow with #412D31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412D31 on black background.


Color preview on white background

This text has color #412D31 on white background.



Black color preview on #412D31 background

This text has black color on #412D31 background.


White color preview on #412D31 background

This text has white color on #412D31 background.