COLOR #060F0F

HEX: #060F0F
RGB: (6,15,15)

Color info

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

RGB color model

#060F0F color RGB value is (6,15,15).

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

RGB channels and saturation

R 6 of 255 = 2%
G 15 of 255 = 6%
B 15 of 255 = 6%

6
15
15

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

Portions of RGB colors in percentages

R + G + B =
6 + 15 + 15 = 36 (100%)
R 6 of 36 ~ 16.67%
G 15 of 36 ~ 41.67%
B 15 of 36 ~ 41.67%

%16.67
%41.67
%41.67

CMYK color model

#060F0F color CMYK value is (60,0,0,94).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(60,0,0,94)
C60M0Y0K94 
(60%,0%,0%,94%)
(0.60/0.00/0.00/0.94)	

CMYK percentages

%60
%0
%0
%94.12

Codes

Color #060F0F in popluar color models

060F0F
RGB61515
HSL180°42.86%4.12%
HSB/HSV180°60.00%5.88%
CMYK60.00%0.00%0.00%
94.12%

Color #060F0F in popluar number systems.

HEX060F0F
Decimal61515
Binary11011111111
Octal61717

Shades and tints

Shades of #060F0F

#060F0F
(6,15,15)
#060E0E
(6,14,14)
#060D0D
(6,13,13)
#060C0C
(6,12,12)
#060B0B
(6,11,11)
#060A0A
(6,10,10)
#060909
(6,9,9)
#060808
(6,8,8)
#060707
(6,7,7)
#060606
(6,6,6)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #060F0F

#060F0F
(6,15,15)
#1C2424
(28,36,36)
#323939
(50,57,57)
#484E4E
(72,78,78)
#5E6363
(94,99,99)
#747878
(116,120,120)
#8A8D8D
(138,141,141)
#A0A2A2
(160,162,162)
#B6B7B7
(182,183,183)
#CCCCCC
(204,204,204)
#E2E1E1
(226,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060F0F color. Also use rgb(6,15,15) instead hex code.

Text Font Color

.myTextColor { color: #060F0F; }

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

This text font color is #060F0F.


Background Color

.myBgColor { background-color: #060F0F; }

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

This div background color is #060F0F.


Border color

.myBorderColor { border: 1px solid #060F0F; }

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

This div border color is #060F0F.


Opacity

.myOpacity80 { color: #060F0F; opacity: 0.8; }

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

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

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

This text has shadow with #060F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060F0F on black background.


Color preview on white background

This text has color #060F0F on white background.



Black color preview on #060F0F background

This text has black color on #060F0F background.


White color preview on #060F0F background

This text has white color on #060F0F background.