COLOR #422740

HEX: #422740
RGB: (66,39,64)

Color info

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

RGB color model

#422740 color RGB value is (66,39,64).

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

RGB channels and saturation

R 66 of 255 = 26%
G 39 of 255 = 15%
B 64 of 255 = 25%

66
39
64

R + G + B ~ 22%. #422740 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 39 + 64 = 169 (100%)
R 66 of 169 ~ 39.05%
G 39 of 169 ~ 23.08%
B 64 of 169 ~ 37.87%

%39.05
%23.08
%37.87

CMYK color model

#422740 color CMYK value is (0,41,3,74).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(0,41,3,74)
C0M41Y3K74 
(0%,41%,3%,74%)
(0.00/0.41/0.03/0.74)	

CMYK percentages

%0
%40.91
%3.03
%74.12

Codes

Color #422740 in popluar color models

422740
RGB663964
HSL304°25.71%20.59%
HSB/HSV304°40.91%25.88%
CMYK0.00%40.91%3.03%
74.12%

Color #422740 in popluar number systems.

HEX422740
Decimal663964
Binary10000101001111000000
Octal10247100

Shades and tints

Shades of #422740

#422740
(66,39,64)
#3C243B
(60,36,59)
#362136
(54,33,54)
#301E31
(48,30,49)
#2A1B2C
(42,27,44)
#241827
(36,24,39)
#1E1522
(30,21,34)
#18121D
(24,18,29)
#120F18
(18,15,24)
#0C0C13
(12,12,19)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #422740

#422740
(66,39,64)
#533A51
(83,58,81)
#644D62
(100,77,98)
#756073
(117,96,115)
#867384
(134,115,132)
#978695
(151,134,149)
#A899A6
(168,153,166)
#B9ACB7
(185,172,183)
#CABFC8
(202,191,200)
#DBD2D9
(219,210,217)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422740; }

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

This text font color is #422740.


Background Color

.myBgColor { background-color: #422740; }

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

This div background color is #422740.


Border color

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

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

This div border color is #422740.


Opacity

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

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

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

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

This text has shadow with #422740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422740 on black background.


Color preview on white background

This text has color #422740 on white background.



Black color preview on #422740 background

This text has black color on #422740 background.


White color preview on #422740 background

This text has white color on #422740 background.