COLOR #412E18

HEX: #412E18
RGB: (65,46,24)

Color info

#412E18 contains red, green and blue colors in about the same proportion. Web safe color of #412E18 is #333300 (or #330).

RGB color model

#412E18 color RGB value is (65,46,24).

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

RGB channels and saturation

R 65 of 255 = 25%
G 46 of 255 = 18%
B 24 of 255 = 9%

65
46
24

R + G + B ~ 17%. #412E18 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 46 + 24 = 135 (100%)
R 65 of 135 ~ 48.15%
G 46 of 135 ~ 34.07%
B 24 of 135 ~ 17.78%

%48.15
%34.07
%17.78

CMYK color model

#412E18 color CMYK value is (0,29,63,75).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 63.08%
  • key color value is 74.51%
CMYK:
(0,29,63,75)
C0M29Y63K75 
(0%,29%,63%,75%)
(0.00/0.29/0.63/0.75)	

CMYK percentages

%0
%29.23
%63.08
%74.51

Codes

Color #412E18 in popluar color models

412E18
RGB654624
HSL32°46.07%17.45%
HSB/HSV32°63.08%25.49%
CMYK0.00%29.23%63.08%
74.51%

Color #412E18 in popluar number systems.

HEX412E18
Decimal654624
Binary100000110111011000
Octal1015630

Shades and tints

Shades of #412E18

#412E18
(65,46,24)
#3C2A16
(60,42,22)
#372614
(55,38,20)
#322212
(50,34,18)
#2D1E10
(45,30,16)
#281A0E
(40,26,14)
#23160C
(35,22,12)
#1E120A
(30,18,10)
#190E08
(25,14,8)
#140A06
(20,10,6)
#0F0604
(15,6,4)
#000000
(0,0,0)

Tints of #412E18

#412E18
(65,46,24)
#52412D
(82,65,45)
#635442
(99,84,66)
#746757
(116,103,87)
#857A6C
(133,122,108)
#968D81
(150,141,129)
#A7A096
(167,160,150)
#B8B3AB
(184,179,171)
#C9C6C0
(201,198,192)
#DAD9D5
(218,217,213)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412E18; }

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

This text font color is #412E18.


Background Color

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

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

This div background color is #412E18.


Border color

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

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

This div border color is #412E18.


Opacity

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

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

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

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

This text has shadow with #412E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412E18 on black background.


Color preview on white background

This text has color #412E18 on white background.



Black color preview on #412E18 background

This text has black color on #412E18 background.


White color preview on #412E18 background

This text has white color on #412E18 background.