COLOR #412D2E

HEX: #412D2E
RGB: (65,45,46)

Color info

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

RGB color model

#412D2E color RGB value is (65,45,46).

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

RGB channels and saturation

R 65 of 255 = 25%
G 45 of 255 = 18%
B 46 of 255 = 18%

65
45
46

R + G + B ~ 20%. #412D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 45 + 46 = 156 (100%)
R 65 of 156 ~ 41.67%
G 45 of 156 ~ 28.85%
B 46 of 156 ~ 29.49%

%41.67
%28.85
%29.49

CMYK color model

#412D2E color CMYK value is (0,31,29,75).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(0,31,29,75)
C0M31Y29K75 
(0%,31%,29%,75%)
(0.00/0.31/0.29/0.75)	

CMYK percentages

%0
%30.77
%29.23
%74.51

Codes

Color #412D2E in popluar color models

412D2E
RGB654546
HSL357°18.18%21.57%
HSB/HSV357°30.77%25.49%
CMYK0.00%30.77%29.23%
74.51%

Color #412D2E in popluar number systems.

HEX412D2E
Decimal654546
Binary1000001101101101110
Octal1015556

Shades and tints

Shades of #412D2E

#412D2E
(65,45,46)
#3C292A
(60,41,42)
#372526
(55,37,38)
#322122
(50,33,34)
#2D1D1E
(45,29,30)
#28191A
(40,25,26)
#231516
(35,21,22)
#1E1112
(30,17,18)
#190D0E
(25,13,14)
#14090A
(20,9,10)
#0F0506
(15,5,6)
#000000
(0,0,0)

Tints of #412D2E

#412D2E
(65,45,46)
#524041
(82,64,65)
#635354
(99,83,84)
#746667
(116,102,103)
#85797A
(133,121,122)
#968C8D
(150,140,141)
#A79FA0
(167,159,160)
#B8B2B3
(184,178,179)
#C9C5C6
(201,197,198)
#DAD8D9
(218,216,217)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412D2E; }

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

This text font color is #412D2E.


Background Color

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

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

This div background color is #412D2E.


Border color

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

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

This div border color is #412D2E.


Opacity

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

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

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

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

This text has shadow with #412D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412D2E on black background.


Color preview on white background

This text has color #412D2E on white background.



Black color preview on #412D2E background

This text has black color on #412D2E background.


White color preview on #412D2E background

This text has white color on #412D2E background.