COLOR #061311

HEX: #061311
RGB: (6,19,17)

Color info

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

RGB color model

#061311 color RGB value is (6,19,17).

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

RGB channels and saturation

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

6
19
17

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

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 17 = 42 (100%)
R 6 of 42 ~ 14.29%
G 19 of 42 ~ 45.24%
B 17 of 42 ~ 40.48%

%14.29
%45.24
%40.48

CMYK color model

#061311 color CMYK value is (68,0,11,93).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 92.55%
CMYK:
(68,0,11,93)
C68M0Y11K93 
(68%,0%,11%,93%)
(0.68/0.00/0.11/0.93)	

CMYK percentages

%68.42
%0
%10.53
%92.55

Codes

Color #061311 in popluar color models

061311
RGB61917
HSL171°52.00%4.90%
HSB/HSV171°68.42%7.45%
CMYK68.42%0.00%10.53%
92.55%

Color #061311 in popluar number systems.

HEX061311
Decimal61917
Binary1101001110001
Octal62321

Shades and tints

Shades of #061311

#061311
(6,19,17)
#061210
(6,18,16)
#06110F
(6,17,15)
#06100E
(6,16,14)
#060F0D
(6,15,13)
#060E0C
(6,14,12)
#060D0B
(6,13,11)
#060C0A
(6,12,10)
#060B09
(6,11,9)
#060A08
(6,10,8)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #061311

#061311
(6,19,17)
#1C2826
(28,40,38)
#323D3B
(50,61,59)
#485250
(72,82,80)
#5E6765
(94,103,101)
#747C7A
(116,124,122)
#8A918F
(138,145,143)
#A0A6A4
(160,166,164)
#B6BBB9
(182,187,185)
#CCD0CE
(204,208,206)
#E2E5E3
(226,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061311; }

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

This text font color is #061311.


Background Color

.myBgColor { background-color: #061311; }

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

This div background color is #061311.


Border color

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

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

This div border color is #061311.


Opacity

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

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

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

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

This text has shadow with #061311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061311 on black background.


Color preview on white background

This text has color #061311 on white background.



Black color preview on #061311 background

This text has black color on #061311 background.


White color preview on #061311 background

This text has white color on #061311 background.