COLOR #412E12

HEX: #412E12 RGB: (65,46,18)

Color info

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

RGB color model

#412E12 color RGB value is (65,46,18).

RGB: (65,46,18) (25%, 18%, 7%)

RGB channels and saturation

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

65
46
18

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

Portions of RGB colors in percentages

R + G + B = 65 + 46 + 18 = 129 (100%)
R 65 of 129 ~ 50.39%
G 46 of 129 ~ 35.66%
B 18 of 129 ~ 13.95'%

%50.39
%35.66
%13.95

CMYK color model

#412E12 color CMYK value is (0,29,72,75).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 72.31%
  • key color value is 74.51%

CMYK: (0,29,72,75)
C0M29Y72K75 (0%, 29%, 72%, 75%)
(0.00 / 0.29 / 0.72 / 0.75)

CMYK percentages

%0
%29.23
%72.31
%74.51

Codes

Color #412E12 in popluar color models

41 2E 12
RGB 65 46 18
HSL 36° 56.63% 16.27%
HSB/HSV 36° 72.31% 25.49%
CMYK 0.00% 29.23% 72.31%
74.51%

Color #412E12 in popluar number systems.

HEX 41 2E 12
Decimal 65 46 18
Binary 1000001 101110 10010
Octal 101 56 22

Shades and tints

Shades of #412E12

#412E12
(65,46,18)
#3C2A11
(60,42,17)
#372610
(55,38,16)
#32220F
(50,34,15)
#2D1E0E
(45,30,14)
#281A0D
(40,26,13)
#23160C
(35,22,12)
#1E120B
(30,18,11)
#190E0A
(25,14,10)
#140A09
(20,10,9)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #412E12

#412E12
(65,46,18)
#524127
(82,65,39)
#63543C
(99,84,60)
#746751
(116,103,81)
#857A66
(133,122,102)
#968D7B
(150,141,123)
#A7A090
(167,160,144)
#B8B3A5
(184,179,165)
#C9C6BA
(201,198,186)
#DAD9CF
(218,217,207)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412E12; }

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

This text font color is #412E12.

Background Color

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

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

This div background color is #412E12.

Border color

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

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

This div border color is #412E12.

Opacity

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

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

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

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

This text has shadow with #412E12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412E12.

Preview

Color preview on black background

This text has color #412E12 on black background.


Color preview on white background

This text has color #412E12 on white background.


Black color preview on #412E12 background

This text has black color on #412E12 background.


White color preview on #412E12 background

This text has white color on #412E12 background.


Related colors

Complementary color

Complementary color for #hex is #BED1ED.


I love getcolorcode.com

Triadic colors

1 #12412E and #2E1241 with #412E12 are triadic colors.

2 #122E41 and #2E4112 with #412E12 are triadic colors.