COLOR #06080F

HEX: #06080F
RGB: (6,8,15)

Renk bilgisi

#06080F contains red, green and blue colors in about the same proportion. #06080F ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#06080F color RGB value is (6,8,15).

  • kırmız ton 6;
  • yeşil ton 8;
  • mavi ton 15.
RGB:
(6,8,15)
(2%,3%,6%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 8 of 255 = 3%
B 15 of 255 = 6%

6
8
15

R + G + B ~ 4%. #06080F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 8 + 15 = 29 (100%)
R 6 of 29 ~ 20.69%
G 8 of 29 ~ 27.59%
B 15 of 29 ~ 51.72%

%20.69
%27.59
%51.72

CMYK RENK MODELİ

#06080F rengi CMYK tonu (60,47,0,94).

  • camgöbeği tonu 60.00%
  • eflatun tonu 46.67%
  • sarı tonu 0.00%
  • ana renk tonu 94.12%
CMYK:
(60,47,0,94)
C60M47Y0K94 
(60%,47%,0%,94%)
(0.60/0.47/0.00/0.94)	

CMYK yüzdeleri

%60
%46.67
%0
%94.12

Codes

Color #06080F in popluar color models

06080F
RGB6815
HSL227°42.86%4.12%
HSB/HSV227°60.00%5.88%
CMYK60.00%46.67%0.00%
94.12%

Color #06080F in popluar number systems.

HEX06080F
Decimal6815
Binary11010001111
Octal61017

Shades and tints

Shades of #06080F

#06080F
(6,8,15)
#06080E
(6,8,14)
#06080D
(6,8,13)
#06080C
(6,8,12)
#06080B
(6,8,11)
#06080A
(6,8,10)
#060809
(6,8,9)
#060808
(6,8,8)
#060807
(6,8,7)
#060806
(6,8,6)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #06080F

#06080F
(6,8,15)
#1C1E24
(28,30,36)
#323439
(50,52,57)
#484A4E
(72,74,78)
#5E6063
(94,96,99)
#747678
(116,118,120)
#8A8C8D
(138,140,141)
#A0A2A2
(160,162,162)
#B6B8B7
(182,184,183)
#CCCECC
(204,206,204)
#E2E4E1
(226,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06080F color. Also use rgb(6,8,15) instead hex code.

Text Font Color

.myTextColor { color: #06080F; }

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

This text font color is #06080F.


Background Color

.myBgColor { background-color: #06080F; }

<div style="background-color:#06080F">Inner text</div>

This div background color is #06080F.


Border color

.myBorderColor { border: 1px solid #06080F; }

<div style="border:3px solid #06080F">Div</div>

This div border color is #06080F.


Opacity

.myOpacity80 { color: #06080F; opacity: 0.8; }

<p style="color:#06080F;opacity:0.8;">80%</p>

Text with #06080F 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 #06080F;}

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

This text has shadow with #06080F color.

.textShadow {text-shadow: 3px 3px 1px #06080F, 3px 3px 1px red;}

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

This text has shadow with #06080F primary color and red secondary color.


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

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

This text has shadow with #06080F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06080F on black background.


Color preview on white background

This text has color #06080F on white background.



Black color preview on #06080F background

This text has black color on #06080F background.


White color preview on #06080F background

This text has white color on #06080F background.