COLOR #422E34

HEX: #422E34
RGB: (66,46,52)

Color info

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

RGB color model

#422E34 color RGB value is (66,46,52).

  • red value is 66;
  • green value is 46;
  • blue value is 52.
RGB:
(66,46,52)
(26%,18%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 46 of 255 = 18%
B 52 of 255 = 20%

66
46
52

R + G + B ~ 21%. #422E34 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 46 + 52 = 164 (100%)
R 66 of 164 ~ 40.24%
G 46 of 164 ~ 28.05%
B 52 of 164 ~ 31.71%

%40.24
%28.05
%31.71

CMYK color model

#422E34 color CMYK value is (0,30,21,74).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 21.21%
  • key color value is 74.12%
CMYK:
(0,30,21,74)
C0M30Y21K74 
(0%,30%,21%,74%)
(0.00/0.30/0.21/0.74)	

CMYK percentages

%0
%30.3
%21.21
%74.12

Codes

Color #422E34 in popluar color models

422E34
RGB664652
HSL342°17.86%21.96%
HSB/HSV342°30.30%25.88%
CMYK0.00%30.30%21.21%
74.12%

Color #422E34 in popluar number systems.

HEX422E34
Decimal664652
Binary1000010101110110100
Octal1025664

Shades and tints

Shades of #422E34

#422E34
(66,46,52)
#3C2A30
(60,42,48)
#36262C
(54,38,44)
#302228
(48,34,40)
#2A1E24
(42,30,36)
#241A20
(36,26,32)
#1E161C
(30,22,28)
#181218
(24,18,24)
#120E14
(18,14,20)
#0C0A10
(12,10,16)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #422E34

#422E34
(66,46,52)
#534146
(83,65,70)
#645458
(100,84,88)
#75676A
(117,103,106)
#867A7C
(134,122,124)
#978D8E
(151,141,142)
#A8A0A0
(168,160,160)
#B9B3B2
(185,179,178)
#CAC6C4
(202,198,196)
#DBD9D6
(219,217,214)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422E34 color. Also use rgb(66,46,52) instead hex code.

Text Font Color

.myTextColor { color: #422E34; }

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

This text font color is #422E34.


Background Color

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

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

This div background color is #422E34.


Border color

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

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

This div border color is #422E34.


Opacity

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

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

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

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

This text has shadow with #422E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422E34 on black background.


Color preview on white background

This text has color #422E34 on white background.



Black color preview on #422E34 background

This text has black color on #422E34 background.


White color preview on #422E34 background

This text has white color on #422E34 background.