COLOR #001520

HEX: #001520
RGB: (0,21,32)

Renk bilgisi

#001520 contains only green and blue colors. #001520 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#001520 color RGB value is (0,21,32).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 21 of 255 = 8%
B 32 of 255 = 13%

0
21
32

R + G + B ~ 7%. #001520 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 21 + 32 = 53 (100%)
R 0 of 53 ~ 0%
G 21 of 53 ~ 39.62%
B 32 of 53 ~ 60.38%

%39.62
%60.38

CMYK RENK MODELİ

#001520 rengi CMYK tonu (100,34,0,87).

  • camgöbeği tonu 100.00%
  • eflatun tonu 34.38%
  • sarı tonu 0.00%
  • ana renk tonu 87.45%
CMYK:
(100,34,0,87)
C100M34Y0K87 
(100%,34%,0%,87%)
(1.00/0.34/0.00/0.87)	

CMYK yüzdeleri

%100
%34.38
%0
%87.45

Codes

Color #001520 in popluar color models

001520
RGB02132
HSL201°100.00%6.27%
HSB/HSV201°100.00%12.55%
CMYK100.00%34.38%0.00%
87.45%

Color #001520 in popluar number systems.

HEX001520
Decimal02132
Binary010101100000
Octal02540

Shades and tints

Shades of #001520

#001520
(0,21,32)
#00141E
(0,20,30)
#00131C
(0,19,28)
#00121A
(0,18,26)
#001118
(0,17,24)
#001016
(0,16,22)
#000F14
(0,15,20)
#000E12
(0,14,18)
#000D10
(0,13,16)
#000C0E
(0,12,14)
#000B0C
(0,11,12)
#000000
(0,0,0)

Tints of #001520

#001520
(0,21,32)
#172A34
(23,42,52)
#2E3F48
(46,63,72)
#45545C
(69,84,92)
#5C6970
(92,105,112)
#737E84
(115,126,132)
#8A9398
(138,147,152)
#A1A8AC
(161,168,172)
#B8BDC0
(184,189,192)
#CFD2D4
(207,210,212)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001520; }

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

This text font color is #001520.


Background Color

.myBgColor { background-color: #001520; }

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

This div background color is #001520.


Border color

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

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

This div border color is #001520.


Opacity

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

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

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

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

This text has shadow with #001520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001520 on black background.


Color preview on white background

This text has color #001520 on white background.



Black color preview on #001520 background

This text has black color on #001520 background.


White color preview on #001520 background

This text has white color on #001520 background.