COLOR #420B3C

HEX: #420B3C
RGB: (66,11,60)

Color info

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

RGB color model

#420B3C color RGB value is (66,11,60).

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

RGB channels and saturation

R 66 of 255 = 26%
G 11 of 255 = 4%
B 60 of 255 = 24%

66
11
60

R + G + B ~ 18%. #420B3C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 11 + 60 = 137 (100%)
R 66 of 137 ~ 48.18%
G 11 of 137 ~ 8.03%
B 60 of 137 ~ 43.8%

%48.18
%43.8

CMYK color model

#420B3C color CMYK value is (0,83,9,74).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 9.09%
  • key color value is 74.12%
CMYK:
(0,83,9,74)
C0M83Y9K74 
(0%,83%,9%,74%)
(0.00/0.83/0.09/0.74)	

CMYK percentages

%0
%83.33
%9.09
%74.12

Codes

Color #420B3C in popluar color models

420B3C
RGB661160
HSL307°71.43%15.10%
HSB/HSV307°83.33%25.88%
CMYK0.00%83.33%9.09%
74.12%

Color #420B3C in popluar number systems.

HEX420B3C
Decimal661160
Binary10000101011111100
Octal1021374

Shades and tints

Shades of #420B3C

#420B3C
(66,11,60)
#3C0A37
(60,10,55)
#360932
(54,9,50)
#30082D
(48,8,45)
#2A0728
(42,7,40)
#240623
(36,6,35)
#1E051E
(30,5,30)
#180419
(24,4,25)
#120314
(18,3,20)
#0C020F
(12,2,15)
#06010A
(6,1,10)
#000000
(0,0,0)

Tints of #420B3C

#420B3C
(66,11,60)
#53214D
(83,33,77)
#64375E
(100,55,94)
#754D6F
(117,77,111)
#866380
(134,99,128)
#977991
(151,121,145)
#A88FA2
(168,143,162)
#B9A5B3
(185,165,179)
#CABBC4
(202,187,196)
#DBD1D5
(219,209,213)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420B3C; }

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

This text font color is #420B3C.


Background Color

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

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

This div background color is #420B3C.


Border color

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

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

This div border color is #420B3C.


Opacity

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

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

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

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

This text has shadow with #420B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420B3C on black background.


Color preview on white background

This text has color #420B3C on white background.



Black color preview on #420B3C background

This text has black color on #420B3C background.


White color preview on #420B3C background

This text has white color on #420B3C background.