COLOR #422D6C

HEX: #422D6C RGB: (66,45,108)

Color info

#422D6C contains mainly red and blue colors. Web safe color of #422D6C is #333366 (or #336).

RGB color model

#422D6C color RGB value is (66,45,108).

RGB: (66,45,108) (26%, 18%, 42%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 108 of 255 = 42%

66
45
108

R + G + B ~ 29%. #422D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 45 + 108 = 219 (100%)
R 66 of 219 ~ 30.14%
G 45 of 219 ~ 20.55%
B 108 of 219 ~ 49.32'%

%30.14
%20.55
%49.32

CMYK color model

#422D6C color CMYK value is (39,58,0,58).

  • cyan value is 38.89%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (39,58,0,58)
C39M58Y0K58 (39%, 58%, 0%, 58%)
(0.39 / 0.58 / 0.00 / 0.58)

CMYK percentages

%38.89
%58.33
%0
%57.65

Codes

Color #422D6C in popluar color models

42 2D 6C
RGB 66 45 108
HSL 260° 41.18% 30.00%
HSB/HSV 260° 58.33% 42.35%
CMYK 38.89% 58.33% 0.00%
57.65%

Color #422D6C in popluar number systems.

HEX 42 2D 6C
Decimal 66 45 108
Binary 1000010 101101 1101100
Octal 102 55 154

Shades and tints

Shades of #422D6C

#422D6C
(66,45,108)
#3C2963
(60,41,99)
#36255A
(54,37,90)
#302151
(48,33,81)
#2A1D48
(42,29,72)
#24193F
(36,25,63)
#1E1536
(30,21,54)
#18112D
(24,17,45)
#120D24
(18,13,36)
#0C091B
(12,9,27)
#060512
(6,5,18)
#000000
(0,0,0)

Tints of #422D6C

#422D6C
(66,45,108)
#534079
(83,64,121)
#645386
(100,83,134)
#756693
(117,102,147)
#8679A0
(134,121,160)
#978CAD
(151,140,173)
#A89FBA
(168,159,186)
#B9B2C7
(185,178,199)
#CAC5D4
(202,197,212)
#DBD8E1
(219,216,225)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422D6C color. Also use rgb(66,45,108) instead hex code.

Text Font Color

.myTextColor { color: #422D6C; }

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

This text font color is #422D6C.

Background Color

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

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

This div background color is #422D6C.

Border color

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

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

This div border color is #422D6C.

Opacity

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

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

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

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

This text has shadow with #422D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422D6C.

Preview

Color preview on black background

This text has color #422D6C on black background.


Color preview on white background

This text has color #422D6C on white background.


Black color preview on #422D6C background

This text has black color on #422D6C background.


White color preview on #422D6C background

This text has white color on #422D6C background.


Related colors

Complementary color

Complementary color for #hex is #BDD293.


I love getcolorcode.com

Triadic colors

1 #6C422D and #2D6C42 with #422D6C are triadic colors.

2 #6C2D42 and #2D426C with #422D6C are triadic colors.