COLOR #42170F

HEX: #42170F
RGB: (66,23,15)

Color info

#42170F contains red, green and blue colors in about the same proportion. Web safe color of #42170F is #330000 (or #300).

RGB color model

#42170F color RGB value is (66,23,15).

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

RGB channels and saturation

R 66 of 255 = 26%
G 23 of 255 = 9%
B 15 of 255 = 6%

66
23
15

R + G + B ~ 14%. #42170F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 15 = 104 (100%)
R 66 of 104 ~ 63.46%
G 23 of 104 ~ 22.12%
B 15 of 104 ~ 14.42%

%63.46
%22.12
%14.42

CMYK color model

#42170F color CMYK value is (0,65,77,74).

  • cyan value is 0.00%
  • magenta value is 65.15%
  • yellow value is 77.27%
  • key color value is 74.12%
CMYK:
(0,65,77,74)
C0M65Y77K74 
(0%,65%,77%,74%)
(0.00/0.65/0.77/0.74)	

CMYK percentages

%0
%65.15
%77.27
%74.12

Codes

Color #42170F in popluar color models

42170F
RGB662315
HSL62.96%15.88%
HSB/HSV77.27%25.88%
CMYK0.00%65.15%77.27%
74.12%

Color #42170F in popluar number systems.

HEX42170F
Decimal662315
Binary1000010101111111
Octal1022717

Shades and tints

Shades of #42170F

#42170F
(66,23,15)
#3C150E
(60,21,14)
#36130D
(54,19,13)
#30110C
(48,17,12)
#2A0F0B
(42,15,11)
#240D0A
(36,13,10)
#1E0B09
(30,11,9)
#180908
(24,9,8)
#120707
(18,7,7)
#0C0506
(12,5,6)
#060305
(6,3,5)
#000000
(0,0,0)

Tints of #42170F

#42170F
(66,23,15)
#532C24
(83,44,36)
#644139
(100,65,57)
#75564E
(117,86,78)
#866B63
(134,107,99)
#978078
(151,128,120)
#A8958D
(168,149,141)
#B9AAA2
(185,170,162)
#CABFB7
(202,191,183)
#DBD4CC
(219,212,204)
#ECE9E1
(236,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42170F color. Also use rgb(66,23,15) instead hex code.

Text Font Color

.myTextColor { color: #42170F; }

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

This text font color is #42170F.


Background Color

.myBgColor { background-color: #42170F; }

<div style="background-color:#42170F">Inner text</div>

This div background color is #42170F.


Border color

.myBorderColor { border: 1px solid #42170F; }

<div style="border:3px solid #42170F">Div</div>

This div border color is #42170F.


Opacity

.myOpacity80 { color: #42170F; opacity: 0.8; }

<p style="color:#42170F;opacity:0.8;">80%</p>

Text with #42170F 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 #42170F;}

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

This text has shadow with #42170F color.

.textShadow {text-shadow: 3px 3px 1px #42170F, 3px 3px 1px red;}

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

This text has shadow with #42170F primary color and red secondary color.


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

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

This text has shadow with #42170F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42170F on black background.


Color preview on white background

This text has color #42170F on white background.



Black color preview on #42170F background

This text has black color on #42170F background.


White color preview on #42170F background

This text has white color on #42170F background.