COLOR #06000E

HEX: #06000E
RGB: (6,0,14)

Renk bilgisi

#06000E contains only red and blue colors. #06000E ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#06000E color RGB value is (6,0,14).

  • kırmız ton 6;
  • yeşil ton 0;
  • mavi ton 14.
RGB:
(6,0,14)
(2%,0%,5%)

RGB bağlantıları ve doygunluk

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

6
0
14

R + G + B ~ 2%. #06000E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 0 + 14 = 20 (100%)
R 6 of 20 ~ 30%
G 0 of 20 ~ 0%
B 14 of 20 ~ 70%

%30
%70

CMYK RENK MODELİ

#06000E rengi CMYK tonu (57,100,0,95).

  • camgöbeği tonu 57.14%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 94.51%
CMYK:
(57,100,0,95)
C57M100Y0K95 
(57%,100%,0%,95%)
(0.57/1.00/0.00/0.95)	

CMYK yüzdeleri

%57.14
%100
%0
%94.51

Codes

Color #06000E in popluar color models

06000E
RGB6014
HSL266°100.00%2.75%
HSB/HSV266°100.00%5.49%
CMYK57.14%100.00%0.00%
94.51%

Color #06000E in popluar number systems.

HEX06000E
Decimal6014
Binary11001110
Octal6016

Shades and tints

Shades of #06000E

#06000E
(6,0,14)
#06000D
(6,0,13)
#06000C
(6,0,12)
#06000B
(6,0,11)
#06000A
(6,0,10)
#060009
(6,0,9)
#060008
(6,0,8)
#060007
(6,0,7)
#060006
(6,0,6)
#060005
(6,0,5)
#060004
(6,0,4)
#000000
(0,0,0)

Tints of #06000E

#06000E
(6,0,14)
#1C1723
(28,23,35)
#322E38
(50,46,56)
#48454D
(72,69,77)
#5E5C62
(94,92,98)
#747377
(116,115,119)
#8A8A8C
(138,138,140)
#A0A1A1
(160,161,161)
#B6B8B6
(182,184,182)
#CCCFCB
(204,207,203)
#E2E6E0
(226,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06000E color. Also use rgb(6,0,14) instead hex code.

Text Font Color

.myTextColor { color: #06000E; }

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

This text font color is #06000E.


Background Color

.myBgColor { background-color: #06000E; }

<div style="background-color:#06000E">Inner text</div>

This div background color is #06000E.


Border color

.myBorderColor { border: 1px solid #06000E; }

<div style="border:3px solid #06000E">Div</div>

This div border color is #06000E.


Opacity

.myOpacity80 { color: #06000E; opacity: 0.8; }

<p style="color:#06000E;opacity:0.8;">80%</p>

Text with #06000E 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 #06000E;}

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

This text has shadow with #06000E color.

.textShadow {text-shadow: 3px 3px 1px #06000E, 3px 3px 1px red;}

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

This text has shadow with #06000E primary color and red secondary color.


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

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

This text has shadow with #06000E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06000E on black background.


Color preview on white background

This text has color #06000E on white background.



Black color preview on #06000E background

This text has black color on #06000E background.


White color preview on #06000E background

This text has white color on #06000E background.