COLOR #060E09

HEX: #060E09
RGB: (6,14,9)

Renk bilgisi

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

RGB renk modeli

#060E09 color RGB value is (6,14,9).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 14 of 255 = 5%
B 9 of 255 = 4%

6
14
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 14 + 9 = 29 (100%)
R 6 of 29 ~ 20.69%
G 14 of 29 ~ 48.28%
B 9 of 29 ~ 31.03%

%20.69
%48.28
%31.03

CMYK RENK MODELİ

#060E09 rengi CMYK tonu (57,0,36,95).

  • camgöbeği tonu 57.14%
  • eflatun tonu 0.00%
  • sarı tonu 35.71%
  • ana renk tonu 94.51%
CMYK:
(57,0,36,95)
C57M0Y36K95 
(57%,0%,36%,95%)
(0.57/0.00/0.36/0.95)	

CMYK yüzdeleri

%57.14
%0
%35.71
%94.51

Codes

Color #060E09 in popluar color models

060E09
RGB6149
HSL143°40.00%3.92%
HSB/HSV143°57.14%5.49%
CMYK57.14%0.00%35.71%
94.51%

Color #060E09 in popluar number systems.

HEX060E09
Decimal6149
Binary11011101001
Octal61611

Shades and tints

Shades of #060E09

#060E09
(6,14,9)
#060D09
(6,13,9)
#060C09
(6,12,9)
#060B09
(6,11,9)
#060A09
(6,10,9)
#060909
(6,9,9)
#060809
(6,8,9)
#060709
(6,7,9)
#060609
(6,6,9)
#060509
(6,5,9)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #060E09

#060E09
(6,14,9)
#1C231F
(28,35,31)
#323835
(50,56,53)
#484D4B
(72,77,75)
#5E6261
(94,98,97)
#747777
(116,119,119)
#8A8C8D
(138,140,141)
#A0A1A3
(160,161,163)
#B6B6B9
(182,182,185)
#CCCBCF
(204,203,207)
#E2E0E5
(226,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060E09; }

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

This text font color is #060E09.


Background Color

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

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

This div background color is #060E09.


Border color

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

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

This div border color is #060E09.


Opacity

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

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

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

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

This text has shadow with #060E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060E09 on black background.


Color preview on white background

This text has color #060E09 on white background.



Black color preview on #060E09 background

This text has black color on #060E09 background.


White color preview on #060E09 background

This text has white color on #060E09 background.