COLOR #42122B

HEX: #42122B
RGB: (66,18,43)

Color info

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

RGB color model

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

  • red value is 66;
  • green value is 18;
  • blue value is 43.
RGB:
(66,18,43)
(26%,7%,17%)

RGB channels and saturation

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

66
18
43

R + G + B ~ 17%. #42122B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 18 + 43 = 127 (100%)
R 66 of 127 ~ 51.97%
G 18 of 127 ~ 14.17%
B 43 of 127 ~ 33.86%

%51.97
%14.17
%33.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 34.85%
  • key color value is 74.12%
CMYK:
(0,73,35,74)
C0M73Y35K74 
(0%,73%,35%,74%)
(0.00/0.73/0.35/0.74)	

CMYK percentages

%0
%72.73
%34.85
%74.12

Codes

Color #42122B in popluar color models

42122B
RGB661843
HSL329°57.14%16.47%
HSB/HSV329°72.73%25.88%
CMYK0.00%72.73%34.85%
74.12%

Color #42122B in popluar number systems.

HEX42122B
Decimal661843
Binary100001010010101011
Octal1022253

Shades and tints

Shades of #42122B

#42122B
(66,18,43)
#3C1128
(60,17,40)
#361025
(54,16,37)
#300F22
(48,15,34)
#2A0E1F
(42,14,31)
#240D1C
(36,13,28)
#1E0C19
(30,12,25)
#180B16
(24,11,22)
#120A13
(18,10,19)
#0C0910
(12,9,16)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #42122B

#42122B
(66,18,43)
#53273E
(83,39,62)
#643C51
(100,60,81)
#755164
(117,81,100)
#866677
(134,102,119)
#977B8A
(151,123,138)
#A8909D
(168,144,157)
#B9A5B0
(185,165,176)
#CABAC3
(202,186,195)
#DBCFD6
(219,207,214)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42122B; }

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

This text font color is #42122B.


Background Color

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

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

This div background color is #42122B.


Border color

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

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

This div border color is #42122B.


Opacity

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

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

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

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

This text has shadow with #42122B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42122B on black background.


Color preview on white background

This text has color #42122B on white background.



Black color preview on #42122B background

This text has black color on #42122B background.


White color preview on #42122B background

This text has white color on #42122B background.