COLOR #412F16

HEX: #412F16
RGB: (65,47,22)

Color info

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

RGB color model

#412F16 color RGB value is (65,47,22).

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

RGB channels and saturation

R 65 of 255 = 25%
G 47 of 255 = 18%
B 22 of 255 = 9%

65
47
22

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

Portions of RGB colors in percentages

R + G + B =
65 + 47 + 22 = 134 (100%)
R 65 of 134 ~ 48.51%
G 47 of 134 ~ 35.07%
B 22 of 134 ~ 16.42%

%48.51
%35.07
%16.42

CMYK color model

#412F16 color CMYK value is (0,28,66,75).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 66.15%
  • key color value is 74.51%
CMYK:
(0,28,66,75)
C0M28Y66K75 
(0%,28%,66%,75%)
(0.00/0.28/0.66/0.75)	

CMYK percentages

%0
%27.69
%66.15
%74.51

Codes

Color #412F16 in popluar color models

412F16
RGB654722
HSL35°49.43%17.06%
HSB/HSV35°66.15%25.49%
CMYK0.00%27.69%66.15%
74.51%

Color #412F16 in popluar number systems.

HEX412F16
Decimal654722
Binary100000110111110110
Octal1015726

Shades and tints

Shades of #412F16

#412F16
(65,47,22)
#3C2B14
(60,43,20)
#372712
(55,39,18)
#322310
(50,35,16)
#2D1F0E
(45,31,14)
#281B0C
(40,27,12)
#23170A
(35,23,10)
#1E1308
(30,19,8)
#190F06
(25,15,6)
#140B04
(20,11,4)
#0F0702
(15,7,2)
#000000
(0,0,0)

Tints of #412F16

#412F16
(65,47,22)
#52412B
(82,65,43)
#635340
(99,83,64)
#746555
(116,101,85)
#85776A
(133,119,106)
#96897F
(150,137,127)
#A79B94
(167,155,148)
#B8ADA9
(184,173,169)
#C9BFBE
(201,191,190)
#DAD1D3
(218,209,211)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412F16 color. Also use rgb(65,47,22) instead hex code.

Text Font Color

.myTextColor { color: #412F16; }

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

This text font color is #412F16.


Background Color

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

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

This div background color is #412F16.


Border color

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

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

This div border color is #412F16.


Opacity

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

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

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

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

This text has shadow with #412F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412F16 on black background.


Color preview on white background

This text has color #412F16 on white background.



Black color preview on #412F16 background

This text has black color on #412F16 background.


White color preview on #412F16 background

This text has white color on #412F16 background.