COLOR #422531

HEX: #422531
RGB: (66,37,49)

Color info

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

RGB color model

#422531 color RGB value is (66,37,49).

  • red value is 66;
  • green value is 37;
  • blue value is 49.
RGB:
(66,37,49)
(26%,15%,19%)

RGB channels and saturation

R 66 of 255 = 26%
G 37 of 255 = 15%
B 49 of 255 = 19%

66
37
49

R + G + B ~ 20%. #422531 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 37 + 49 = 152 (100%)
R 66 of 152 ~ 43.42%
G 37 of 152 ~ 24.34%
B 49 of 152 ~ 32.24%

%43.42
%24.34
%32.24

CMYK color model

#422531 color CMYK value is (0,44,26,74).

  • cyan value is 0.00%
  • magenta value is 43.94%
  • yellow value is 25.76%
  • key color value is 74.12%
CMYK:
(0,44,26,74)
C0M44Y26K74 
(0%,44%,26%,74%)
(0.00/0.44/0.26/0.74)	

CMYK percentages

%0
%43.94
%25.76
%74.12

Codes

Color #422531 in popluar color models

422531
RGB663749
HSL335°28.16%20.20%
HSB/HSV335°43.94%25.88%
CMYK0.00%43.94%25.76%
74.12%

Color #422531 in popluar number systems.

HEX422531
Decimal663749
Binary1000010100101110001
Octal1024561

Shades and tints

Shades of #422531

#422531
(66,37,49)
#3C222D
(60,34,45)
#361F29
(54,31,41)
#301C25
(48,28,37)
#2A1921
(42,25,33)
#24161D
(36,22,29)
#1E1319
(30,19,25)
#181015
(24,16,21)
#120D11
(18,13,17)
#0C0A0D
(12,10,13)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #422531

#422531
(66,37,49)
#533843
(83,56,67)
#644B55
(100,75,85)
#755E67
(117,94,103)
#867179
(134,113,121)
#97848B
(151,132,139)
#A8979D
(168,151,157)
#B9AAAF
(185,170,175)
#CABDC1
(202,189,193)
#DBD0D3
(219,208,211)
#ECE3E5
(236,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422531 color. Also use rgb(66,37,49) instead hex code.

Text Font Color

.myTextColor { color: #422531; }

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

This text font color is #422531.


Background Color

.myBgColor { background-color: #422531; }

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

This div background color is #422531.


Border color

.myBorderColor { border: 1px solid #422531; }

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

This div border color is #422531.


Opacity

.myOpacity80 { color: #422531; opacity: 0.8; }

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

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

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

This text has shadow with #422531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422531 on black background.


Color preview on white background

This text has color #422531 on white background.



Black color preview on #422531 background

This text has black color on #422531 background.


White color preview on #422531 background

This text has white color on #422531 background.