COLOR #061411

HEX: #061411
RGB: (6,20,17)

Color info

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

RGB color model

#061411 color RGB value is (6,20,17).

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

RGB channels and saturation

R 6 of 255 = 2%
G 20 of 255 = 8%
B 17 of 255 = 7%

6
20
17

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

Portions of RGB colors in percentages

R + G + B =
6 + 20 + 17 = 43 (100%)
R 6 of 43 ~ 13.95%
G 20 of 43 ~ 46.51%
B 17 of 43 ~ 39.53%

%13.95
%46.51
%39.53

CMYK color model

#061411 color CMYK value is (70,0,15,92).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 92.16%
CMYK:
(70,0,15,92)
C70M0Y15K92 
(70%,0%,15%,92%)
(0.70/0.00/0.15/0.92)	

CMYK percentages

%70
%0
%15
%92.16

Codes

Color #061411 in popluar color models

061411
RGB62017
HSL167°53.85%5.10%
HSB/HSV167°70.00%7.84%
CMYK70.00%0.00%15.00%
92.16%

Color #061411 in popluar number systems.

HEX061411
Decimal62017
Binary1101010010001
Octal62421

Shades and tints

Shades of #061411

#061411
(6,20,17)
#061310
(6,19,16)
#06120F
(6,18,15)
#06110E
(6,17,14)
#06100D
(6,16,13)
#060F0C
(6,15,12)
#060E0B
(6,14,11)
#060D0A
(6,13,10)
#060C09
(6,12,9)
#060B08
(6,11,8)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #061411

#061411
(6,20,17)
#1C2926
(28,41,38)
#323E3B
(50,62,59)
#485350
(72,83,80)
#5E6865
(94,104,101)
#747D7A
(116,125,122)
#8A928F
(138,146,143)
#A0A7A4
(160,167,164)
#B6BCB9
(182,188,185)
#CCD1CE
(204,209,206)
#E2E6E3
(226,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061411; }

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

This text font color is #061411.


Background Color

.myBgColor { background-color: #061411; }

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

This div background color is #061411.


Border color

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

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

This div border color is #061411.


Opacity

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

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

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

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

This text has shadow with #061411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061411 on black background.


Color preview on white background

This text has color #061411 on white background.



Black color preview on #061411 background

This text has black color on #061411 background.


White color preview on #061411 background

This text has white color on #061411 background.