COLOR #42212A

HEX: #42212A RGB: (66,33,42)

Color info

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

RGB color model

#42212A color RGB value is (66,33,42).

RGB: (66,33,42) (26%, 13%, 16%)

RGB channels and saturation

R 66 of 255 = 26%
G 33 of 255 = 13%
B 42 of 255 = 16%

66
33
42

R + G + B ~ 18%. #42212A is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 33 + 42 = 141 (100%)
R 66 of 141 ~ 46.81%
G 33 of 141 ~ 23.4%
B 42 of 141 ~ 29.79'%

%46.81
%23.4
%29.79

CMYK color model

#42212A color CMYK value is (0,50,36,74).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 36.36%
  • key color value is 74.12%

CMYK: (0,50,36,74)
C0M50Y36K74 (0%, 50%, 36%, 74%)
(0.00 / 0.50 / 0.36 / 0.74)

CMYK percentages

%0
%50
%36.36
%74.12

Codes

Color #42212A in popluar color models

42 21 2A
RGB 66 33 42
HSL 344° 33.33% 19.41%
HSB/HSV 344° 50.00% 25.88%
CMYK 0.00% 50.00% 36.36%
74.12%

Color #42212A in popluar number systems.

HEX 42 21 2A
Decimal 66 33 42
Binary 1000010 100001 101010
Octal 102 41 52

Shades and tints

Shades of #42212A

#42212A
(66,33,42)
#3C1E27
(60,30,39)
#361B24
(54,27,36)
#301821
(48,24,33)
#2A151E
(42,21,30)
#24121B
(36,18,27)
#1E0F18
(30,15,24)
#180C15
(24,12,21)
#120912
(18,9,18)
#0C060F
(12,6,15)
#06030C
(6,3,12)
#000000
(0,0,0)

Tints of #42212A

#42212A
(66,33,42)
#53353D
(83,53,61)
#644950
(100,73,80)
#755D63
(117,93,99)
#867176
(134,113,118)
#978589
(151,133,137)
#A8999C
(168,153,156)
#B9ADAF
(185,173,175)
#CAC1C2
(202,193,194)
#DBD5D5
(219,213,213)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42212A color. Also use rgb(66,33,42) instead hex code.

Text Font Color

.myTextColor { color: #42212A; }

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

This text font color is #42212A.

Background Color

.myBgColor { background-color: #42212A; }

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

This div background color is #42212A.

Border color

.myBorderColor { border: 1px solid #42212A; }

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

This div border color is #42212A.

Opacity

.myOpacity80 { color: #42212A; opacity: 0.8; }

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

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

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

This text has shadow with #42212A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42212A.

Preview

Color preview on black background

This text has color #42212A on black background.


Color preview on white background

This text has color #42212A on white background.


Black color preview on #42212A background

This text has black color on #42212A background.


White color preview on #42212A background

This text has white color on #42212A background.


Related colors

Complementary color

Complementary color for #hex is #BDDED5.


I love getcolorcode.com

Triadic colors

1 #2A4221 and #212A42 with #42212A are triadic colors.

2 #2A2142 and #21422A with #42212A are triadic colors.