COLOR #422B51

HEX: #422B51
RGB: (66,43,81)

Color info

#422B51 contains red, green and blue colors in about the same proportion. Web safe color of #422B51 is #333366 (or #336).

RGB color model

#422B51 color RGB value is (66,43,81).

  • red value is 66;
  • green value is 43;
  • blue value is 81.
RGB:
(66,43,81)
(26%,17%,32%)

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 81 of 255 = 32%

66
43
81

R + G + B ~ 25%. #422B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 43 + 81 = 190 (100%)
R 66 of 190 ~ 34.74%
G 43 of 190 ~ 22.63%
B 81 of 190 ~ 42.63%

%34.74
%22.63
%42.63

CMYK color model

#422B51 color CMYK value is (19,47,0,68).

  • cyan value is 18.52%
  • magenta value is 46.91%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(19,47,0,68)
C19M47Y0K68 
(19%,47%,0%,68%)
(0.19/0.47/0.00/0.68)	

CMYK percentages

%18.52
%46.91
%0
%68.24

Codes

Color #422B51 in popluar color models

422B51
RGB664381
HSL276°30.65%24.31%
HSB/HSV276°46.91%31.76%
CMYK18.52%46.91%0.00%
68.24%

Color #422B51 in popluar number systems.

HEX422B51
Decimal664381
Binary10000101010111010001
Octal10253121

Shades and tints

Shades of #422B51

#422B51
(66,43,81)
#3C284A
(60,40,74)
#362543
(54,37,67)
#30223C
(48,34,60)
#2A1F35
(42,31,53)
#241C2E
(36,28,46)
#1E1927
(30,25,39)
#181620
(24,22,32)
#121319
(18,19,25)
#0C1012
(12,16,18)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #422B51

#422B51
(66,43,81)
#533E60
(83,62,96)
#64516F
(100,81,111)
#75647E
(117,100,126)
#86778D
(134,119,141)
#978A9C
(151,138,156)
#A89DAB
(168,157,171)
#B9B0BA
(185,176,186)
#CAC3C9
(202,195,201)
#DBD6D8
(219,214,216)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422B51 color. Also use rgb(66,43,81) instead hex code.

Text Font Color

.myTextColor { color: #422B51; }

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

This text font color is #422B51.


Background Color

.myBgColor { background-color: #422B51; }

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

This div background color is #422B51.


Border color

.myBorderColor { border: 1px solid #422B51; }

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

This div border color is #422B51.


Opacity

.myOpacity80 { color: #422B51; opacity: 0.8; }

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

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

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

This text has shadow with #422B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422B51 on black background.


Color preview on white background

This text has color #422B51 on white background.



Black color preview on #422B51 background

This text has black color on #422B51 background.


White color preview on #422B51 background

This text has white color on #422B51 background.