COLOR #420F39

HEX: #420F39 RGB: (66,15,57)

Color info

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

RGB color model

#420F39 color RGB value is (66,15,57).

RGB: (66,15,57) (26%, 6%, 22%)

RGB channels and saturation

R 66 of 255 = 26%
G 15 of 255 = 6%
B 57 of 255 = 22%

66
15
57

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

Portions of RGB colors in percentages

R + G + B = 66 + 15 + 57 = 138 (100%)
R 66 of 138 ~ 47.83%
G 15 of 138 ~ 10.87%
B 57 of 138 ~ 41.3'%

%47.83
%10.87
%41.3

CMYK color model

#420F39 color CMYK value is (0,77,14,74).

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

CMYK: (0,77,14,74)
C0M77Y14K74 (0%, 77%, 14%, 74%)
(0.00 / 0.77 / 0.14 / 0.74)

CMYK percentages

%0
%77.27
%13.64
%74.12

Codes

Color #420F39 in popluar color models

42 0F 39
RGB 66 15 57
HSL 311° 62.96% 15.88%
HSB/HSV 311° 77.27% 25.88%
CMYK 0.00% 77.27% 13.64%
74.12%

Color #420F39 in popluar number systems.

HEX 42 0F 39
Decimal 66 15 57
Binary 1000010 1111 111001
Octal 102 17 71

Shades and tints

Shades of #420F39

#420F39
(66,15,57)
#3C0E34
(60,14,52)
#360D2F
(54,13,47)
#300C2A
(48,12,42)
#2A0B25
(42,11,37)
#240A20
(36,10,32)
#1E091B
(30,9,27)
#180816
(24,8,22)
#120711
(18,7,17)
#0C060C
(12,6,12)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #420F39

#420F39
(66,15,57)
#53244B
(83,36,75)
#64395D
(100,57,93)
#754E6F
(117,78,111)
#866381
(134,99,129)
#977893
(151,120,147)
#A88DA5
(168,141,165)
#B9A2B7
(185,162,183)
#CAB7C9
(202,183,201)
#DBCCDB
(219,204,219)
#ECE1ED
(236,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420F39; }

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

This text font color is #420F39.

Background Color

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

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

This div background color is #420F39.

Border color

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

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

This div border color is #420F39.

Opacity

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

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

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

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

This text has shadow with #420F39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420F39.

Preview

Color preview on black background

This text has color #420F39 on black background.


Color preview on white background

This text has color #420F39 on white background.


Black color preview on #420F39 background

This text has black color on #420F39 background.


White color preview on #420F39 background

This text has white color on #420F39 background.


Related colors

Complementary color

Complementary color for #hex is #BDF0C6.


I love getcolorcode.com

Triadic colors

1 #39420F and #0F3942 with #420F39 are triadic colors.

2 #390F42 and #0F4239 with #420F39 are triadic colors.