COLOR #422F28

HEX: #422F28 RGB: (66,47,40)

Color info

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

RGB color model

#422F28 color RGB value is (66,47,40).

RGB: (66,47,40) (26%, 18%, 16%)

RGB channels and saturation

R 66 of 255 = 26%
G 47 of 255 = 18%
B 40 of 255 = 16%

66
47
40

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

Portions of RGB colors in percentages

R + G + B = 66 + 47 + 40 = 153 (100%)
R 66 of 153 ~ 43.14%
G 47 of 153 ~ 30.72%
B 40 of 153 ~ 26.14'%

%43.14
%30.72
%26.14

CMYK color model

#422F28 color CMYK value is (0,29,39,74).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 39.39%
  • key color value is 74.12%

CMYK: (0,29,39,74)
C0M29Y39K74 (0%, 29%, 39%, 74%)
(0.00 / 0.29 / 0.39 / 0.74)

CMYK percentages

%0
%28.79
%39.39
%74.12

Codes

Color #422F28 in popluar color models

42 2F 28
RGB 66 47 40
HSL 16° 24.53% 20.78%
HSB/HSV 16° 39.39% 25.88%
CMYK 0.00% 28.79% 39.39%
74.12%

Color #422F28 in popluar number systems.

HEX 42 2F 28
Decimal 66 47 40
Binary 1000010 101111 101000
Octal 102 57 50

Shades and tints

Shades of #422F28

#422F28
(66,47,40)
#3C2B25
(60,43,37)
#362722
(54,39,34)
#30231F
(48,35,31)
#2A1F1C
(42,31,28)
#241B19
(36,27,25)
#1E1716
(30,23,22)
#181313
(24,19,19)
#120F10
(18,15,16)
#0C0B0D
(12,11,13)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #422F28

#422F28
(66,47,40)
#53413B
(83,65,59)
#64534E
(100,83,78)
#756561
(117,101,97)
#867774
(134,119,116)
#978987
(151,137,135)
#A89B9A
(168,155,154)
#B9ADAD
(185,173,173)
#CABFC0
(202,191,192)
#DBD1D3
(219,209,211)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422F28; }

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

This text font color is #422F28.

Background Color

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

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

This div background color is #422F28.

Border color

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

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

This div border color is #422F28.

Opacity

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

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

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

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

This text has shadow with #422F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422F28.

Preview

Color preview on black background

This text has color #422F28 on black background.


Color preview on white background

This text has color #422F28 on white background.


Black color preview on #422F28 background

This text has black color on #422F28 background.


White color preview on #422F28 background

This text has white color on #422F28 background.


Related colors

Complementary color

Complementary color for #hex is #BDD0D7.


I love getcolorcode.com

Triadic colors

1 #28422F and #2F2842 with #422F28 are triadic colors.

2 #282F42 and #2F4228 with #422F28 are triadic colors.