COLOR #422342

HEX: #422342
RGB: (66,35,66)

Color info

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

RGB color model

#422342 color RGB value is (66,35,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 35 of 255 = 14%
B 66 of 255 = 26%

66
35
66

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

Portions of RGB colors in percentages

R + G + B =
66 + 35 + 66 = 167 (100%)
R 66 of 167 ~ 39.52%
G 35 of 167 ~ 20.96%
B 66 of 167 ~ 39.52%

%39.52
%20.96
%39.52

CMYK color model

#422342 color CMYK value is (0,47,0,74).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(0,47,0,74)
C0M47Y0K74 
(0%,47%,0%,74%)
(0.00/0.47/0.00/0.74)	

CMYK percentages

%0
%46.97
%0
%74.12

Codes

Color #422342 in popluar color models

422342
RGB663566
HSL300°30.69%19.80%
HSB/HSV300°46.97%25.88%
CMYK0.00%46.97%0.00%
74.12%

Color #422342 in popluar number systems.

HEX422342
Decimal663566
Binary10000101000111000010
Octal10243102

Shades and tints

Shades of #422342

#422342
(66,35,66)
#3C203C
(60,32,60)
#361D36
(54,29,54)
#301A30
(48,26,48)
#2A172A
(42,23,42)
#241424
(36,20,36)
#1E111E
(30,17,30)
#180E18
(24,14,24)
#120B12
(18,11,18)
#0C080C
(12,8,12)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #422342

#422342
(66,35,66)
#533753
(83,55,83)
#644B64
(100,75,100)
#755F75
(117,95,117)
#867386
(134,115,134)
#978797
(151,135,151)
#A89BA8
(168,155,168)
#B9AFB9
(185,175,185)
#CAC3CA
(202,195,202)
#DBD7DB
(219,215,219)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422342; }

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

This text font color is #422342.


Background Color

.myBgColor { background-color: #422342; }

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

This div background color is #422342.


Border color

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

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

This div border color is #422342.


Opacity

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

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

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

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

This text has shadow with #422342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422342 on black background.


Color preview on white background

This text has color #422342 on white background.



Black color preview on #422342 background

This text has black color on #422342 background.


White color preview on #422342 background

This text has white color on #422342 background.