COLOR #442226

HEX: #442226 RGB: (68,34,38)

Color info

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

RGB color model

#442226 color RGB value is (68,34,38).

RGB: (68,34,38) (27%, 13%, 15%)

RGB channels and saturation

R 68 of 255 = 27%
G 34 of 255 = 13%
B 38 of 255 = 15%

68
34
38

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

Portions of RGB colors in percentages

R + G + B = 68 + 34 + 38 = 140 (100%)
R 68 of 140 ~ 48.57%
G 34 of 140 ~ 24.29%
B 38 of 140 ~ 27.14'%

%48.57
%24.29
%27.14

CMYK color model

#442226 color CMYK value is (0,50,44,73).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 44.12%
  • key color value is 73.33%

CMYK: (0,50,44,73)
C0M50Y44K73 (0%, 50%, 44%, 73%)
(0.00 / 0.50 / 0.44 / 0.73)

CMYK percentages

%0
%50
%44.12
%73.33

Codes

Color #442226 in popluar color models

44 22 26
RGB 68 34 38
HSL 353° 33.33% 20.00%
HSB/HSV 353° 50.00% 26.67%
CMYK 0.00% 50.00% 44.12%
73.33%

Color #442226 in popluar number systems.

HEX 44 22 26
Decimal 68 34 38
Binary 1000100 100010 100110
Octal 104 42 46

Shades and tints

Shades of #442226

#442226
(68,34,38)
#3E1F23
(62,31,35)
#381C20
(56,28,32)
#32191D
(50,25,29)
#2C161A
(44,22,26)
#261317
(38,19,23)
#201014
(32,16,20)
#1A0D11
(26,13,17)
#140A0E
(20,10,14)
#0E070B
(14,7,11)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #442226

#442226
(68,34,38)
#553639
(85,54,57)
#664A4C
(102,74,76)
#775E5F
(119,94,95)
#887272
(136,114,114)
#998685
(153,134,133)
#AA9A98
(170,154,152)
#BBAEAB
(187,174,171)
#CCC2BE
(204,194,190)
#DDD6D1
(221,214,209)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442226; }

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

This text font color is #442226.

Background Color

.myBgColor { background-color: #442226; }

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

This div background color is #442226.

Border color

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

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

This div border color is #442226.

Opacity

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

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

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

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

This text has shadow with #442226 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442226.

Preview

Color preview on black background

This text has color #442226 on black background.


Color preview on white background

This text has color #442226 on white background.


Black color preview on #442226 background

This text has black color on #442226 background.


White color preview on #442226 background

This text has white color on #442226 background.


Related colors

Complementary color

Complementary color for #hex is #BBDDD9.


I love getcolorcode.com

Triadic colors

1 #264422 and #222644 with #442226 are triadic colors.

2 #262244 and #224426 with #442226 are triadic colors.