COLOR #060D12

HEX: #060D12
RGB: (6,13,18)

Renk bilgisi

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

RGB renk modeli

#060D12 color RGB value is (6,13,18).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 13 of 255 = 5%
B 18 of 255 = 7%

6
13
18

R + G + B ~ 5%. #060D12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 13 + 18 = 37 (100%)
R 6 of 37 ~ 16.22%
G 13 of 37 ~ 35.14%
B 18 of 37 ~ 48.65%

%16.22
%35.14
%48.65

CMYK RENK MODELİ

#060D12 rengi CMYK tonu (67,28,0,93).

  • camgöbeği tonu 66.67%
  • eflatun tonu 27.78%
  • sarı tonu 0.00%
  • ana renk tonu 92.94%
CMYK:
(67,28,0,93)
C67M28Y0K93 
(67%,28%,0%,93%)
(0.67/0.28/0.00/0.93)	

CMYK yüzdeleri

%66.67
%27.78
%0
%92.94

Codes

Color #060D12 in popluar color models

060D12
RGB61318
HSL205°50.00%4.71%
HSB/HSV205°66.67%7.06%
CMYK66.67%27.78%0.00%
92.94%

Color #060D12 in popluar number systems.

HEX060D12
Decimal61318
Binary110110110010
Octal61522

Shades and tints

Shades of #060D12

#060D12
(6,13,18)
#060C11
(6,12,17)
#060B10
(6,11,16)
#060A0F
(6,10,15)
#06090E
(6,9,14)
#06080D
(6,8,13)
#06070C
(6,7,12)
#06060B
(6,6,11)
#06050A
(6,5,10)
#060409
(6,4,9)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #060D12

#060D12
(6,13,18)
#1C2327
(28,35,39)
#32393C
(50,57,60)
#484F51
(72,79,81)
#5E6566
(94,101,102)
#747B7B
(116,123,123)
#8A9190
(138,145,144)
#A0A7A5
(160,167,165)
#B6BDBA
(182,189,186)
#CCD3CF
(204,211,207)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060D12; }

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

This text font color is #060D12.


Background Color

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

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

This div background color is #060D12.


Border color

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

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

This div border color is #060D12.


Opacity

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

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

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

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

This text has shadow with #060D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060D12 on black background.


Color preview on white background

This text has color #060D12 on white background.



Black color preview on #060D12 background

This text has black color on #060D12 background.


White color preview on #060D12 background

This text has white color on #060D12 background.