COLOR #062420

HEX: #062420
RGB: (6,36,32)

Color info

#062420 contains red, green and blue colors in about the same proportion. Web safe color of #062420 is #003333 (or #033).

RGB color model

#062420 color RGB value is (6,36,32).

  • red value is 6;
  • green value is 36;
  • blue value is 32.
RGB:
(6,36,32)
(2%,14%,13%)

RGB channels and saturation

R 6 of 255 = 2%
G 36 of 255 = 14%
B 32 of 255 = 13%

6
36
32

R + G + B ~ 10%. #062420 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 36 + 32 = 74 (100%)
R 6 of 74 ~ 8.11%
G 36 of 74 ~ 48.65%
B 32 of 74 ~ 43.24%

%48.65
%43.24

CMYK color model

#062420 color CMYK value is (83,0,11,86).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 85.88%
CMYK:
(83,0,11,86)
C83M0Y11K86 
(83%,0%,11%,86%)
(0.83/0.00/0.11/0.86)	

CMYK percentages

%83.33
%0
%11.11
%85.88

Codes

Color #062420 in popluar color models

062420
RGB63632
HSL172°71.43%8.24%
HSB/HSV172°83.33%14.12%
CMYK83.33%0.00%11.11%
85.88%

Color #062420 in popluar number systems.

HEX062420
Decimal63632
Binary110100100100000
Octal64440

Shades and tints

Shades of #062420

#062420
(6,36,32)
#06211E
(6,33,30)
#061E1C
(6,30,28)
#061B1A
(6,27,26)
#061818
(6,24,24)
#061516
(6,21,22)
#061214
(6,18,20)
#060F12
(6,15,18)
#060C10
(6,12,16)
#06090E
(6,9,14)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #062420

#062420
(6,36,32)
#1C3734
(28,55,52)
#324A48
(50,74,72)
#485D5C
(72,93,92)
#5E7070
(94,112,112)
#748384
(116,131,132)
#8A9698
(138,150,152)
#A0A9AC
(160,169,172)
#B6BCC0
(182,188,192)
#CCCFD4
(204,207,212)
#E2E2E8
(226,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062420; }

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

This text font color is #062420.


Background Color

.myBgColor { background-color: #062420; }

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

This div background color is #062420.


Border color

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

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

This div border color is #062420.


Opacity

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

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

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

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

This text has shadow with #062420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062420 on black background.


Color preview on white background

This text has color #062420 on white background.



Black color preview on #062420 background

This text has black color on #062420 background.


White color preview on #062420 background

This text has white color on #062420 background.