COLOR #060319

HEX: #060319
RGB: (6,3,25)

Renk bilgisi

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

RGB renk modeli

#060319 color RGB value is (6,3,25).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 3 of 255 = 1%
B 25 of 255 = 10%

6
3
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 3 + 25 = 34 (100%)
R 6 of 34 ~ 17.65%
G 3 of 34 ~ 8.82%
B 25 of 34 ~ 73.53%

%17.65
%73.53

CMYK RENK MODELİ

#060319 rengi CMYK tonu (76,88,0,90).

  • camgöbeği tonu 76.00%
  • eflatun tonu 88.00%
  • sarı tonu 0.00%
  • ana renk tonu 90.20%
CMYK:
(76,88,0,90)
C76M88Y0K90 
(76%,88%,0%,90%)
(0.76/0.88/0.00/0.90)	

CMYK yüzdeleri

%76
%88
%0
%90.2

Codes

Color #060319 in popluar color models

060319
RGB6325
HSL248°78.57%5.49%
HSB/HSV248°88.00%9.80%
CMYK76.00%88.00%0.00%
90.20%

Color #060319 in popluar number systems.

HEX060319
Decimal6325
Binary1101111001
Octal6331

Shades and tints

Shades of #060319

#060319
(6,3,25)
#060317
(6,3,23)
#060315
(6,3,21)
#060313
(6,3,19)
#060311
(6,3,17)
#06030F
(6,3,15)
#06030D
(6,3,13)
#06030B
(6,3,11)
#060309
(6,3,9)
#060307
(6,3,7)
#060305
(6,3,5)
#000000
(0,0,0)

Tints of #060319

#060319
(6,3,25)
#1C192D
(28,25,45)
#322F41
(50,47,65)
#484555
(72,69,85)
#5E5B69
(94,91,105)
#74717D
(116,113,125)
#8A8791
(138,135,145)
#A09DA5
(160,157,165)
#B6B3B9
(182,179,185)
#CCC9CD
(204,201,205)
#E2DFE1
(226,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060319 color. Also use rgb(6,3,25) instead hex code.

Text Font Color

.myTextColor { color: #060319; }

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

This text font color is #060319.


Background Color

.myBgColor { background-color: #060319; }

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

This div background color is #060319.


Border color

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

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

This div border color is #060319.


Opacity

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

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

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

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

This text has shadow with #060319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060319 on black background.


Color preview on white background

This text has color #060319 on white background.



Black color preview on #060319 background

This text has black color on #060319 background.


White color preview on #060319 background

This text has white color on #060319 background.