COLOR #420B31

HEX: #420B31
RGB: (66,11,49)

Color info

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

RGB color model

#420B31 color RGB value is (66,11,49).

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

RGB channels and saturation

R 66 of 255 = 26%
G 11 of 255 = 4%
B 49 of 255 = 19%

66
11
49

R + G + B ~ 16%. #420B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 11 + 49 = 126 (100%)
R 66 of 126 ~ 52.38%
G 11 of 126 ~ 8.73%
B 49 of 126 ~ 38.89%

%52.38
%38.89

CMYK color model

#420B31 color CMYK value is (0,83,26,74).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 25.76%
  • key color value is 74.12%
CMYK:
(0,83,26,74)
C0M83Y26K74 
(0%,83%,26%,74%)
(0.00/0.83/0.26/0.74)	

CMYK percentages

%0
%83.33
%25.76
%74.12

Codes

Color #420B31 in popluar color models

420B31
RGB661149
HSL319°71.43%15.10%
HSB/HSV319°83.33%25.88%
CMYK0.00%83.33%25.76%
74.12%

Color #420B31 in popluar number systems.

HEX420B31
Decimal661149
Binary10000101011110001
Octal1021361

Shades and tints

Shades of #420B31

#420B31
(66,11,49)
#3C0A2D
(60,10,45)
#360929
(54,9,41)
#300825
(48,8,37)
#2A0721
(42,7,33)
#24061D
(36,6,29)
#1E0519
(30,5,25)
#180415
(24,4,21)
#120311
(18,3,17)
#0C020D
(12,2,13)
#060109
(6,1,9)
#000000
(0,0,0)

Tints of #420B31

#420B31
(66,11,49)
#532143
(83,33,67)
#643755
(100,55,85)
#754D67
(117,77,103)
#866379
(134,99,121)
#97798B
(151,121,139)
#A88F9D
(168,143,157)
#B9A5AF
(185,165,175)
#CABBC1
(202,187,193)
#DBD1D3
(219,209,211)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420B31; }

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

This text font color is #420B31.


Background Color

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

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

This div background color is #420B31.


Border color

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

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

This div border color is #420B31.


Opacity

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

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

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

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

This text has shadow with #420B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420B31 on black background.


Color preview on white background

This text has color #420B31 on white background.



Black color preview on #420B31 background

This text has black color on #420B31 background.


White color preview on #420B31 background

This text has white color on #420B31 background.