COLOR #420924

HEX: #420924
RGB: (66,9,36)

Color info

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

RGB color model

#420924 color RGB value is (66,9,36).

  • red value is 66;
  • green value is 9;
  • blue value is 36.
RGB:
(66,9,36)
(26%,4%,14%)

RGB channels and saturation

R 66 of 255 = 26%
G 9 of 255 = 4%
B 36 of 255 = 14%

66
9
36

R + G + B ~ 15%. #420924 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 9 + 36 = 111 (100%)
R 66 of 111 ~ 59.46%
G 9 of 111 ~ 8.11%
B 36 of 111 ~ 32.43%

%59.46
%32.43

CMYK color model

#420924 color CMYK value is (0,86,45,74).

  • cyan value is 0.00%
  • magenta value is 86.36%
  • yellow value is 45.45%
  • key color value is 74.12%
CMYK:
(0,86,45,74)
C0M86Y45K74 
(0%,86%,45%,74%)
(0.00/0.86/0.45/0.74)	

CMYK percentages

%0
%86.36
%45.45
%74.12

Codes

Color #420924 in popluar color models

420924
RGB66936
HSL332°76.00%14.71%
HSB/HSV332°86.36%25.88%
CMYK0.00%86.36%45.45%
74.12%

Color #420924 in popluar number systems.

HEX420924
Decimal66936
Binary10000101001100100
Octal1021144

Shades and tints

Shades of #420924

#420924
(66,9,36)
#3C0921
(60,9,33)
#36091E
(54,9,30)
#30091B
(48,9,27)
#2A0918
(42,9,24)
#240915
(36,9,21)
#1E0912
(30,9,18)
#18090F
(24,9,15)
#12090C
(18,9,12)
#0C0909
(12,9,9)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #420924

#420924
(66,9,36)
#531F37
(83,31,55)
#64354A
(100,53,74)
#754B5D
(117,75,93)
#866170
(134,97,112)
#977783
(151,119,131)
#A88D96
(168,141,150)
#B9A3A9
(185,163,169)
#CAB9BC
(202,185,188)
#DBCFCF
(219,207,207)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420924 color. Also use rgb(66,9,36) instead hex code.

Text Font Color

.myTextColor { color: #420924; }

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

This text font color is #420924.


Background Color

.myBgColor { background-color: #420924; }

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

This div background color is #420924.


Border color

.myBorderColor { border: 1px solid #420924; }

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

This div border color is #420924.


Opacity

.myOpacity80 { color: #420924; opacity: 0.8; }

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

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

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

This text has shadow with #420924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420924 on black background.


Color preview on white background

This text has color #420924 on white background.



Black color preview on #420924 background

This text has black color on #420924 background.


White color preview on #420924 background

This text has white color on #420924 background.