COLOR #422955

HEX: #422955
RGB: (66,41,85)

Color info

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

RGB color model

#422955 color RGB value is (66,41,85).

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

RGB channels and saturation

R 66 of 255 = 26%
G 41 of 255 = 16%
B 85 of 255 = 33%

66
41
85

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

Portions of RGB colors in percentages

R + G + B =
66 + 41 + 85 = 192 (100%)
R 66 of 192 ~ 34.38%
G 41 of 192 ~ 21.35%
B 85 of 192 ~ 44.27%

%34.38
%21.35
%44.27

CMYK color model

#422955 color CMYK value is (22,52,0,67).

  • cyan value is 22.35%
  • magenta value is 51.76%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(22,52,0,67)
C22M52Y0K67 
(22%,52%,0%,67%)
(0.22/0.52/0.00/0.67)	

CMYK percentages

%22.35
%51.76
%0
%66.67

Codes

Color #422955 in popluar color models

422955
RGB664185
HSL274°34.92%24.71%
HSB/HSV274°51.76%33.33%
CMYK22.35%51.76%0.00%
66.67%

Color #422955 in popluar number systems.

HEX422955
Decimal664185
Binary10000101010011010101
Octal10251125

Shades and tints

Shades of #422955

#422955
(66,41,85)
#3C264E
(60,38,78)
#362347
(54,35,71)
#302040
(48,32,64)
#2A1D39
(42,29,57)
#241A32
(36,26,50)
#1E172B
(30,23,43)
#181424
(24,20,36)
#12111D
(18,17,29)
#0C0E16
(12,14,22)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #422955

#422955
(66,41,85)
#533C64
(83,60,100)
#644F73
(100,79,115)
#756282
(117,98,130)
#867591
(134,117,145)
#9788A0
(151,136,160)
#A89BAF
(168,155,175)
#B9AEBE
(185,174,190)
#CAC1CD
(202,193,205)
#DBD4DC
(219,212,220)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422955; }

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

This text font color is #422955.


Background Color

.myBgColor { background-color: #422955; }

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

This div background color is #422955.


Border color

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

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

This div border color is #422955.


Opacity

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

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

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

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

This text has shadow with #422955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422955 on black background.


Color preview on white background

This text has color #422955 on white background.



Black color preview on #422955 background

This text has black color on #422955 background.


White color preview on #422955 background

This text has white color on #422955 background.