COLOR #42173D

HEX: #42173D
RGB: (66,23,61)

Color info

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

RGB color model

#42173D color RGB value is (66,23,61).

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

RGB channels and saturation

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

66
23
61

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

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 61 = 150 (100%)
R 66 of 150 ~ 44%
G 23 of 150 ~ 15.33%
B 61 of 150 ~ 40.67%

%44
%15.33
%40.67

CMYK color model

#42173D color CMYK value is (0,65,8,74).

  • cyan value is 0.00%
  • magenta value is 65.15%
  • yellow value is 7.58%
  • key color value is 74.12%
CMYK:
(0,65,8,74)
C0M65Y8K74 
(0%,65%,8%,74%)
(0.00/0.65/0.08/0.74)	

CMYK percentages

%0
%65.15
%7.58
%74.12

Codes

Color #42173D in popluar color models

42173D
RGB662361
HSL307°48.31%17.45%
HSB/HSV307°65.15%25.88%
CMYK0.00%65.15%7.58%
74.12%

Color #42173D in popluar number systems.

HEX42173D
Decimal662361
Binary100001010111111101
Octal1022775

Shades and tints

Shades of #42173D

#42173D
(66,23,61)
#3C1538
(60,21,56)
#361333
(54,19,51)
#30112E
(48,17,46)
#2A0F29
(42,15,41)
#240D24
(36,13,36)
#1E0B1F
(30,11,31)
#18091A
(24,9,26)
#120715
(18,7,21)
#0C0510
(12,5,16)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #42173D

#42173D
(66,23,61)
#532C4E
(83,44,78)
#64415F
(100,65,95)
#755670
(117,86,112)
#866B81
(134,107,129)
#978092
(151,128,146)
#A895A3
(168,149,163)
#B9AAB4
(185,170,180)
#CABFC5
(202,191,197)
#DBD4D6
(219,212,214)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42173D; }

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

This text font color is #42173D.


Background Color

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

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

This div background color is #42173D.


Border color

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

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

This div border color is #42173D.


Opacity

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

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

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

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

This text has shadow with #42173D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42173D on black background.


Color preview on white background

This text has color #42173D on white background.



Black color preview on #42173D background

This text has black color on #42173D background.


White color preview on #42173D background

This text has white color on #42173D background.