COLOR #422355

HEX: #422355
RGB: (66,35,85)

Color info

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

RGB color model

#422355 color RGB value is (66,35,85).

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

RGB channels and saturation

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

66
35
85

R + G + B ~ 24%. #422355 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 35 + 85 = 186 (100%)
R 66 of 186 ~ 35.48%
G 35 of 186 ~ 18.82%
B 85 of 186 ~ 45.7%

%35.48
%18.82
%45.7

CMYK color model

#422355 color CMYK value is (22,59,0,67).

  • cyan value is 22.35%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(22,59,0,67)
C22M59Y0K67 
(22%,59%,0%,67%)
(0.22/0.59/0.00/0.67)	

CMYK percentages

%22.35
%58.82
%0
%66.67

Codes

Color #422355 in popluar color models

422355
RGB663585
HSL277°41.67%23.53%
HSB/HSV277°58.82%33.33%
CMYK22.35%58.82%0.00%
66.67%

Color #422355 in popluar number systems.

HEX422355
Decimal663585
Binary10000101000111010101
Octal10243125

Shades and tints

Shades of #422355

#422355
(66,35,85)
#3C204E
(60,32,78)
#361D47
(54,29,71)
#301A40
(48,26,64)
#2A1739
(42,23,57)
#241432
(36,20,50)
#1E112B
(30,17,43)
#180E24
(24,14,36)
#120B1D
(18,11,29)
#0C0816
(12,8,22)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #422355

#422355
(66,35,85)
#533764
(83,55,100)
#644B73
(100,75,115)
#755F82
(117,95,130)
#867391
(134,115,145)
#9787A0
(151,135,160)
#A89BAF
(168,155,175)
#B9AFBE
(185,175,190)
#CAC3CD
(202,195,205)
#DBD7DC
(219,215,220)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422355; }

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

This text font color is #422355.


Background Color

.myBgColor { background-color: #422355; }

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

This div background color is #422355.


Border color

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

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

This div border color is #422355.


Opacity

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

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

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

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

This text has shadow with #422355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422355 on black background.


Color preview on white background

This text has color #422355 on white background.



Black color preview on #422355 background

This text has black color on #422355 background.


White color preview on #422355 background

This text has white color on #422355 background.