COLOR #42171C

HEX: #42171C
RGB: (66,23,28)

Color info

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

RGB color model

#42171C color RGB value is (66,23,28).

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

RGB channels and saturation

R 66 of 255 = 26%
G 23 of 255 = 9%
B 28 of 255 = 11%

66
23
28

R + G + B ~ 15%. #42171C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 28 = 117 (100%)
R 66 of 117 ~ 56.41%
G 23 of 117 ~ 19.66%
B 28 of 117 ~ 23.93%

%56.41
%19.66
%23.93

CMYK color model

#42171C color CMYK value is (0,65,58,74).

  • cyan value is 0.00%
  • magenta value is 65.15%
  • yellow value is 57.58%
  • key color value is 74.12%
CMYK:
(0,65,58,74)
C0M65Y58K74 
(0%,65%,58%,74%)
(0.00/0.65/0.58/0.74)	

CMYK percentages

%0
%65.15
%57.58
%74.12

Codes

Color #42171C in popluar color models

42171C
RGB662328
HSL353°48.31%17.45%
HSB/HSV353°65.15%25.88%
CMYK0.00%65.15%57.58%
74.12%

Color #42171C in popluar number systems.

HEX42171C
Decimal662328
Binary10000101011111100
Octal1022734

Shades and tints

Shades of #42171C

#42171C
(66,23,28)
#3C151A
(60,21,26)
#361318
(54,19,24)
#301116
(48,17,22)
#2A0F14
(42,15,20)
#240D12
(36,13,18)
#1E0B10
(30,11,16)
#18090E
(24,9,14)
#12070C
(18,7,12)
#0C050A
(12,5,10)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #42171C

#42171C
(66,23,28)
#532C30
(83,44,48)
#644144
(100,65,68)
#755658
(117,86,88)
#866B6C
(134,107,108)
#978080
(151,128,128)
#A89594
(168,149,148)
#B9AAA8
(185,170,168)
#CABFBC
(202,191,188)
#DBD4D0
(219,212,208)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42171C; }

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

This text font color is #42171C.


Background Color

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

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

This div background color is #42171C.


Border color

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

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

This div border color is #42171C.


Opacity

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

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

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

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

This text has shadow with #42171C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42171C on black background.


Color preview on white background

This text has color #42171C on white background.



Black color preview on #42171C background

This text has black color on #42171C background.


White color preview on #42171C background

This text has white color on #42171C background.