COLOR #000515

HEX: #000515
RGB: (0,5,21)

Renk bilgisi

#000515 contains only green and blue colors. #000515 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000515 color RGB value is (0,5,21).

  • kırmız ton 0;
  • yeşil ton 5;
  • mavi ton 21.
RGB:
(0,5,21)
(0%,2%,8%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 5 of 255 = 2%
B 21 of 255 = 8%

0
5
21

R + G + B ~ 3%. #000515 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 5 + 21 = 26 (100%)
R 0 of 26 ~ 0%
G 5 of 26 ~ 19.23%
B 21 of 26 ~ 80.77%

%19.23
%80.77

CMYK RENK MODELİ

#000515 rengi CMYK tonu (100,76,0,92).

  • camgöbeği tonu 100.00%
  • eflatun tonu 76.19%
  • sarı tonu 0.00%
  • ana renk tonu 91.76%
CMYK:
(100,76,0,92)
C100M76Y0K92 
(100%,76%,0%,92%)
(1.00/0.76/0.00/0.92)	

CMYK yüzdeleri

%100
%76.19
%0
%91.76

Codes

Color #000515 in popluar color models

000515
RGB0521
HSL226°100.00%4.12%
HSB/HSV226°100.00%8.24%
CMYK100.00%76.19%0.00%
91.76%

Color #000515 in popluar number systems.

HEX000515
Decimal0521
Binary010110101
Octal0525

Shades and tints

Shades of #000515

#000515
(0,5,21)
#000514
(0,5,20)
#000513
(0,5,19)
#000512
(0,5,18)
#000511
(0,5,17)
#000510
(0,5,16)
#00050F
(0,5,15)
#00050E
(0,5,14)
#00050D
(0,5,13)
#00050C
(0,5,12)
#00050B
(0,5,11)
#000000
(0,0,0)

Tints of #000515

#000515
(0,5,21)
#171B2A
(23,27,42)
#2E313F
(46,49,63)
#454754
(69,71,84)
#5C5D69
(92,93,105)
#73737E
(115,115,126)
#8A8993
(138,137,147)
#A19FA8
(161,159,168)
#B8B5BD
(184,181,189)
#CFCBD2
(207,203,210)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000515 color. Also use rgb(0,5,21) instead hex code.

Text Font Color

.myTextColor { color: #000515; }

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

This text font color is #000515.


Background Color

.myBgColor { background-color: #000515; }

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

This div background color is #000515.


Border color

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

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

This div border color is #000515.


Opacity

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

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

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

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

This text has shadow with #000515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000515 on black background.


Color preview on white background

This text has color #000515 on white background.



Black color preview on #000515 background

This text has black color on #000515 background.


White color preview on #000515 background

This text has white color on #000515 background.