COLOR #061314

HEX: #061314
RGB: (6,19,20)

Renk bilgisi

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

RGB renk modeli

#061314 color RGB value is (6,19,20).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 19 of 255 = 7%
B 20 of 255 = 8%

6
19
20

R + G + B ~ 6%. #061314 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 19 + 20 = 45 (100%)
R 6 of 45 ~ 13.33%
G 19 of 45 ~ 42.22%
B 20 of 45 ~ 44.44%

%13.33
%42.22
%44.44

CMYK RENK MODELİ

#061314 rengi CMYK tonu (70,5,0,92).

  • camgöbeği tonu 70.00%
  • eflatun tonu 5.00%
  • sarı tonu 0.00%
  • ana renk tonu 92.16%
CMYK:
(70,5,0,92)
C70M5Y0K92 
(70%,5%,0%,92%)
(0.70/0.05/0.00/0.92)	

CMYK yüzdeleri

%70
%5
%0
%92.16

Codes

Color #061314 in popluar color models

061314
RGB61920
HSL184°53.85%5.10%
HSB/HSV184°70.00%7.84%
CMYK70.00%5.00%0.00%
92.16%

Color #061314 in popluar number systems.

HEX061314
Decimal61920
Binary1101001110100
Octal62324

Shades and tints

Shades of #061314

#061314
(6,19,20)
#061213
(6,18,19)
#061112
(6,17,18)
#061011
(6,16,17)
#060F10
(6,15,16)
#060E0F
(6,14,15)
#060D0E
(6,13,14)
#060C0D
(6,12,13)
#060B0C
(6,11,12)
#060A0B
(6,10,11)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #061314

#061314
(6,19,20)
#1C2829
(28,40,41)
#323D3E
(50,61,62)
#485253
(72,82,83)
#5E6768
(94,103,104)
#747C7D
(116,124,125)
#8A9192
(138,145,146)
#A0A6A7
(160,166,167)
#B6BBBC
(182,187,188)
#CCD0D1
(204,208,209)
#E2E5E6
(226,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061314 color. Also use rgb(6,19,20) instead hex code.

Text Font Color

.myTextColor { color: #061314; }

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

This text font color is #061314.


Background Color

.myBgColor { background-color: #061314; }

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

This div background color is #061314.


Border color

.myBorderColor { border: 1px solid #061314; }

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

This div border color is #061314.


Opacity

.myOpacity80 { color: #061314; opacity: 0.8; }

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

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

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

This text has shadow with #061314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061314 on black background.


Color preview on white background

This text has color #061314 on white background.



Black color preview on #061314 background

This text has black color on #061314 background.


White color preview on #061314 background

This text has white color on #061314 background.