COLOR #442230

HEX: #442230 RGB: (68,34,48)

Color info

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

RGB color model

#442230 color RGB value is (68,34,48).

RGB: (68,34,48) (27%, 13%, 19%)

RGB channels and saturation

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

68
34
48

R + G + B ~ 20%. #442230 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 34 + 48 = 150 (100%)
R 68 of 150 ~ 45.33%
G 34 of 150 ~ 22.67%
B 48 of 150 ~ 32'%

%45.33
%22.67
%32

CMYK color model

#442230 color CMYK value is (0,50,29,73).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 29.41%
  • key color value is 73.33%
CMYK: (0,50,29,73) C0M50Y29K73 (0%,50%,29%,73%) (0.00/0.50/0.29/0.73) 

CMYK percentages

%0
%50
%29.41
%73.33

Codes

Color #442230 in popluar color models

44 22 30
RGB 68 34 48
HSL 335° 33.33% 20.00%
HSB/HSV 335° 50.00% 26.67%
CMYK 0.00% 50.00% 29.41%
73.33%

Color #442230 in popluar number systems.

HEX 44 22 30
Decimal 68 34 48
Binary 1000100 100010 110000
Octal 104 42 60

Shades and tints

Shades of #442230

#442230
(68,34,48)
#3E1F2C
(62,31,44)
#381C28
(56,28,40)
#321924
(50,25,36)
#2C1620
(44,22,32)
#26131C
(38,19,28)
#201018
(32,16,24)
#1A0D14
(26,13,20)
#140A10
(20,10,16)
#0E070C
(14,7,12)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #442230

#442230
(68,34,48)
#553642
(85,54,66)
#664A54
(102,74,84)
#775E66
(119,94,102)
#887278
(136,114,120)
#99868A
(153,134,138)
#AA9A9C
(170,154,156)
#BBAEAE
(187,174,174)
#CCC2C0
(204,194,192)
#DDD6D2
(221,214,210)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442230; }

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

This text font color is #442230.

Background Color

.myBgColor { background-color: #442230; }

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

This div background color is #442230.

Border color

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

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

This div border color is #442230.

Opacity

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

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

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

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

This text has shadow with #442230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442230.

Preview

Color preview on black background

This text has color #442230 on black background.


Color preview on white background

This text has color #442230 on white background.


Black color preview on #442230 background

This text has black color on #442230 background.


White color preview on #442230 background

This text has white color on #442230 background.


Related colors

Complementary color

Complementary color for #hex is #BBDDCF.


I love getcolorcode.com

Triadic colors

1 #304422 and #223044 with #442230 are triadic colors.

2 #302244 and #224430 with #442230 are triadic colors.