COLOR #06201B

HEX: #06201B
RGB: (6,32,27)

Color info

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

RGB color model

#06201B color RGB value is (6,32,27).

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

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 27 of 255 = 11%

6
32
27

R + G + B ~ 9%. #06201B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 32 + 27 = 65 (100%)
R 6 of 65 ~ 9.23%
G 32 of 65 ~ 49.23%
B 27 of 65 ~ 41.54%

%49.23
%41.54

CMYK color model

#06201B color CMYK value is (81,0,16,87).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 87.45%
CMYK:
(81,0,16,87)
C81M0Y16K87 
(81%,0%,16%,87%)
(0.81/0.00/0.16/0.87)	

CMYK percentages

%81.25
%0
%15.63
%87.45

Codes

Color #06201B in popluar color models

06201B
RGB63227
HSL168°68.42%7.45%
HSB/HSV168°81.25%12.55%
CMYK81.25%0.00%15.63%
87.45%

Color #06201B in popluar number systems.

HEX06201B
Decimal63227
Binary11010000011011
Octal64033

Shades and tints

Shades of #06201B

#06201B
(6,32,27)
#061E19
(6,30,25)
#061C17
(6,28,23)
#061A15
(6,26,21)
#061813
(6,24,19)
#061611
(6,22,17)
#06140F
(6,20,15)
#06120D
(6,18,13)
#06100B
(6,16,11)
#060E09
(6,14,9)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #06201B

#06201B
(6,32,27)
#1C342F
(28,52,47)
#324843
(50,72,67)
#485C57
(72,92,87)
#5E706B
(94,112,107)
#74847F
(116,132,127)
#8A9893
(138,152,147)
#A0ACA7
(160,172,167)
#B6C0BB
(182,192,187)
#CCD4CF
(204,212,207)
#E2E8E3
(226,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06201B; }

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

This text font color is #06201B.


Background Color

.myBgColor { background-color: #06201B; }

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

This div background color is #06201B.


Border color

.myBorderColor { border: 1px solid #06201B; }

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

This div border color is #06201B.


Opacity

.myOpacity80 { color: #06201B; opacity: 0.8; }

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

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

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

This text has shadow with #06201B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06201B on black background.


Color preview on white background

This text has color #06201B on white background.



Black color preview on #06201B background

This text has black color on #06201B background.


White color preview on #06201B background

This text has white color on #06201B background.