COLOR #422E40

HEX: #422E40
RGB: (66,46,64)

Color info

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

RGB color model

#422E40 color RGB value is (66,46,64).

  • red value is 66;
  • green value is 46;
  • blue value is 64.
RGB:
(66,46,64)
(26%,18%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 46 of 255 = 18%
B 64 of 255 = 25%

66
46
64

R + G + B ~ 23%. #422E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 46 + 64 = 176 (100%)
R 66 of 176 ~ 37.5%
G 46 of 176 ~ 26.14%
B 64 of 176 ~ 36.36%

%37.5
%26.14
%36.36

CMYK color model

#422E40 color CMYK value is (0,30,3,74).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(0,30,3,74)
C0M30Y3K74 
(0%,30%,3%,74%)
(0.00/0.30/0.03/0.74)	

CMYK percentages

%0
%30.3
%3.03
%74.12

Codes

Color #422E40 in popluar color models

422E40
RGB664664
HSL306°17.86%21.96%
HSB/HSV306°30.30%25.88%
CMYK0.00%30.30%3.03%
74.12%

Color #422E40 in popluar number systems.

HEX422E40
Decimal664664
Binary10000101011101000000
Octal10256100

Shades and tints

Shades of #422E40

#422E40
(66,46,64)
#3C2A3B
(60,42,59)
#362636
(54,38,54)
#302231
(48,34,49)
#2A1E2C
(42,30,44)
#241A27
(36,26,39)
#1E1622
(30,22,34)
#18121D
(24,18,29)
#120E18
(18,14,24)
#0C0A13
(12,10,19)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #422E40

#422E40
(66,46,64)
#534151
(83,65,81)
#645462
(100,84,98)
#756773
(117,103,115)
#867A84
(134,122,132)
#978D95
(151,141,149)
#A8A0A6
(168,160,166)
#B9B3B7
(185,179,183)
#CAC6C8
(202,198,200)
#DBD9D9
(219,217,217)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422E40 color. Also use rgb(66,46,64) instead hex code.

Text Font Color

.myTextColor { color: #422E40; }

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

This text font color is #422E40.


Background Color

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

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

This div background color is #422E40.


Border color

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

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

This div border color is #422E40.


Opacity

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

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

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

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

This text has shadow with #422E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422E40 on black background.


Color preview on white background

This text has color #422E40 on white background.



Black color preview on #422E40 background

This text has black color on #422E40 background.


White color preview on #422E40 background

This text has white color on #422E40 background.