COLOR #6B0420

HEX: #6B0420
RGB: (107,4,32)

Color info

#6B0420 contains mainly red color. Web safe color of #6B0420 is #660033 (or #603).

RGB color model

#6B0420 color RGB value is (107,4,32).

  • red value is 107;
  • green value is 4;
  • blue value is 32.
RGB:
(107,4,32)
(42%,2%,13%)

RGB channels and saturation

R 107 of 255 = 42%
G 4 of 255 = 2%
B 32 of 255 = 13%

107
4
32

R + G + B ~ 19%. #6B0420 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 4 + 32 = 143 (100%)
R 107 of 143 ~ 74.83%
G 4 of 143 ~ 2.8%
B 32 of 143 ~ 22.38%

%74.83
%22.38

CMYK color model

#6B0420 color CMYK value is (0,96,70,58).

  • cyan value is 0.00%
  • magenta value is 96.26%
  • yellow value is 70.09%
  • key color value is 58.04%
CMYK:
(0,96,70,58)
C0M96Y70K58 
(0%,96%,70%,58%)
(0.00/0.96/0.70/0.58)	

CMYK percentages

%0
%96.26
%70.09
%58.04

Codes

Color #6B0420 in popluar color models

6B0420
RGB107432
HSL344°92.79%21.76%
HSB/HSV344°96.26%41.96%
CMYK0.00%96.26%70.09%
58.04%

Color #6B0420 in popluar number systems.

HEX6B0420
Decimal107432
Binary1101011100100000
Octal153440

Shades and tints

Shades of #6B0420

#6B0420
(107,4,32)
#62041E
(98,4,30)
#59041C
(89,4,28)
#50041A
(80,4,26)
#470418
(71,4,24)
#3E0416
(62,4,22)
#350414
(53,4,20)
#2C0412
(44,4,18)
#230410
(35,4,16)
#1A040E
(26,4,14)
#11040C
(17,4,12)
#000000
(0,0,0)

Tints of #6B0420

#6B0420
(107,4,32)
#781A34
(120,26,52)
#853048
(133,48,72)
#92465C
(146,70,92)
#9F5C70
(159,92,112)
#AC7284
(172,114,132)
#B98898
(185,136,152)
#C69EAC
(198,158,172)
#D3B4C0
(211,180,192)
#E0CAD4
(224,202,212)
#EDE0E8
(237,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0420 color. Also use rgb(107,4,32) instead hex code.

Text Font Color

.myTextColor { color: #6B0420; }

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

This text font color is #6B0420.


Background Color

.myBgColor { background-color: #6B0420; }

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

This div background color is #6B0420.


Border color

.myBorderColor { border: 1px solid #6B0420; }

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

This div border color is #6B0420.


Opacity

.myOpacity80 { color: #6B0420; opacity: 0.8; }

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

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

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

This text has shadow with #6B0420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0420 on black background.


Color preview on white background

This text has color #6B0420 on white background.



Black color preview on #6B0420 background

This text has black color on #6B0420 background.


White color preview on #6B0420 background

This text has white color on #6B0420 background.