COLOR #061307

HEX: #061307
RGB: (6,19,7)

Color info

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

RGB color model

#061307 color RGB value is (6,19,7).

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

RGB channels and saturation

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

6
19
7

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

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 7 = 32 (100%)
R 6 of 32 ~ 18.75%
G 19 of 32 ~ 59.38%
B 7 of 32 ~ 21.88%

%18.75
%59.38
%21.88

CMYK color model

#061307 color CMYK value is (68,0,63,93).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK:
(68,0,63,93)
C68M0Y63K93 
(68%,0%,63%,93%)
(0.68/0.00/0.63/0.93)	

CMYK percentages

%68.42
%0
%63.16
%92.55

Codes

Color #061307 in popluar color models

061307
RGB6197
HSL125°52.00%4.90%
HSB/HSV125°68.42%7.45%
CMYK68.42%0.00%63.16%
92.55%

Color #061307 in popluar number systems.

HEX061307
Decimal6197
Binary11010011111
Octal6237

Shades and tints

Shades of #061307

#061307
(6,19,7)
#061207
(6,18,7)
#061107
(6,17,7)
#061007
(6,16,7)
#060F07
(6,15,7)
#060E07
(6,14,7)
#060D07
(6,13,7)
#060C07
(6,12,7)
#060B07
(6,11,7)
#060A07
(6,10,7)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #061307

#061307
(6,19,7)
#1C281D
(28,40,29)
#323D33
(50,61,51)
#485249
(72,82,73)
#5E675F
(94,103,95)
#747C75
(116,124,117)
#8A918B
(138,145,139)
#A0A6A1
(160,166,161)
#B6BBB7
(182,187,183)
#CCD0CD
(204,208,205)
#E2E5E3
(226,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061307; }

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

This text font color is #061307.


Background Color

.myBgColor { background-color: #061307; }

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

This div background color is #061307.


Border color

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

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

This div border color is #061307.


Opacity

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

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

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

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

This text has shadow with #061307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061307 on black background.


Color preview on white background

This text has color #061307 on white background.



Black color preview on #061307 background

This text has black color on #061307 background.


White color preview on #061307 background

This text has white color on #061307 background.