COLOR #442213

HEX: #442213
RGB: (68,34,19)

Color info

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

RGB color model

#442213 color RGB value is (68,34,19).

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

RGB channels and saturation

R 68 of 255 = 27%
G 34 of 255 = 13%
B 19 of 255 = 7%

68
34
19

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

Portions of RGB colors in percentages

R + G + B =
68 + 34 + 19 = 121 (100%)
R 68 of 121 ~ 56.2%
G 34 of 121 ~ 28.1%
B 19 of 121 ~ 15.7%

%56.2
%28.1
%15.7

CMYK color model

#442213 color CMYK value is (0,50,72,73).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 72.06%
  • key color value is 73.33%
CMYK:
(0,50,72,73)
C0M50Y72K73 
(0%,50%,72%,73%)
(0.00/0.50/0.72/0.73)	

CMYK percentages

%0
%50
%72.06
%73.33

Codes

Color #442213 in popluar color models

442213
RGB683419
HSL18°56.32%17.06%
HSB/HSV18°72.06%26.67%
CMYK0.00%50.00%72.06%
73.33%

Color #442213 in popluar number systems.

HEX442213
Decimal683419
Binary100010010001010011
Octal1044223

Shades and tints

Shades of #442213

#442213
(68,34,19)
#3E1F12
(62,31,18)
#381C11
(56,28,17)
#321910
(50,25,16)
#2C160F
(44,22,15)
#26130E
(38,19,14)
#20100D
(32,16,13)
#1A0D0C
(26,13,12)
#140A0B
(20,10,11)
#0E070A
(14,7,10)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #442213

#442213
(68,34,19)
#553628
(85,54,40)
#664A3D
(102,74,61)
#775E52
(119,94,82)
#887267
(136,114,103)
#99867C
(153,134,124)
#AA9A91
(170,154,145)
#BBAEA6
(187,174,166)
#CCC2BB
(204,194,187)
#DDD6D0
(221,214,208)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442213; }

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

This text font color is #442213.


Background Color

.myBgColor { background-color: #442213; }

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

This div background color is #442213.


Border color

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

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

This div border color is #442213.


Opacity

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

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

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

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

This text has shadow with #442213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442213 on black background.


Color preview on white background

This text has color #442213 on white background.



Black color preview on #442213 background

This text has black color on #442213 background.


White color preview on #442213 background

This text has white color on #442213 background.