COLOR #422D27

HEX: #422D27 RGB: (66,45,39)

Color info

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

RGB color model

#422D27 color RGB value is (66,45,39).

RGB: (66,45,39) (26%, 18%, 15%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 39 of 255 = 15%

66
45
39

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

Portions of RGB colors in percentages

R + G + B = 66 + 45 + 39 = 150 (100%)
R 66 of 150 ~ 44%
G 45 of 150 ~ 30%
B 39 of 150 ~ 26'%

%44
%30
%26

CMYK color model

#422D27 color CMYK value is (0,32,41,74).

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

CMYK: (0,32,41,74)
C0M32Y41K74 (0%, 32%, 41%, 74%)
(0.00 / 0.32 / 0.41 / 0.74)

CMYK percentages

%0
%31.82
%40.91
%74.12

Codes

Color #422D27 in popluar color models

42 2D 27
RGB 66 45 39
HSL 13° 25.71% 20.59%
HSB/HSV 13° 40.91% 25.88%
CMYK 0.00% 31.82% 40.91%
74.12%

Color #422D27 in popluar number systems.

HEX 42 2D 27
Decimal 66 45 39
Binary 1000010 101101 100111
Octal 102 55 47

Shades and tints

Shades of #422D27

#422D27
(66,45,39)
#3C2924
(60,41,36)
#362521
(54,37,33)
#30211E
(48,33,30)
#2A1D1B
(42,29,27)
#241918
(36,25,24)
#1E1515
(30,21,21)
#181112
(24,17,18)
#120D0F
(18,13,15)
#0C090C
(12,9,12)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #422D27

#422D27
(66,45,39)
#53403A
(83,64,58)
#64534D
(100,83,77)
#756660
(117,102,96)
#867973
(134,121,115)
#978C86
(151,140,134)
#A89F99
(168,159,153)
#B9B2AC
(185,178,172)
#CAC5BF
(202,197,191)
#DBD8D2
(219,216,210)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422D27; }

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

This text font color is #422D27.

Background Color

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

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

This div background color is #422D27.

Border color

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

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

This div border color is #422D27.

Opacity

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

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

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

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

This text has shadow with #422D27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422D27.

Preview

Color preview on black background

This text has color #422D27 on black background.


Color preview on white background

This text has color #422D27 on white background.


Black color preview on #422D27 background

This text has black color on #422D27 background.


White color preview on #422D27 background

This text has white color on #422D27 background.


Related colors

Complementary color

Complementary color for #hex is #BDD2D8.


I love getcolorcode.com

Triadic colors

1 #27422D and #2D2742 with #422D27 are triadic colors.

2 #272D42 and #2D4227 with #422D27 are triadic colors.