COLOR #422F4D

HEX: #422F4D RGB: (66,47,77)

Color info

#422F4D contains red, green and blue colors in about the same proportion. Web safe color of #422F4D is #333333 (or #333).

RGB color model

#422F4D color RGB value is (66,47,77).

RGB: (66,47,77) (26%, 18%, 30%)

RGB channels and saturation

R 66 of 255 = 26%
G 47 of 255 = 18%
B 77 of 255 = 30%

66
47
77

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

Portions of RGB colors in percentages

R + G + B = 66 + 47 + 77 = 190 (100%)
R 66 of 190 ~ 34.74%
G 47 of 190 ~ 24.74%
B 77 of 190 ~ 40.53'%

%34.74
%24.74
%40.53

CMYK color model

#422F4D color CMYK value is (14,39,0,70).

  • cyan value is 14.29%
  • magenta value is 38.96%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (14,39,0,70) C14M39Y0K70 (14%,39%,0%,70%) (0.14/0.39/0.00/0.70) 

CMYK percentages

%14.29
%38.96
%0
%69.8

Codes

Color #422F4D in popluar color models

42 2F 4D
RGB 66 47 77
HSL 278° 24.19% 24.31%
HSB/HSV 278° 38.96% 30.20%
CMYK 14.29% 38.96% 0.00%
69.80%

Color #422F4D in popluar number systems.

HEX 42 2F 4D
Decimal 66 47 77
Binary 1000010 101111 1001101
Octal 102 57 115

Shades and tints

Shades of #422F4D

#422F4D
(66,47,77)
#3C2B46
(60,43,70)
#36273F
(54,39,63)
#302338
(48,35,56)
#2A1F31
(42,31,49)
#241B2A
(36,27,42)
#1E1723
(30,23,35)
#18131C
(24,19,28)
#120F15
(18,15,21)
#0C0B0E
(12,11,14)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #422F4D

#422F4D
(66,47,77)
#53415D
(83,65,93)
#64536D
(100,83,109)
#75657D
(117,101,125)
#86778D
(134,119,141)
#97899D
(151,137,157)
#A89BAD
(168,155,173)
#B9ADBD
(185,173,189)
#CABFCD
(202,191,205)
#DBD1DD
(219,209,221)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422F4D; }

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

This text font color is #422F4D.

Background Color

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

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

This div background color is #422F4D.

Border color

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

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

This div border color is #422F4D.

Opacity

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

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

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

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

This text has shadow with #422F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422F4D.

Preview

Color preview on black background

This text has color #422F4D on black background.


Color preview on white background

This text has color #422F4D on white background.


Black color preview on #422F4D background

This text has black color on #422F4D background.


White color preview on #422F4D background

This text has white color on #422F4D background.


Related colors

Complementary color

Complementary color for #hex is #BDD0B2.


I love getcolorcode.com

Triadic colors

1 #4D422F and #2F4D42 with #422F4D are triadic colors.

2 #4D2F42 and #2F424D with #422F4D are triadic colors.