COLOR #060807

HEX: #060807
RGB: (6,8,7)

Color info

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

RGB color model

#060807 color RGB value is (6,8,7).

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

RGB channels and saturation

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

6
8
7

R + G + B ~ 3%. #060807 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 8 + 7 = 21 (100%)
R 6 of 21 ~ 28.57%
G 8 of 21 ~ 38.1%
B 7 of 21 ~ 33.33%

%28.57
%38.1
%33.33

CMYK color model

#060807 color CMYK value is (25,0,13,97).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 96.86%
CMYK:
(25,0,13,97)
C25M0Y13K97 
(25%,0%,13%,97%)
(0.25/0.00/0.13/0.97)	

CMYK percentages

%25
%0
%12.5
%96.86

Codes

Color #060807 in popluar color models

060807
RGB687
HSL150°14.29%2.75%
HSB/HSV150°25.00%3.14%
CMYK25.00%0.00%12.50%
96.86%

Color #060807 in popluar number systems.

HEX060807
Decimal687
Binary1101000111
Octal6107

Shades and tints

Tints of #060807

#060807
(6,8,7)
#1C1E1D
(28,30,29)
#323433
(50,52,51)
#484A49
(72,74,73)
#5E605F
(94,96,95)
#747675
(116,118,117)
#8A8C8B
(138,140,139)
#A0A2A1
(160,162,161)
#B6B8B7
(182,184,183)
#CCCECD
(204,206,205)
#E2E4E3
(226,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060807; }

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

This text font color is #060807.


Background Color

.myBgColor { background-color: #060807; }

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

This div background color is #060807.


Border color

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

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

This div border color is #060807.


Opacity

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

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

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

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

This text has shadow with #060807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060807 on black background.


Color preview on white background

This text has color #060807 on white background.



Black color preview on #060807 background

This text has black color on #060807 background.


White color preview on #060807 background

This text has white color on #060807 background.