COLOR #412512

HEX: #412512
RGB: (65,37,18)

Color info

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

RGB color model

#412512 color RGB value is (65,37,18).

  • red value is 65;
  • green value is 37;
  • blue value is 18.
RGB:
(65,37,18)
(25%,15%,7%)

RGB channels and saturation

R 65 of 255 = 25%
G 37 of 255 = 15%
B 18 of 255 = 7%

65
37
18

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

Portions of RGB colors in percentages

R + G + B =
65 + 37 + 18 = 120 (100%)
R 65 of 120 ~ 54.17%
G 37 of 120 ~ 30.83%
B 18 of 120 ~ 15%

%54.17
%30.83
%15

CMYK color model

#412512 color CMYK value is (0,43,72,75).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 72.31%
  • key color value is 74.51%
CMYK:
(0,43,72,75)
C0M43Y72K75 
(0%,43%,72%,75%)
(0.00/0.43/0.72/0.75)	

CMYK percentages

%0
%43.08
%72.31
%74.51

Codes

Color #412512 in popluar color models

412512
RGB653718
HSL24°56.63%16.27%
HSB/HSV24°72.31%25.49%
CMYK0.00%43.08%72.31%
74.51%

Color #412512 in popluar number systems.

HEX412512
Decimal653718
Binary100000110010110010
Octal1014522

Shades and tints

Shades of #412512

#412512
(65,37,18)
#3C2211
(60,34,17)
#371F10
(55,31,16)
#321C0F
(50,28,15)
#2D190E
(45,25,14)
#28160D
(40,22,13)
#23130C
(35,19,12)
#1E100B
(30,16,11)
#190D0A
(25,13,10)
#140A09
(20,10,9)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #412512

#412512
(65,37,18)
#523827
(82,56,39)
#634B3C
(99,75,60)
#745E51
(116,94,81)
#857166
(133,113,102)
#96847B
(150,132,123)
#A79790
(167,151,144)
#B8AAA5
(184,170,165)
#C9BDBA
(201,189,186)
#DAD0CF
(218,208,207)
#EBE3E4
(235,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412512; }

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

This text font color is #412512.


Background Color

.myBgColor { background-color: #412512; }

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

This div background color is #412512.


Border color

.myBorderColor { border: 1px solid #412512; }

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

This div border color is #412512.


Opacity

.myOpacity80 { color: #412512; opacity: 0.8; }

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

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

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

This text has shadow with #412512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412512 on black background.


Color preview on white background

This text has color #412512 on white background.



Black color preview on #412512 background

This text has black color on #412512 background.


White color preview on #412512 background

This text has white color on #412512 background.