COLOR #412616

HEX: #412616
RGB: (65,38,22)

Color info

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

RGB color model

#412616 color RGB value is (65,38,22).

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

RGB channels and saturation

R 65 of 255 = 25%
G 38 of 255 = 15%
B 22 of 255 = 9%

65
38
22

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

Portions of RGB colors in percentages

R + G + B =
65 + 38 + 22 = 125 (100%)
R 65 of 125 ~ 52%
G 38 of 125 ~ 30.4%
B 22 of 125 ~ 17.6%

%52
%30.4
%17.6

CMYK color model

#412616 color CMYK value is (0,42,66,75).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 66.15%
  • key color value is 74.51%
CMYK:
(0,42,66,75)
C0M42Y66K75 
(0%,42%,66%,75%)
(0.00/0.42/0.66/0.75)	

CMYK percentages

%0
%41.54
%66.15
%74.51

Codes

Color #412616 in popluar color models

412616
RGB653822
HSL22°49.43%17.06%
HSB/HSV22°66.15%25.49%
CMYK0.00%41.54%66.15%
74.51%

Color #412616 in popluar number systems.

HEX412616
Decimal653822
Binary100000110011010110
Octal1014626

Shades and tints

Shades of #412616

#412616
(65,38,22)
#3C2314
(60,35,20)
#372012
(55,32,18)
#321D10
(50,29,16)
#2D1A0E
(45,26,14)
#28170C
(40,23,12)
#23140A
(35,20,10)
#1E1108
(30,17,8)
#190E06
(25,14,6)
#140B04
(20,11,4)
#0F0802
(15,8,2)
#000000
(0,0,0)

Tints of #412616

#412616
(65,38,22)
#52392B
(82,57,43)
#634C40
(99,76,64)
#745F55
(116,95,85)
#85726A
(133,114,106)
#96857F
(150,133,127)
#A79894
(167,152,148)
#B8ABA9
(184,171,169)
#C9BEBE
(201,190,190)
#DAD1D3
(218,209,211)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412616; }

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

This text font color is #412616.


Background Color

.myBgColor { background-color: #412616; }

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

This div background color is #412616.


Border color

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

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

This div border color is #412616.


Opacity

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

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

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

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

This text has shadow with #412616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412616 on black background.


Color preview on white background

This text has color #412616 on white background.



Black color preview on #412616 background

This text has black color on #412616 background.


White color preview on #412616 background

This text has white color on #412616 background.