COLOR #422C4C

HEX: #422C4C
RGB: (66,44,76)

Color info

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

RGB color model

#422C4C color RGB value is (66,44,76).

  • red value is 66;
  • green value is 44;
  • blue value is 76.
RGB:
(66,44,76)
(26%,17%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 44 of 255 = 17%
B 76 of 255 = 30%

66
44
76

R + G + B ~ 24%. #422C4C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 44 + 76 = 186 (100%)
R 66 of 186 ~ 35.48%
G 44 of 186 ~ 23.66%
B 76 of 186 ~ 40.86%

%35.48
%23.66
%40.86

CMYK color model

#422C4C color CMYK value is (13,42,0,70).

  • cyan value is 13.16%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(13,42,0,70)
C13M42Y0K70 
(13%,42%,0%,70%)
(0.13/0.42/0.00/0.70)	

CMYK percentages

%13.16
%42.11
%0
%70.2

Codes

Color #422C4C in popluar color models

422C4C
RGB664476
HSL281°26.67%23.53%
HSB/HSV281°42.11%29.80%
CMYK13.16%42.11%0.00%
70.20%

Color #422C4C in popluar number systems.

HEX422C4C
Decimal664476
Binary10000101011001001100
Octal10254114

Shades and tints

Shades of #422C4C

#422C4C
(66,44,76)
#3C2846
(60,40,70)
#362440
(54,36,64)
#30203A
(48,32,58)
#2A1C34
(42,28,52)
#24182E
(36,24,46)
#1E1428
(30,20,40)
#181022
(24,16,34)
#120C1C
(18,12,28)
#0C0816
(12,8,22)
#060410
(6,4,16)
#000000
(0,0,0)

Tints of #422C4C

#422C4C
(66,44,76)
#533F5C
(83,63,92)
#64526C
(100,82,108)
#75657C
(117,101,124)
#86788C
(134,120,140)
#978B9C
(151,139,156)
#A89EAC
(168,158,172)
#B9B1BC
(185,177,188)
#CAC4CC
(202,196,204)
#DBD7DC
(219,215,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422C4C color. Also use rgb(66,44,76) instead hex code.

Text Font Color

.myTextColor { color: #422C4C; }

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

This text font color is #422C4C.


Background Color

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

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

This div background color is #422C4C.


Border color

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

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

This div border color is #422C4C.


Opacity

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

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

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

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

This text has shadow with #422C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422C4C on black background.


Color preview on white background

This text has color #422C4C on white background.



Black color preview on #422C4C background

This text has black color on #422C4C background.


White color preview on #422C4C background

This text has white color on #422C4C background.