COLOR #060307

HEX: #060307
RGB: (6,3,7)

Color info

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

RGB color model

#060307 color RGB value is (6,3,7).

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

RGB channels and saturation

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

6
3
7

R + G + B ~ 2%. #060307 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 3 + 7 = 16 (100%)
R 6 of 16 ~ 37.5%
G 3 of 16 ~ 18.75%
B 7 of 16 ~ 43.75%

%37.5
%18.75
%43.75

CMYK color model

#060307 color CMYK value is (14,57,0,97).

  • cyan value is 14.29%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 97.25%
CMYK:
(14,57,0,97)
C14M57Y0K97 
(14%,57%,0%,97%)
(0.14/0.57/0.00/0.97)	

CMYK percentages

%14.29
%57.14
%0
%97.25

Codes

Color #060307 in popluar color models

060307
RGB637
HSL285°40.00%1.96%
HSB/HSV285°57.14%2.75%
CMYK14.29%57.14%0.00%
97.25%

Color #060307 in popluar number systems.

HEX060307
Decimal637
Binary11011111
Octal637

Shades and tints

Tints of #060307

#060307
(6,3,7)
#1C191D
(28,25,29)
#322F33
(50,47,51)
#484549
(72,69,73)
#5E5B5F
(94,91,95)
#747175
(116,113,117)
#8A878B
(138,135,139)
#A09DA1
(160,157,161)
#B6B3B7
(182,179,183)
#CCC9CD
(204,201,205)
#E2DFE3
(226,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060307; }

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

This text font color is #060307.


Background Color

.myBgColor { background-color: #060307; }

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

This div background color is #060307.


Border color

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

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

This div border color is #060307.


Opacity

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

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

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

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

This text has shadow with #060307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060307 on black background.


Color preview on white background

This text has color #060307 on white background.



Black color preview on #060307 background

This text has black color on #060307 background.


White color preview on #060307 background

This text has white color on #060307 background.