COLOR #420F3B

HEX: #420F3B RGB: (66,15,59)

Color info

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

RGB color model

#420F3B color RGB value is (66,15,59).

RGB: (66,15,59) (26%, 6%, 23%)

RGB channels and saturation

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

66
15
59

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

Portions of RGB colors in percentages

R + G + B = 66 + 15 + 59 = 140 (100%)
R 66 of 140 ~ 47.14%
G 15 of 140 ~ 10.71%
B 59 of 140 ~ 42.14'%

%47.14
%10.71
%42.14

CMYK color model

#420F3B color CMYK value is (0,77,11,74).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 10.61%
  • key color value is 74.12%

CMYK: (0,77,11,74)
C0M77Y11K74 (0%, 77%, 11%, 74%)
(0.00 / 0.77 / 0.11 / 0.74)

CMYK percentages

%0
%77.27
%10.61
%74.12

Codes

Color #420F3B in popluar color models

42 0F 3B
RGB 66 15 59
HSL 308° 62.96% 15.88%
HSB/HSV 308° 77.27% 25.88%
CMYK 0.00% 77.27% 10.61%
74.12%

Color #420F3B in popluar number systems.

HEX 42 0F 3B
Decimal 66 15 59
Binary 1000010 1111 111011
Octal 102 17 73

Shades and tints

Shades of #420F3B

#420F3B
(66,15,59)
#3C0E36
(60,14,54)
#360D31
(54,13,49)
#300C2C
(48,12,44)
#2A0B27
(42,11,39)
#240A22
(36,10,34)
#1E091D
(30,9,29)
#180818
(24,8,24)
#120713
(18,7,19)
#0C060E
(12,6,14)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #420F3B

#420F3B
(66,15,59)
#53244C
(83,36,76)
#64395D
(100,57,93)
#754E6E
(117,78,110)
#86637F
(134,99,127)
#977890
(151,120,144)
#A88DA1
(168,141,161)
#B9A2B2
(185,162,178)
#CAB7C3
(202,183,195)
#DBCCD4
(219,204,212)
#ECE1E5
(236,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420F3B; }

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

This text font color is #420F3B.

Background Color

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

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

This div background color is #420F3B.

Border color

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

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

This div border color is #420F3B.

Opacity

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

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

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

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

This text has shadow with #420F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420F3B.

Preview

Color preview on black background

This text has color #420F3B on black background.


Color preview on white background

This text has color #420F3B on white background.


Black color preview on #420F3B background

This text has black color on #420F3B background.


White color preview on #420F3B background

This text has white color on #420F3B background.


Related colors

Complementary color

Complementary color for #hex is #BDF0C4.


I love getcolorcode.com

Triadic colors

1 #3B420F and #0F3B42 with #420F3B are triadic colors.

2 #3B0F42 and #0F423B with #420F3B are triadic colors.