COLOR #420A23

HEX: #420A23
RGB: (66,10,35)

Color info

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

RGB color model

#420A23 color RGB value is (66,10,35).

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

RGB channels and saturation

R 66 of 255 = 26%
G 10 of 255 = 4%
B 35 of 255 = 14%

66
10
35

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

Portions of RGB colors in percentages

R + G + B =
66 + 10 + 35 = 111 (100%)
R 66 of 111 ~ 59.46%
G 10 of 111 ~ 9.01%
B 35 of 111 ~ 31.53%

%59.46
%31.53

CMYK color model

#420A23 color CMYK value is (0,85,47,74).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 46.97%
  • key color value is 74.12%
CMYK:
(0,85,47,74)
C0M85Y47K74 
(0%,85%,47%,74%)
(0.00/0.85/0.47/0.74)	

CMYK percentages

%0
%84.85
%46.97
%74.12

Codes

Color #420A23 in popluar color models

420A23
RGB661035
HSL333°73.68%14.90%
HSB/HSV333°84.85%25.88%
CMYK0.00%84.85%46.97%
74.12%

Color #420A23 in popluar number systems.

HEX420A23
Decimal661035
Binary10000101010100011
Octal1021243

Shades and tints

Shades of #420A23

#420A23
(66,10,35)
#3C0A20
(60,10,32)
#360A1D
(54,10,29)
#300A1A
(48,10,26)
#2A0A17
(42,10,23)
#240A14
(36,10,20)
#1E0A11
(30,10,17)
#180A0E
(24,10,14)
#120A0B
(18,10,11)
#0C0A08
(12,10,8)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #420A23

#420A23
(66,10,35)
#532037
(83,32,55)
#64364B
(100,54,75)
#754C5F
(117,76,95)
#866273
(134,98,115)
#977887
(151,120,135)
#A88E9B
(168,142,155)
#B9A4AF
(185,164,175)
#CABAC3
(202,186,195)
#DBD0D7
(219,208,215)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420A23 color. Also use rgb(66,10,35) instead hex code.

Text Font Color

.myTextColor { color: #420A23; }

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

This text font color is #420A23.


Background Color

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

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

This div background color is #420A23.


Border color

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

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

This div border color is #420A23.


Opacity

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

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

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

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

This text has shadow with #420A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420A23 on black background.


Color preview on white background

This text has color #420A23 on white background.



Black color preview on #420A23 background

This text has black color on #420A23 background.


White color preview on #420A23 background

This text has white color on #420A23 background.