COLOR #422F40

HEX: #422F40
RGB: (66,47,64)

Color info

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

RGB color model

#422F40 color RGB value is (66,47,64).

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

RGB channels and saturation

R 66 of 255 = 26%
G 47 of 255 = 18%
B 64 of 255 = 25%

66
47
64

R + G + B ~ 23%. #422F40 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 47 + 64 = 177 (100%)
R 66 of 177 ~ 37.29%
G 47 of 177 ~ 26.55%
B 64 of 177 ~ 36.16%

%37.29
%26.55
%36.16

CMYK color model

#422F40 color CMYK value is (0,29,3,74).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(0,29,3,74)
C0M29Y3K74 
(0%,29%,3%,74%)
(0.00/0.29/0.03/0.74)	

CMYK percentages

%0
%28.79
%3.03
%74.12

Codes

Color #422F40 in popluar color models

422F40
RGB664764
HSL306°16.81%22.16%
HSB/HSV306°28.79%25.88%
CMYK0.00%28.79%3.03%
74.12%

Color #422F40 in popluar number systems.

HEX422F40
Decimal664764
Binary10000101011111000000
Octal10257100

Shades and tints

Shades of #422F40

#422F40
(66,47,64)
#3C2B3B
(60,43,59)
#362736
(54,39,54)
#302331
(48,35,49)
#2A1F2C
(42,31,44)
#241B27
(36,27,39)
#1E1722
(30,23,34)
#18131D
(24,19,29)
#120F18
(18,15,24)
#0C0B13
(12,11,19)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #422F40

#422F40
(66,47,64)
#534151
(83,65,81)
#645362
(100,83,98)
#756573
(117,101,115)
#867784
(134,119,132)
#978995
(151,137,149)
#A89BA6
(168,155,166)
#B9ADB7
(185,173,183)
#CABFC8
(202,191,200)
#DBD1D9
(219,209,217)
#ECE3EA
(236,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422F40; }

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

This text font color is #422F40.


Background Color

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

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

This div background color is #422F40.


Border color

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

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

This div border color is #422F40.


Opacity

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

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

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

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

This text has shadow with #422F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422F40 on black background.


Color preview on white background

This text has color #422F40 on white background.



Black color preview on #422F40 background

This text has black color on #422F40 background.


White color preview on #422F40 background

This text has white color on #422F40 background.