COLOR #061211

HEX: #061211
RGB: (6,18,17)

Color info

#061211 contains red, green and blue colors in about the same proportion. Web safe color of #061211 is #000000 (or #000).

RGB color model

#061211 color RGB value is (6,18,17).

  • red value is 6;
  • green value is 18;
  • blue value is 17.
RGB:
(6,18,17)
(2%,7%,7%)

RGB channels and saturation

R 6 of 255 = 2%
G 18 of 255 = 7%
B 17 of 255 = 7%

6
18
17

R + G + B ~ 5%. #061211 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 18 + 17 = 41 (100%)
R 6 of 41 ~ 14.63%
G 18 of 41 ~ 43.9%
B 17 of 41 ~ 41.46%

%14.63
%43.9
%41.46

CMYK color model

#061211 color CMYK value is (67,0,6,93).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 92.94%
CMYK:
(67,0,6,93)
C67M0Y6K93 
(67%,0%,6%,93%)
(0.67/0.00/0.06/0.93)	

CMYK percentages

%66.67
%0
%5.56
%92.94

Codes

Color #061211 in popluar color models

061211
RGB61817
HSL175°50.00%4.71%
HSB/HSV175°66.67%7.06%
CMYK66.67%0.00%5.56%
92.94%

Color #061211 in popluar number systems.

HEX061211
Decimal61817
Binary1101001010001
Octal62221

Shades and tints

Shades of #061211

#061211
(6,18,17)
#061110
(6,17,16)
#06100F
(6,16,15)
#060F0E
(6,15,14)
#060E0D
(6,14,13)
#060D0C
(6,13,12)
#060C0B
(6,12,11)
#060B0A
(6,11,10)
#060A09
(6,10,9)
#060908
(6,9,8)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #061211

#061211
(6,18,17)
#1C2726
(28,39,38)
#323C3B
(50,60,59)
#485150
(72,81,80)
#5E6665
(94,102,101)
#747B7A
(116,123,122)
#8A908F
(138,144,143)
#A0A5A4
(160,165,164)
#B6BAB9
(182,186,185)
#CCCFCE
(204,207,206)
#E2E4E3
(226,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061211 color. Also use rgb(6,18,17) instead hex code.

Text Font Color

.myTextColor { color: #061211; }

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

This text font color is #061211.


Background Color

.myBgColor { background-color: #061211; }

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

This div background color is #061211.


Border color

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

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

This div border color is #061211.


Opacity

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

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

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

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

This text has shadow with #061211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061211 on black background.


Color preview on white background

This text has color #061211 on white background.



Black color preview on #061211 background

This text has black color on #061211 background.


White color preview on #061211 background

This text has white color on #061211 background.