COLOR #422959

HEX: #422959
RGB: (66,41,89)

Color info

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

RGB color model

#422959 color RGB value is (66,41,89).

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

RGB channels and saturation

R 66 of 255 = 26%
G 41 of 255 = 16%
B 89 of 255 = 35%

66
41
89

R + G + B ~ 26%. #422959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 41 + 89 = 196 (100%)
R 66 of 196 ~ 33.67%
G 41 of 196 ~ 20.92%
B 89 of 196 ~ 45.41%

%33.67
%20.92
%45.41

CMYK color model

#422959 color CMYK value is (26,54,0,65).

  • cyan value is 25.84%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(26,54,0,65)
C26M54Y0K65 
(26%,54%,0%,65%)
(0.26/0.54/0.00/0.65)	

CMYK percentages

%25.84
%53.93
%0
%65.1

Codes

Color #422959 in popluar color models

422959
RGB664189
HSL271°36.92%25.49%
HSB/HSV271°53.93%34.90%
CMYK25.84%53.93%0.00%
65.10%

Color #422959 in popluar number systems.

HEX422959
Decimal664189
Binary10000101010011011001
Octal10251131

Shades and tints

Shades of #422959

#422959
(66,41,89)
#3C2651
(60,38,81)
#362349
(54,35,73)
#302041
(48,32,65)
#2A1D39
(42,29,57)
#241A31
(36,26,49)
#1E1729
(30,23,41)
#181421
(24,20,33)
#121119
(18,17,25)
#0C0E11
(12,14,17)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #422959

#422959
(66,41,89)
#533C68
(83,60,104)
#644F77
(100,79,119)
#756286
(117,98,134)
#867595
(134,117,149)
#9788A4
(151,136,164)
#A89BB3
(168,155,179)
#B9AEC2
(185,174,194)
#CAC1D1
(202,193,209)
#DBD4E0
(219,212,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422959; }

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

This text font color is #422959.


Background Color

.myBgColor { background-color: #422959; }

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

This div background color is #422959.


Border color

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

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

This div border color is #422959.


Opacity

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

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

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

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

This text has shadow with #422959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422959 on black background.


Color preview on white background

This text has color #422959 on white background.



Black color preview on #422959 background

This text has black color on #422959 background.


White color preview on #422959 background

This text has white color on #422959 background.