COLOR #060D0A

HEX: #060D0A
RGB: (6,13,10)

Renk bilgisi

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

RGB renk modeli

#060D0A color RGB value is (6,13,10).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 13 of 255 = 5%
B 10 of 255 = 4%

6
13
10

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 13 + 10 = 29 (100%)
R 6 of 29 ~ 20.69%
G 13 of 29 ~ 44.83%
B 10 of 29 ~ 34.48%

%20.69
%44.83
%34.48

CMYK RENK MODELİ

#060D0A rengi CMYK tonu (54,0,23,95).

  • camgöbeği tonu 53.85%
  • eflatun tonu 0.00%
  • sarı tonu 23.08%
  • ana renk tonu 94.90%
CMYK:
(54,0,23,95)
C54M0Y23K95 
(54%,0%,23%,95%)
(0.54/0.00/0.23/0.95)	

CMYK yüzdeleri

%53.85
%0
%23.08
%94.9

Codes

Color #060D0A in popluar color models

060D0A
RGB61310
HSL154°36.84%3.73%
HSB/HSV154°53.85%5.10%
CMYK53.85%0.00%23.08%
94.90%

Color #060D0A in popluar number systems.

HEX060D0A
Decimal61310
Binary11011011010
Octal61512

Shades and tints

Shades of #060D0A

#060D0A
(6,13,10)
#060C0A
(6,12,10)
#060B0A
(6,11,10)
#060A0A
(6,10,10)
#06090A
(6,9,10)
#06080A
(6,8,10)
#06070A
(6,7,10)
#06060A
(6,6,10)
#06050A
(6,5,10)
#06040A
(6,4,10)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #060D0A

#060D0A
(6,13,10)
#1C2320
(28,35,32)
#323936
(50,57,54)
#484F4C
(72,79,76)
#5E6562
(94,101,98)
#747B78
(116,123,120)
#8A918E
(138,145,142)
#A0A7A4
(160,167,164)
#B6BDBA
(182,189,186)
#CCD3D0
(204,211,208)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060D0A; }

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

This text font color is #060D0A.


Background Color

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

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

This div background color is #060D0A.


Border color

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

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

This div border color is #060D0A.


Opacity

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

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

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

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

This text has shadow with #060D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060D0A on black background.


Color preview on white background

This text has color #060D0A on white background.



Black color preview on #060D0A background

This text has black color on #060D0A background.


White color preview on #060D0A background

This text has white color on #060D0A background.