COLOR #412506

HEX: #412506
RGB: (65,37,6)

Color info

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

RGB color model

#412506 color RGB value is (65,37,6).

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

RGB channels and saturation

R 65 of 255 = 25%
G 37 of 255 = 15%
B 6 of 255 = 2%

65
37
6

R + G + B ~ 14%. #412506 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 37 + 6 = 108 (100%)
R 65 of 108 ~ 60.19%
G 37 of 108 ~ 34.26%
B 6 of 108 ~ 5.56%

%60.19
%34.26

CMYK color model

#412506 color CMYK value is (0,43,91,75).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 90.77%
  • key color value is 74.51%
CMYK:
(0,43,91,75)
C0M43Y91K75 
(0%,43%,91%,75%)
(0.00/0.43/0.91/0.75)	

CMYK percentages

%0
%43.08
%90.77
%74.51

Codes

Color #412506 in popluar color models

412506
RGB65376
HSL32°83.10%13.92%
HSB/HSV32°90.77%25.49%
CMYK0.00%43.08%90.77%
74.51%

Color #412506 in popluar number systems.

HEX412506
Decimal65376
Binary1000001100101110
Octal101456

Shades and tints

Shades of #412506

#412506
(65,37,6)
#3C2206
(60,34,6)
#371F06
(55,31,6)
#321C06
(50,28,6)
#2D1906
(45,25,6)
#281606
(40,22,6)
#231306
(35,19,6)
#1E1006
(30,16,6)
#190D06
(25,13,6)
#140A06
(20,10,6)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #412506

#412506
(65,37,6)
#52381C
(82,56,28)
#634B32
(99,75,50)
#745E48
(116,94,72)
#85715E
(133,113,94)
#968474
(150,132,116)
#A7978A
(167,151,138)
#B8AAA0
(184,170,160)
#C9BDB6
(201,189,182)
#DAD0CC
(218,208,204)
#EBE3E2
(235,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412506; }

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

This text font color is #412506.


Background Color

.myBgColor { background-color: #412506; }

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

This div background color is #412506.


Border color

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

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

This div border color is #412506.


Opacity

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

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

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

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

This text has shadow with #412506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412506 on black background.


Color preview on white background

This text has color #412506 on white background.



Black color preview on #412506 background

This text has black color on #412506 background.


White color preview on #412506 background

This text has white color on #412506 background.