COLOR #420F31

HEX: #420F31
RGB: (66,15,49)

Color info

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

RGB color model

#420F31 color RGB value is (66,15,49).

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

RGB channels and saturation

R 66 of 255 = 26%
G 15 of 255 = 6%
B 49 of 255 = 19%

66
15
49

R + G + B ~ 17%. #420F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 15 + 49 = 130 (100%)
R 66 of 130 ~ 50.77%
G 15 of 130 ~ 11.54%
B 49 of 130 ~ 37.69%

%50.77
%11.54
%37.69

CMYK color model

#420F31 color CMYK value is (0,77,26,74).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 25.76%
  • key color value is 74.12%
CMYK:
(0,77,26,74)
C0M77Y26K74 
(0%,77%,26%,74%)
(0.00/0.77/0.26/0.74)	

CMYK percentages

%0
%77.27
%25.76
%74.12

Codes

Color #420F31 in popluar color models

420F31
RGB661549
HSL320°62.96%15.88%
HSB/HSV320°77.27%25.88%
CMYK0.00%77.27%25.76%
74.12%

Color #420F31 in popluar number systems.

HEX420F31
Decimal661549
Binary10000101111110001
Octal1021761

Shades and tints

Shades of #420F31

#420F31
(66,15,49)
#3C0E2D
(60,14,45)
#360D29
(54,13,41)
#300C25
(48,12,37)
#2A0B21
(42,11,33)
#240A1D
(36,10,29)
#1E0919
(30,9,25)
#180815
(24,8,21)
#120711
(18,7,17)
#0C060D
(12,6,13)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #420F31

#420F31
(66,15,49)
#532443
(83,36,67)
#643955
(100,57,85)
#754E67
(117,78,103)
#866379
(134,99,121)
#97788B
(151,120,139)
#A88D9D
(168,141,157)
#B9A2AF
(185,162,175)
#CAB7C1
(202,183,193)
#DBCCD3
(219,204,211)
#ECE1E5
(236,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420F31 color. Also use rgb(66,15,49) instead hex code.

Text Font Color

.myTextColor { color: #420F31; }

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

This text font color is #420F31.


Background Color

.myBgColor { background-color: #420F31; }

<div style="background-color:#420F31">Inner text</div>

This div background color is #420F31.


Border color

.myBorderColor { border: 1px solid #420F31; }

<div style="border:3px solid #420F31">Div</div>

This div border color is #420F31.


Opacity

.myOpacity80 { color: #420F31; opacity: 0.8; }

<p style="color:#420F31;opacity:0.8;">80%</p>

Text with #420F31 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 #420F31;}

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

This text has shadow with #420F31 color.

.textShadow {text-shadow: 3px 3px 1px #420F31, 3px 3px 1px red;}

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

This text has shadow with #420F31 primary color and red secondary color.


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

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

This text has shadow with #420F31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420F31 on black background.


Color preview on white background

This text has color #420F31 on white background.



Black color preview on #420F31 background

This text has black color on #420F31 background.


White color preview on #420F31 background

This text has white color on #420F31 background.