COLOR #422F57

HEX: #422F57
RGB: (66,47,87)

Color info

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

RGB color model

#422F57 color RGB value is (66,47,87).

  • red value is 66;
  • green value is 47;
  • blue value is 87.
RGB:
(66,47,87)
(26%,18%,34%)

RGB channels and saturation

R 66 of 255 = 26%
G 47 of 255 = 18%
B 87 of 255 = 34%

66
47
87

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

Portions of RGB colors in percentages

R + G + B =
66 + 47 + 87 = 200 (100%)
R 66 of 200 ~ 33%
G 47 of 200 ~ 23.5%
B 87 of 200 ~ 43.5%

%33
%23.5
%43.5

CMYK color model

#422F57 color CMYK value is (24,46,0,66).

  • cyan value is 24.14%
  • magenta value is 45.98%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(24,46,0,66)
C24M46Y0K66 
(24%,46%,0%,66%)
(0.24/0.46/0.00/0.66)	

CMYK percentages

%24.14
%45.98
%0
%65.88

Codes

Color #422F57 in popluar color models

422F57
RGB664787
HSL269°29.85%26.27%
HSB/HSV269°45.98%34.12%
CMYK24.14%45.98%0.00%
65.88%

Color #422F57 in popluar number systems.

HEX422F57
Decimal664787
Binary10000101011111010111
Octal10257127

Shades and tints

Shades of #422F57

#422F57
(66,47,87)
#3C2B50
(60,43,80)
#362749
(54,39,73)
#302342
(48,35,66)
#2A1F3B
(42,31,59)
#241B34
(36,27,52)
#1E172D
(30,23,45)
#181326
(24,19,38)
#120F1F
(18,15,31)
#0C0B18
(12,11,24)
#060711
(6,7,17)
#000000
(0,0,0)

Tints of #422F57

#422F57
(66,47,87)
#534166
(83,65,102)
#645375
(100,83,117)
#756584
(117,101,132)
#867793
(134,119,147)
#9789A2
(151,137,162)
#A89BB1
(168,155,177)
#B9ADC0
(185,173,192)
#CABFCF
(202,191,207)
#DBD1DE
(219,209,222)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422F57 color. Also use rgb(66,47,87) instead hex code.

Text Font Color

.myTextColor { color: #422F57; }

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

This text font color is #422F57.


Background Color

.myBgColor { background-color: #422F57; }

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

This div background color is #422F57.


Border color

.myBorderColor { border: 1px solid #422F57; }

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

This div border color is #422F57.


Opacity

.myOpacity80 { color: #422F57; opacity: 0.8; }

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

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

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

This text has shadow with #422F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422F57 on black background.


Color preview on white background

This text has color #422F57 on white background.



Black color preview on #422F57 background

This text has black color on #422F57 background.


White color preview on #422F57 background

This text has white color on #422F57 background.