COLOR #060F1B

HEX: #060F1B
RGB: (6,15,27)

Color info

#060F1B contains red, green and blue colors in about the same proportion. Web safe color of #060F1B is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

6
15
27

R + G + B ~ 6%. #060F1B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 15 + 27 = 48 (100%)
R 6 of 48 ~ 12.5%
G 15 of 48 ~ 31.25%
B 27 of 48 ~ 56.25%

%12.5
%31.25
%56.25

CMYK color model

#060F1B color CMYK value is (78,44,0,89).

  • cyan value is 77.78%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(78,44,0,89)
C78M44Y0K89 
(78%,44%,0%,89%)
(0.78/0.44/0.00/0.89)	

CMYK percentages

%77.78
%44.44
%0
%89.41

Codes

Color #060F1B in popluar color models

060F1B
RGB61527
HSL214°63.64%6.47%
HSB/HSV214°77.78%10.59%
CMYK77.78%44.44%0.00%
89.41%

Color #060F1B in popluar number systems.

HEX060F1B
Decimal61527
Binary110111111011
Octal61733

Shades and tints

Shades of #060F1B

#060F1B
(6,15,27)
#060E19
(6,14,25)
#060D17
(6,13,23)
#060C15
(6,12,21)
#060B13
(6,11,19)
#060A11
(6,10,17)
#06090F
(6,9,15)
#06080D
(6,8,13)
#06070B
(6,7,11)
#060609
(6,6,9)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #060F1B

#060F1B
(6,15,27)
#1C242F
(28,36,47)
#323943
(50,57,67)
#484E57
(72,78,87)
#5E636B
(94,99,107)
#74787F
(116,120,127)
#8A8D93
(138,141,147)
#A0A2A7
(160,162,167)
#B6B7BB
(182,183,187)
#CCCCCF
(204,204,207)
#E2E1E3
(226,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060F1B; }

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

This text font color is #060F1B.


Background Color

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

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

This div background color is #060F1B.


Border color

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

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

This div border color is #060F1B.


Opacity

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

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

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

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

This text has shadow with #060F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060F1B on black background.


Color preview on white background

This text has color #060F1B on white background.



Black color preview on #060F1B background

This text has black color on #060F1B background.


White color preview on #060F1B background

This text has white color on #060F1B background.