COLOR #060D1C

HEX: #060D1C
RGB: (6,13,28)

Color info

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

RGB color model

#060D1C color RGB value is (6,13,28).

  • red value is 6;
  • green value is 13;
  • blue value is 28.
RGB:
(6,13,28)
(2%,5%,11%)

RGB channels and saturation

R 6 of 255 = 2%
G 13 of 255 = 5%
B 28 of 255 = 11%

6
13
28

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

Portions of RGB colors in percentages

R + G + B =
6 + 13 + 28 = 47 (100%)
R 6 of 47 ~ 12.77%
G 13 of 47 ~ 27.66%
B 28 of 47 ~ 59.57%

%12.77
%27.66
%59.57

CMYK color model

#060D1C color CMYK value is (79,54,0,89).

  • cyan value is 78.57%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(79,54,0,89)
C79M54Y0K89 
(79%,54%,0%,89%)
(0.79/0.54/0.00/0.89)	

CMYK percentages

%78.57
%53.57
%0
%89.02

Codes

Color #060D1C in popluar color models

060D1C
RGB61328
HSL221°64.71%6.67%
HSB/HSV221°78.57%10.98%
CMYK78.57%53.57%0.00%
89.02%

Color #060D1C in popluar number systems.

HEX060D1C
Decimal61328
Binary110110111100
Octal61534

Shades and tints

Shades of #060D1C

#060D1C
(6,13,28)
#060C1A
(6,12,26)
#060B18
(6,11,24)
#060A16
(6,10,22)
#060914
(6,9,20)
#060812
(6,8,18)
#060710
(6,7,16)
#06060E
(6,6,14)
#06050C
(6,5,12)
#06040A
(6,4,10)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #060D1C

#060D1C
(6,13,28)
#1C2330
(28,35,48)
#323944
(50,57,68)
#484F58
(72,79,88)
#5E656C
(94,101,108)
#747B80
(116,123,128)
#8A9194
(138,145,148)
#A0A7A8
(160,167,168)
#B6BDBC
(182,189,188)
#CCD3D0
(204,211,208)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060D1C; }

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

This text font color is #060D1C.


Background Color

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

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

This div background color is #060D1C.


Border color

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

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

This div border color is #060D1C.


Opacity

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

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

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

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

This text has shadow with #060D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060D1C on black background.


Color preview on white background

This text has color #060D1C on white background.



Black color preview on #060D1C background

This text has black color on #060D1C background.


White color preview on #060D1C background

This text has white color on #060D1C background.