COLOR #42422B

HEX: #42422B RGB: (66,66,43)

Color info

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

RGB color model

#42422B color RGB value is (66,66,43).

RGB: (66,66,43) (26%, 26%, 17%)

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 43 of 255 = 17%

66
66
43

R + G + B ~ 23%. #42422B is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 66 + 43 = 175 (100%)
R 66 of 175 ~ 37.71%
G 66 of 175 ~ 37.71%
B 43 of 175 ~ 24.57'%

%37.71
%37.71
%24.57

CMYK color model

#42422B color CMYK value is (0,0,35,74).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 74.12%

CMYK: (0,0,35,74)
C0M0Y35K74 (0%, 0%, 35%, 74%)
(0.00 / 0.00 / 0.35 / 0.74)

CMYK percentages

%0
%0
%34.85
%74.12

Codes

Color #42422B in popluar color models

42 42 2B
RGB 66 66 43
HSL 60° 21.10% 21.37%
HSB/HSV 60° 34.85% 25.88%
CMYK 0.00% 0.00% 34.85%
74.12%

Color #42422B in popluar number systems.

HEX 42 42 2B
Decimal 66 66 43
Binary 1000010 1000010 101011
Octal 102 102 53

Shades and tints

Shades of #42422B

#42422B
(66,66,43)
#3C3C28
(60,60,40)
#363625
(54,54,37)
#303022
(48,48,34)
#2A2A1F
(42,42,31)
#24241C
(36,36,28)
#1E1E19
(30,30,25)
#181816
(24,24,22)
#121213
(18,18,19)
#0C0C10
(12,12,16)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #42422B

#42422B
(66,66,43)
#53533E
(83,83,62)
#646451
(100,100,81)
#757564
(117,117,100)
#868677
(134,134,119)
#97978A
(151,151,138)
#A8A89D
(168,168,157)
#B9B9B0
(185,185,176)
#CACAC3
(202,202,195)
#DBDBD6
(219,219,214)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42422B color. Also use rgb(66,66,43) instead hex code.

Text Font Color

.myTextColor { color: #42422B; }

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

This text font color is #42422B.

Background Color

.myBgColor { background-color: #42422B; }

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

This div background color is #42422B.

Border color

.myBorderColor { border: 1px solid #42422B; }

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

This div border color is #42422B.

Opacity

.myOpacity80 { color: #42422B; opacity: 0.8; }

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

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

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

This text has shadow with #42422B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42422B.

Preview

Color preview on black background

This text has color #42422B on black background.


Color preview on white background

This text has color #42422B on white background.


Black color preview on #42422B background

This text has black color on #42422B background.


White color preview on #42422B background

This text has white color on #42422B background.


Related colors

Complementary color

Complementary color for #hex is #BDBDD4.


I love getcolorcode.com