COLOR #42173C

HEX: #42173C
RGB: (66,23,60)

Color info

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

RGB color model

#42173C color RGB value is (66,23,60).

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

RGB channels and saturation

R 66 of 255 = 26%
G 23 of 255 = 9%
B 60 of 255 = 24%

66
23
60

R + G + B ~ 20%. #42173C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 60 = 149 (100%)
R 66 of 149 ~ 44.3%
G 23 of 149 ~ 15.44%
B 60 of 149 ~ 40.27%

%44.3
%15.44
%40.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 65.15%
  • yellow value is 9.09%
  • key color value is 74.12%
CMYK:
(0,65,9,74)
C0M65Y9K74 
(0%,65%,9%,74%)
(0.00/0.65/0.09/0.74)	

CMYK percentages

%0
%65.15
%9.09
%74.12

Codes

Color #42173C in popluar color models

42173C
RGB662360
HSL308°48.31%17.45%
HSB/HSV308°65.15%25.88%
CMYK0.00%65.15%9.09%
74.12%

Color #42173C in popluar number systems.

HEX42173C
Decimal662360
Binary100001010111111100
Octal1022774

Shades and tints

Shades of #42173C

#42173C
(66,23,60)
#3C1537
(60,21,55)
#361332
(54,19,50)
#30112D
(48,17,45)
#2A0F28
(42,15,40)
#240D23
(36,13,35)
#1E0B1E
(30,11,30)
#180919
(24,9,25)
#120714
(18,7,20)
#0C050F
(12,5,15)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #42173C

#42173C
(66,23,60)
#532C4D
(83,44,77)
#64415E
(100,65,94)
#75566F
(117,86,111)
#866B80
(134,107,128)
#978091
(151,128,145)
#A895A2
(168,149,162)
#B9AAB3
(185,170,179)
#CABFC4
(202,191,196)
#DBD4D5
(219,212,213)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42173C; }

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

This text font color is #42173C.


Background Color

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

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

This div background color is #42173C.


Border color

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

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

This div border color is #42173C.


Opacity

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

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

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

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

This text has shadow with #42173C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42173C on black background.


Color preview on white background

This text has color #42173C on white background.



Black color preview on #42173C background

This text has black color on #42173C background.


White color preview on #42173C background

This text has white color on #42173C background.