COLOR #412820

HEX: #412820
RGB: (65,40,32)

Color info

#412820 contains red, green and blue colors in about the same proportion. Web safe color of #412820 is #333333 (or #333).

RGB color model

#412820 color RGB value is (65,40,32).

  • red value is 65;
  • green value is 40;
  • blue value is 32.
RGB:
(65,40,32)
(25%,16%,13%)

RGB channels and saturation

R 65 of 255 = 25%
G 40 of 255 = 16%
B 32 of 255 = 13%

65
40
32

R + G + B ~ 18%. #412820 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 40 + 32 = 137 (100%)
R 65 of 137 ~ 47.45%
G 40 of 137 ~ 29.2%
B 32 of 137 ~ 23.36%

%47.45
%29.2
%23.36

CMYK color model

#412820 color CMYK value is (0,38,51,75).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 50.77%
  • key color value is 74.51%
CMYK:
(0,38,51,75)
C0M38Y51K75 
(0%,38%,51%,75%)
(0.00/0.38/0.51/0.75)	

CMYK percentages

%0
%38.46
%50.77
%74.51

Codes

Color #412820 in popluar color models

412820
RGB654032
HSL15°34.02%19.02%
HSB/HSV15°50.77%25.49%
CMYK0.00%38.46%50.77%
74.51%

Color #412820 in popluar number systems.

HEX412820
Decimal654032
Binary1000001101000100000
Octal1015040

Shades and tints

Shades of #412820

#412820
(65,40,32)
#3C251E
(60,37,30)
#37221C
(55,34,28)
#321F1A
(50,31,26)
#2D1C18
(45,28,24)
#281916
(40,25,22)
#231614
(35,22,20)
#1E1312
(30,19,18)
#191010
(25,16,16)
#140D0E
(20,13,14)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #412820

#412820
(65,40,32)
#523B34
(82,59,52)
#634E48
(99,78,72)
#74615C
(116,97,92)
#857470
(133,116,112)
#968784
(150,135,132)
#A79A98
(167,154,152)
#B8ADAC
(184,173,172)
#C9C0C0
(201,192,192)
#DAD3D4
(218,211,212)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412820 color. Also use rgb(65,40,32) instead hex code.

Text Font Color

.myTextColor { color: #412820; }

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

This text font color is #412820.


Background Color

.myBgColor { background-color: #412820; }

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

This div background color is #412820.


Border color

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

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

This div border color is #412820.


Opacity

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

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

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

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

This text has shadow with #412820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412820 on black background.


Color preview on white background

This text has color #412820 on white background.



Black color preview on #412820 background

This text has black color on #412820 background.


White color preview on #412820 background

This text has white color on #412820 background.