COLOR #412E0B

HEX: #412E0B
RGB: (65,46,11)

Color info

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

RGB color model

#412E0B color RGB value is (65,46,11).

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

RGB channels and saturation

R 65 of 255 = 25%
G 46 of 255 = 18%
B 11 of 255 = 4%

65
46
11

R + G + B ~ 16%. #412E0B is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 46 + 11 = 122 (100%)
R 65 of 122 ~ 53.28%
G 46 of 122 ~ 37.7%
B 11 of 122 ~ 9.02%

%53.28
%37.7

CMYK color model

#412E0B color CMYK value is (0,29,83,75).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 83.08%
  • key color value is 74.51%
CMYK:
(0,29,83,75)
C0M29Y83K75 
(0%,29%,83%,75%)
(0.00/0.29/0.83/0.75)	

CMYK percentages

%0
%29.23
%83.08
%74.51

Codes

Color #412E0B in popluar color models

412E0B
RGB654611
HSL39°71.05%14.90%
HSB/HSV39°83.08%25.49%
CMYK0.00%29.23%83.08%
74.51%

Color #412E0B in popluar number systems.

HEX412E0B
Decimal654611
Binary10000011011101011
Octal1015613

Shades and tints

Shades of #412E0B

#412E0B
(65,46,11)
#3C2A0A
(60,42,10)
#372609
(55,38,9)
#322208
(50,34,8)
#2D1E07
(45,30,7)
#281A06
(40,26,6)
#231605
(35,22,5)
#1E1204
(30,18,4)
#190E03
(25,14,3)
#140A02
(20,10,2)
#0F0601
(15,6,1)
#000000
(0,0,0)

Tints of #412E0B

#412E0B
(65,46,11)
#524121
(82,65,33)
#635437
(99,84,55)
#74674D
(116,103,77)
#857A63
(133,122,99)
#968D79
(150,141,121)
#A7A08F
(167,160,143)
#B8B3A5
(184,179,165)
#C9C6BB
(201,198,187)
#DAD9D1
(218,217,209)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412E0B; }

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

This text font color is #412E0B.


Background Color

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

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

This div background color is #412E0B.


Border color

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

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

This div border color is #412E0B.


Opacity

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

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

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

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

This text has shadow with #412E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412E0B on black background.


Color preview on white background

This text has color #412E0B on white background.



Black color preview on #412E0B background

This text has black color on #412E0B background.


White color preview on #412E0B background

This text has white color on #412E0B background.