COLOR #420B2D

HEX: #420B2D
RGB: (66,11,45)

Color info

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

RGB color model

#420B2D color RGB value is (66,11,45).

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

RGB channels and saturation

R 66 of 255 = 26%
G 11 of 255 = 4%
B 45 of 255 = 18%

66
11
45

R + G + B ~ 16%. #420B2D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 11 + 45 = 122 (100%)
R 66 of 122 ~ 54.1%
G 11 of 122 ~ 9.02%
B 45 of 122 ~ 36.89%

%54.1
%36.89

CMYK color model

#420B2D color CMYK value is (0,83,32,74).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 31.82%
  • key color value is 74.12%
CMYK:
(0,83,32,74)
C0M83Y32K74 
(0%,83%,32%,74%)
(0.00/0.83/0.32/0.74)	

CMYK percentages

%0
%83.33
%31.82
%74.12

Codes

Color #420B2D in popluar color models

420B2D
RGB661145
HSL323°71.43%15.10%
HSB/HSV323°83.33%25.88%
CMYK0.00%83.33%31.82%
74.12%

Color #420B2D in popluar number systems.

HEX420B2D
Decimal661145
Binary10000101011101101
Octal1021355

Shades and tints

Shades of #420B2D

#420B2D
(66,11,45)
#3C0A29
(60,10,41)
#360925
(54,9,37)
#300821
(48,8,33)
#2A071D
(42,7,29)
#240619
(36,6,25)
#1E0515
(30,5,21)
#180411
(24,4,17)
#12030D
(18,3,13)
#0C0209
(12,2,9)
#060105
(6,1,5)
#000000
(0,0,0)

Tints of #420B2D

#420B2D
(66,11,45)
#532140
(83,33,64)
#643753
(100,55,83)
#754D66
(117,77,102)
#866379
(134,99,121)
#97798C
(151,121,140)
#A88F9F
(168,143,159)
#B9A5B2
(185,165,178)
#CABBC5
(202,187,197)
#DBD1D8
(219,209,216)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420B2D; }

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

This text font color is #420B2D.


Background Color

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

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

This div background color is #420B2D.


Border color

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

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

This div border color is #420B2D.


Opacity

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

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

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

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

This text has shadow with #420B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420B2D on black background.


Color preview on white background

This text has color #420B2D on white background.



Black color preview on #420B2D background

This text has black color on #420B2D background.


White color preview on #420B2D background

This text has white color on #420B2D background.