COLOR #412821

HEX: #412821
RGB: (65,40,33)

Color info

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

RGB color model

#412821 color RGB value is (65,40,33).

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

RGB channels and saturation

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

65
40
33

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

Portions of RGB colors in percentages

R + G + B =
65 + 40 + 33 = 138 (100%)
R 65 of 138 ~ 47.1%
G 40 of 138 ~ 28.99%
B 33 of 138 ~ 23.91%

%47.1
%28.99
%23.91

CMYK color model

#412821 color CMYK value is (0,38,49,75).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 49.23%
  • key color value is 74.51%
CMYK:
(0,38,49,75)
C0M38Y49K75 
(0%,38%,49%,75%)
(0.00/0.38/0.49/0.75)	

CMYK percentages

%0
%38.46
%49.23
%74.51

Codes

Color #412821 in popluar color models

412821
RGB654033
HSL13°32.65%19.22%
HSB/HSV13°49.23%25.49%
CMYK0.00%38.46%49.23%
74.51%

Color #412821 in popluar number systems.

HEX412821
Decimal654033
Binary1000001101000100001
Octal1015041

Shades and tints

Shades of #412821

#412821
(65,40,33)
#3C251E
(60,37,30)
#37221B
(55,34,27)
#321F18
(50,31,24)
#2D1C15
(45,28,21)
#281912
(40,25,18)
#23160F
(35,22,15)
#1E130C
(30,19,12)
#191009
(25,16,9)
#140D06
(20,13,6)
#0F0A03
(15,10,3)
#000000
(0,0,0)

Tints of #412821

#412821
(65,40,33)
#523B35
(82,59,53)
#634E49
(99,78,73)
#74615D
(116,97,93)
#857471
(133,116,113)
#968785
(150,135,133)
#A79A99
(167,154,153)
#B8ADAD
(184,173,173)
#C9C0C1
(201,192,193)
#DAD3D5
(218,211,213)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412821; }

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

This text font color is #412821.


Background Color

.myBgColor { background-color: #412821; }

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

This div background color is #412821.


Border color

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

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

This div border color is #412821.


Opacity

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

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

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

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

This text has shadow with #412821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412821 on black background.


Color preview on white background

This text has color #412821 on white background.



Black color preview on #412821 background

This text has black color on #412821 background.


White color preview on #412821 background

This text has white color on #412821 background.