COLOR #422439

HEX: #422439
RGB: (66,36,57)

Color info

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

RGB color model

#422439 color RGB value is (66,36,57).

  • red value is 66;
  • green value is 36;
  • blue value is 57.
RGB:
(66,36,57)
(26%,14%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 57 of 255 = 22%

66
36
57

R + G + B ~ 21%. #422439 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 57 = 159 (100%)
R 66 of 159 ~ 41.51%
G 36 of 159 ~ 22.64%
B 57 of 159 ~ 35.85%

%41.51
%22.64
%35.85

CMYK color model

#422439 color CMYK value is (0,45,14,74).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 13.64%
  • key color value is 74.12%
CMYK:
(0,45,14,74)
C0M45Y14K74 
(0%,45%,14%,74%)
(0.00/0.45/0.14/0.74)	

CMYK percentages

%0
%45.45
%13.64
%74.12

Codes

Color #422439 in popluar color models

422439
RGB663657
HSL318°29.41%20.00%
HSB/HSV318°45.45%25.88%
CMYK0.00%45.45%13.64%
74.12%

Color #422439 in popluar number systems.

HEX422439
Decimal663657
Binary1000010100100111001
Octal1024471

Shades and tints

Shades of #422439

#422439
(66,36,57)
#3C2134
(60,33,52)
#361E2F
(54,30,47)
#301B2A
(48,27,42)
#2A1825
(42,24,37)
#241520
(36,21,32)
#1E121B
(30,18,27)
#180F16
(24,15,22)
#120C11
(18,12,17)
#0C090C
(12,9,12)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #422439

#422439
(66,36,57)
#53374B
(83,55,75)
#644A5D
(100,74,93)
#755D6F
(117,93,111)
#867081
(134,112,129)
#978393
(151,131,147)
#A896A5
(168,150,165)
#B9A9B7
(185,169,183)
#CABCC9
(202,188,201)
#DBCFDB
(219,207,219)
#ECE2ED
(236,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422439 color. Also use rgb(66,36,57) instead hex code.

Text Font Color

.myTextColor { color: #422439; }

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

This text font color is #422439.


Background Color

.myBgColor { background-color: #422439; }

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

This div background color is #422439.


Border color

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

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

This div border color is #422439.


Opacity

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

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

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

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

This text has shadow with #422439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422439 on black background.


Color preview on white background

This text has color #422439 on white background.



Black color preview on #422439 background

This text has black color on #422439 background.


White color preview on #422439 background

This text has white color on #422439 background.