COLOR #412213

HEX: #412213
RGB: (65,34,19)

Color info

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

RGB color model

#412213 color RGB value is (65,34,19).

  • red value is 65;
  • green value is 34;
  • blue value is 19.
RGB:
(65,34,19)
(25%,13%,7%)

RGB channels and saturation

R 65 of 255 = 25%
G 34 of 255 = 13%
B 19 of 255 = 7%

65
34
19

R + G + B ~ 15%. #412213 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 34 + 19 = 118 (100%)
R 65 of 118 ~ 55.08%
G 34 of 118 ~ 28.81%
B 19 of 118 ~ 16.1%

%55.08
%28.81
%16.1

CMYK color model

#412213 color CMYK value is (0,48,71,75).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 70.77%
  • key color value is 74.51%
CMYK:
(0,48,71,75)
C0M48Y71K75 
(0%,48%,71%,75%)
(0.00/0.48/0.71/0.75)	

CMYK percentages

%0
%47.69
%70.77
%74.51

Codes

Color #412213 in popluar color models

412213
RGB653419
HSL20°54.76%16.47%
HSB/HSV20°70.77%25.49%
CMYK0.00%47.69%70.77%
74.51%

Color #412213 in popluar number systems.

HEX412213
Decimal653419
Binary100000110001010011
Octal1014223

Shades and tints

Shades of #412213

#412213
(65,34,19)
#3C1F12
(60,31,18)
#371C11
(55,28,17)
#321910
(50,25,16)
#2D160F
(45,22,15)
#28130E
(40,19,14)
#23100D
(35,16,13)
#1E0D0C
(30,13,12)
#190A0B
(25,10,11)
#14070A
(20,7,10)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #412213

#412213
(65,34,19)
#523628
(82,54,40)
#634A3D
(99,74,61)
#745E52
(116,94,82)
#857267
(133,114,103)
#96867C
(150,134,124)
#A79A91
(167,154,145)
#B8AEA6
(184,174,166)
#C9C2BB
(201,194,187)
#DAD6D0
(218,214,208)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412213 color. Also use rgb(65,34,19) instead hex code.

Text Font Color

.myTextColor { color: #412213; }

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

This text font color is #412213.


Background Color

.myBgColor { background-color: #412213; }

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

This div background color is #412213.


Border color

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

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

This div border color is #412213.


Opacity

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

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

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

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

This text has shadow with #412213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412213 on black background.


Color preview on white background

This text has color #412213 on white background.



Black color preview on #412213 background

This text has black color on #412213 background.


White color preview on #412213 background

This text has white color on #412213 background.