COLOR #061309

HEX: #061309
RGB: (6,19,9)

Color info

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

RGB color model

#061309 color RGB value is (6,19,9).

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

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 9 of 255 = 4%

6
19
9

R + G + B ~ 4%. #061309 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 9 = 34 (100%)
R 6 of 34 ~ 17.65%
G 19 of 34 ~ 55.88%
B 9 of 34 ~ 26.47%

%17.65
%55.88
%26.47

CMYK color model

#061309 color CMYK value is (68,0,53,93).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(68,0,53,93)
C68M0Y53K93 
(68%,0%,53%,93%)
(0.68/0.00/0.53/0.93)	

CMYK percentages

%68.42
%0
%52.63
%92.55

Codes

Color #061309 in popluar color models

061309
RGB6199
HSL134°52.00%4.90%
HSB/HSV134°68.42%7.45%
CMYK68.42%0.00%52.63%
92.55%

Color #061309 in popluar number systems.

HEX061309
Decimal6199
Binary110100111001
Octal62311

Shades and tints

Shades of #061309

#061309
(6,19,9)
#061209
(6,18,9)
#061109
(6,17,9)
#061009
(6,16,9)
#060F09
(6,15,9)
#060E09
(6,14,9)
#060D09
(6,13,9)
#060C09
(6,12,9)
#060B09
(6,11,9)
#060A09
(6,10,9)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #061309

#061309
(6,19,9)
#1C281F
(28,40,31)
#323D35
(50,61,53)
#48524B
(72,82,75)
#5E6761
(94,103,97)
#747C77
(116,124,119)
#8A918D
(138,145,141)
#A0A6A3
(160,166,163)
#B6BBB9
(182,187,185)
#CCD0CF
(204,208,207)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061309; }

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

This text font color is #061309.


Background Color

.myBgColor { background-color: #061309; }

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

This div background color is #061309.


Border color

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

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

This div border color is #061309.


Opacity

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

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

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

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

This text has shadow with #061309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061309 on black background.


Color preview on white background

This text has color #061309 on white background.



Black color preview on #061309 background

This text has black color on #061309 background.


White color preview on #061309 background

This text has white color on #061309 background.