COLOR #060E1E

HEX: #060E1E
RGB: (6,14,30)

Color info

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

RGB color model

#060E1E color RGB value is (6,14,30).

  • red value is 6;
  • green value is 14;
  • blue value is 30.
RGB:
(6,14,30)
(2%,5%,12%)

RGB channels and saturation

R 6 of 255 = 2%
G 14 of 255 = 5%
B 30 of 255 = 12%

6
14
30

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

Portions of RGB colors in percentages

R + G + B =
6 + 14 + 30 = 50 (100%)
R 6 of 50 ~ 12%
G 14 of 50 ~ 28%
B 30 of 50 ~ 60%

%12
%28
%60

CMYK color model

#060E1E color CMYK value is (80,53,0,88).

  • cyan value is 80.00%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(80,53,0,88)
C80M53Y0K88 
(80%,53%,0%,88%)
(0.80/0.53/0.00/0.88)	

CMYK percentages

%80
%53.33
%0
%88.24

Codes

Color #060E1E in popluar color models

060E1E
RGB61430
HSL220°66.67%7.06%
HSB/HSV220°80.00%11.76%
CMYK80.00%53.33%0.00%
88.24%

Color #060E1E in popluar number systems.

HEX060E1E
Decimal61430
Binary110111011110
Octal61636

Shades and tints

Shades of #060E1E

#060E1E
(6,14,30)
#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)
#000000
(0,0,0)

Tints of #060E1E

#060E1E
(6,14,30)
#1C2332
(28,35,50)
#323846
(50,56,70)
#484D5A
(72,77,90)
#5E626E
(94,98,110)
#747782
(116,119,130)
#8A8C96
(138,140,150)
#A0A1AA
(160,161,170)
#B6B6BE
(182,182,190)
#CCCBD2
(204,203,210)
#E2E0E6
(226,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060E1E; }

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

This text font color is #060E1E.


Background Color

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

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

This div background color is #060E1E.


Border color

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

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

This div border color is #060E1E.


Opacity

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

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

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

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

This text has shadow with #060E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060E1E on black background.


Color preview on white background

This text has color #060E1E on white background.



Black color preview on #060E1E background

This text has black color on #060E1E background.


White color preview on #060E1E background

This text has white color on #060E1E background.