COLOR #060E10

HEX: #060E10
RGB: (6,14,16)

Color info

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

RGB color model

#060E10 color RGB value is (6,14,16).

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

RGB channels and saturation

R 6 of 255 = 2%
G 14 of 255 = 5%
B 16 of 255 = 6%

6
14
16

R + G + B ~ 4%. #060E10 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 14 + 16 = 36 (100%)
R 6 of 36 ~ 16.67%
G 14 of 36 ~ 38.89%
B 16 of 36 ~ 44.44%

%16.67
%38.89
%44.44

CMYK color model

#060E10 color CMYK value is (63,13,0,94).

  • cyan value is 62.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(63,13,0,94)
C63M13Y0K94 
(63%,13%,0%,94%)
(0.63/0.13/0.00/0.94)	

CMYK percentages

%62.5
%12.5
%0
%93.73

Codes

Color #060E10 in popluar color models

060E10
RGB61416
HSL192°45.45%4.31%
HSB/HSV192°62.50%6.27%
CMYK62.50%12.50%0.00%
93.73%

Color #060E10 in popluar number systems.

HEX060E10
Decimal61416
Binary110111010000
Octal61620

Shades and tints

Shades of #060E10

#060E10
(6,14,16)
#060D0F
(6,13,15)
#060C0E
(6,12,14)
#060B0D
(6,11,13)
#060A0C
(6,10,12)
#06090B
(6,9,11)
#06080A
(6,8,10)
#060709
(6,7,9)
#060608
(6,6,8)
#060507
(6,5,7)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #060E10

#060E10
(6,14,16)
#1C2325
(28,35,37)
#32383A
(50,56,58)
#484D4F
(72,77,79)
#5E6264
(94,98,100)
#747779
(116,119,121)
#8A8C8E
(138,140,142)
#A0A1A3
(160,161,163)
#B6B6B8
(182,182,184)
#CCCBCD
(204,203,205)
#E2E0E2
(226,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060E10; }

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

This text font color is #060E10.


Background Color

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

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

This div background color is #060E10.


Border color

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

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

This div border color is #060E10.


Opacity

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

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

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

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

This text has shadow with #060E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060E10 on black background.


Color preview on white background

This text has color #060E10 on white background.



Black color preview on #060E10 background

This text has black color on #060E10 background.


White color preview on #060E10 background

This text has white color on #060E10 background.