COLOR #06210A

HEX: #06210A
RGB: (6,33,10)

Color info

#06210A contains red, green and blue colors in about the same proportion. Web safe color of #06210A is #003300 (or #030).

RGB color model

#06210A color RGB value is (6,33,10).

  • red value is 6;
  • green value is 33;
  • blue value is 10.
RGB:
(6,33,10)
(2%,13%,4%)

RGB channels and saturation

R 6 of 255 = 2%
G 33 of 255 = 13%
B 10 of 255 = 4%

6
33
10

R + G + B ~ 6%. #06210A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 33 + 10 = 49 (100%)
R 6 of 49 ~ 12.24%
G 33 of 49 ~ 67.35%
B 10 of 49 ~ 20.41%

%12.24
%67.35
%20.41

CMYK color model

#06210A color CMYK value is (82,0,70,87).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 69.70%
  • key color value is 87.06%
CMYK:
(82,0,70,87)
C82M0Y70K87 
(82%,0%,70%,87%)
(0.82/0.00/0.70/0.87)	

CMYK percentages

%81.82
%0
%69.7
%87.06

Codes

Color #06210A in popluar color models

06210A
RGB63310
HSL129°69.23%7.65%
HSB/HSV129°81.82%12.94%
CMYK81.82%0.00%69.70%
87.06%

Color #06210A in popluar number systems.

HEX06210A
Decimal63310
Binary1101000011010
Octal64112

Shades and tints

Shades of #06210A

#06210A
(6,33,10)
#061E0A
(6,30,10)
#061B0A
(6,27,10)
#06180A
(6,24,10)
#06150A
(6,21,10)
#06120A
(6,18,10)
#060F0A
(6,15,10)
#060C0A
(6,12,10)
#06090A
(6,9,10)
#06060A
(6,6,10)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #06210A

#06210A
(6,33,10)
#1C3520
(28,53,32)
#324936
(50,73,54)
#485D4C
(72,93,76)
#5E7162
(94,113,98)
#748578
(116,133,120)
#8A998E
(138,153,142)
#A0ADA4
(160,173,164)
#B6C1BA
(182,193,186)
#CCD5D0
(204,213,208)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06210A color. Also use rgb(6,33,10) instead hex code.

Text Font Color

.myTextColor { color: #06210A; }

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

This text font color is #06210A.


Background Color

.myBgColor { background-color: #06210A; }

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

This div background color is #06210A.


Border color

.myBorderColor { border: 1px solid #06210A; }

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

This div border color is #06210A.


Opacity

.myOpacity80 { color: #06210A; opacity: 0.8; }

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

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

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

This text has shadow with #06210A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06210A on black background.


Color preview on white background

This text has color #06210A on white background.



Black color preview on #06210A background

This text has black color on #06210A background.


White color preview on #06210A background

This text has white color on #06210A background.