COLOR #42112B

HEX: #42112B
RGB: (66,17,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
17
43

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

Portions of RGB colors in percentages

R + G + B =
66 + 17 + 43 = 126 (100%)
R 66 of 126 ~ 52.38%
G 17 of 126 ~ 13.49%
B 43 of 126 ~ 34.13%

%52.38
%13.49
%34.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 74.24%
  • yellow value is 34.85%
  • key color value is 74.12%
CMYK:
(0,74,35,74)
C0M74Y35K74 
(0%,74%,35%,74%)
(0.00/0.74/0.35/0.74)	

CMYK percentages

%0
%74.24
%34.85
%74.12

Codes

Color #42112B in popluar color models

42112B
RGB661743
HSL328°59.04%16.27%
HSB/HSV328°74.24%25.88%
CMYK0.00%74.24%34.85%
74.12%

Color #42112B in popluar number systems.

HEX42112B
Decimal661743
Binary100001010001101011
Octal1022153

Shades and tints

Shades of #42112B

#42112B
(66,17,43)
#3C1028
(60,16,40)
#360F25
(54,15,37)
#300E22
(48,14,34)
#2A0D1F
(42,13,31)
#240C1C
(36,12,28)
#1E0B19
(30,11,25)
#180A16
(24,10,22)
#120913
(18,9,19)
#0C0810
(12,8,16)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #42112B

#42112B
(66,17,43)
#53263E
(83,38,62)
#643B51
(100,59,81)
#755064
(117,80,100)
#866577
(134,101,119)
#977A8A
(151,122,138)
#A88F9D
(168,143,157)
#B9A4B0
(185,164,176)
#CAB9C3
(202,185,195)
#DBCED6
(219,206,214)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42112B; }

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

This text font color is #42112B.


Background Color

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

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

This div background color is #42112B.


Border color

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

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

This div border color is #42112B.


Opacity

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

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

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

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

This text has shadow with #42112B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42112B on black background.


Color preview on white background

This text has color #42112B on white background.



Black color preview on #42112B background

This text has black color on #42112B background.


White color preview on #42112B background

This text has white color on #42112B background.