COLOR #42113C

HEX: #42113C
RGB: (66,17,60)

Color info

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

RGB color model

#42113C color RGB value is (66,17,60).

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

RGB channels and saturation

R 66 of 255 = 26%
G 17 of 255 = 7%
B 60 of 255 = 24%

66
17
60

R + G + B ~ 19%. #42113C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 17 + 60 = 143 (100%)
R 66 of 143 ~ 46.15%
G 17 of 143 ~ 11.89%
B 60 of 143 ~ 41.96%

%46.15
%11.89
%41.96

CMYK color model

#42113C color CMYK value is (0,74,9,74).

  • cyan value is 0.00%
  • magenta value is 74.24%
  • yellow value is 9.09%
  • key color value is 74.12%
CMYK:
(0,74,9,74)
C0M74Y9K74 
(0%,74%,9%,74%)
(0.00/0.74/0.09/0.74)	

CMYK percentages

%0
%74.24
%9.09
%74.12

Codes

Color #42113C in popluar color models

42113C
RGB661760
HSL307°59.04%16.27%
HSB/HSV307°74.24%25.88%
CMYK0.00%74.24%9.09%
74.12%

Color #42113C in popluar number systems.

HEX42113C
Decimal661760
Binary100001010001111100
Octal1022174

Shades and tints

Shades of #42113C

#42113C
(66,17,60)
#3C1037
(60,16,55)
#360F32
(54,15,50)
#300E2D
(48,14,45)
#2A0D28
(42,13,40)
#240C23
(36,12,35)
#1E0B1E
(30,11,30)
#180A19
(24,10,25)
#120914
(18,9,20)
#0C080F
(12,8,15)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #42113C

#42113C
(66,17,60)
#53264D
(83,38,77)
#643B5E
(100,59,94)
#75506F
(117,80,111)
#866580
(134,101,128)
#977A91
(151,122,145)
#A88FA2
(168,143,162)
#B9A4B3
(185,164,179)
#CAB9C4
(202,185,196)
#DBCED5
(219,206,213)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42113C color. Also use rgb(66,17,60) instead hex code.

Text Font Color

.myTextColor { color: #42113C; }

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

This text font color is #42113C.


Background Color

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

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

This div background color is #42113C.


Border color

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

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

This div border color is #42113C.


Opacity

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

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

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

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

This text has shadow with #42113C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42113C on black background.


Color preview on white background

This text has color #42113C on white background.



Black color preview on #42113C background

This text has black color on #42113C background.


White color preview on #42113C background

This text has white color on #42113C background.