COLOR #42121C

HEX: #42121C RGB: (66,18,28)

Color info

#42121C contains red, green and blue colors in about the same proportion. Web safe color of #42121C is #330033 (or #303).

RGB color model

#42121C color RGB value is (66,18,28).

RGB: (66,18,28) (26%, 7%, 11%)

RGB channels and saturation

R 66 of 255 = 26%
G 18 of 255 = 7%
B 28 of 255 = 11%

66
18
28

R + G + B ~ 15%. #42121C is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 18 + 28 = 112 (100%)
R 66 of 112 ~ 58.93%
G 18 of 112 ~ 16.07%
B 28 of 112 ~ 25'%

%58.93
%16.07
%25

CMYK color model

#42121C color CMYK value is (0,73,58,74).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 57.58%
  • key color value is 74.12%

CMYK: (0,73,58,74)
C0M73Y58K74 (0%, 73%, 58%, 74%)
(0.00 / 0.73 / 0.58 / 0.74)

CMYK percentages

%0
%72.73
%57.58
%74.12

Codes

Color #42121C in popluar color models

42 12 1C
RGB 66 18 28
HSL 348° 57.14% 16.47%
HSB/HSV 348° 72.73% 25.88%
CMYK 0.00% 72.73% 57.58%
74.12%

Color #42121C in popluar number systems.

HEX 42 12 1C
Decimal 66 18 28
Binary 1000010 10010 11100
Octal 102 22 34

Shades and tints

Shades of #42121C

#42121C
(66,18,28)
#3C111A
(60,17,26)
#361018
(54,16,24)
#300F16
(48,15,22)
#2A0E14
(42,14,20)
#240D12
(36,13,18)
#1E0C10
(30,12,16)
#180B0E
(24,11,14)
#120A0C
(18,10,12)
#0C090A
(12,9,10)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #42121C

#42121C
(66,18,28)
#532730
(83,39,48)
#643C44
(100,60,68)
#755158
(117,81,88)
#86666C
(134,102,108)
#977B80
(151,123,128)
#A89094
(168,144,148)
#B9A5A8
(185,165,168)
#CABABC
(202,186,188)
#DBCFD0
(219,207,208)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42121C color. Also use rgb(66,18,28) instead hex code.

Text Font Color

.myTextColor { color: #42121C; }

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

This text font color is #42121C.

Background Color

.myBgColor { background-color: #42121C; }

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

This div background color is #42121C.

Border color

.myBorderColor { border: 1px solid #42121C; }

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

This div border color is #42121C.

Opacity

.myOpacity80 { color: #42121C; opacity: 0.8; }

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

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

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

This text has shadow with #42121C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42121C.

Preview

Color preview on black background

This text has color #42121C on black background.


Color preview on white background

This text has color #42121C on white background.


Black color preview on #42121C background

This text has black color on #42121C background.


White color preview on #42121C background

This text has white color on #42121C background.


Related colors

Complementary color

Complementary color for #hex is #BDEDE3.


I love getcolorcode.com

Triadic colors

1 #1C4212 and #121C42 with #42121C are triadic colors.

2 #1C1242 and #12421C with #42121C are triadic colors.