COLOR #422733

HEX: #422733 RGB: (66,39,51)

Color info

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

RGB color model

#422733 color RGB value is (66,39,51).

RGB: (66,39,51) (26%, 15%, 20%)

RGB channels and saturation

R 66 of 255 = 26%
G 39 of 255 = 15%
B 51 of 255 = 20%

66
39
51

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

Portions of RGB colors in percentages

R + G + B = 66 + 39 + 51 = 156 (100%)
R 66 of 156 ~ 42.31%
G 39 of 156 ~ 25%
B 51 of 156 ~ 32.69'%

%42.31
%25
%32.69

CMYK color model

#422733 color CMYK value is (0,41,23,74).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 22.73%
  • key color value is 74.12%

CMYK: (0,41,23,74)
C0M41Y23K74 (0%, 41%, 23%, 74%)
(0.00 / 0.41 / 0.23 / 0.74)

CMYK percentages

%0
%40.91
%22.73
%74.12

Codes

Color #422733 in popluar color models

42 27 33
RGB 66 39 51
HSL 333° 25.71% 20.59%
HSB/HSV 333° 40.91% 25.88%
CMYK 0.00% 40.91% 22.73%
74.12%

Color #422733 in popluar number systems.

HEX 42 27 33
Decimal 66 39 51
Binary 1000010 100111 110011
Octal 102 47 63

Shades and tints

Shades of #422733

#422733
(66,39,51)
#3C242F
(60,36,47)
#36212B
(54,33,43)
#301E27
(48,30,39)
#2A1B23
(42,27,35)
#24181F
(36,24,31)
#1E151B
(30,21,27)
#181217
(24,18,23)
#120F13
(18,15,19)
#0C0C0F
(12,12,15)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #422733

#422733
(66,39,51)
#533A45
(83,58,69)
#644D57
(100,77,87)
#756069
(117,96,105)
#86737B
(134,115,123)
#97868D
(151,134,141)
#A8999F
(168,153,159)
#B9ACB1
(185,172,177)
#CABFC3
(202,191,195)
#DBD2D5
(219,210,213)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422733 color. Also use rgb(66,39,51) instead hex code.

Text Font Color

.myTextColor { color: #422733; }

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

This text font color is #422733.

Background Color

.myBgColor { background-color: #422733; }

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

This div background color is #422733.

Border color

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

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

This div border color is #422733.

Opacity

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

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

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

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

This text has shadow with #422733 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422733.

Preview

Color preview on black background

This text has color #422733 on black background.


Color preview on white background

This text has color #422733 on white background.


Black color preview on #422733 background

This text has black color on #422733 background.


White color preview on #422733 background

This text has white color on #422733 background.


Related colors

Complementary color

Complementary color for #hex is #BDD8CC.


I love getcolorcode.com

Triadic colors

1 #334227 and #273342 with #422733 are triadic colors.

2 #332742 and #274233 with #422733 are triadic colors.