COLOR #001521

HEX: #001521
RGB: (0,21,33)

Renk bilgisi

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

RGB renk modeli

#001521 color RGB value is (0,21,33).

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

RGB bağlantıları ve doygunluk

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

0
21
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 21 + 33 = 54 (100%)
R 0 of 54 ~ 0%
G 21 of 54 ~ 38.89%
B 33 of 54 ~ 61.11%

%38.89
%61.11

CMYK RENK MODELİ

#001521 rengi CMYK tonu (100,36,0,87).

  • camgöbeği tonu 100.00%
  • eflatun tonu 36.36%
  • sarı tonu 0.00%
  • ana renk tonu 87.06%
CMYK:
(100,36,0,87)
C100M36Y0K87 
(100%,36%,0%,87%)
(1.00/0.36/0.00/0.87)	

CMYK yüzdeleri

%100
%36.36
%0
%87.06

Codes

Color #001521 in popluar color models

001521
RGB02133
HSL202°100.00%6.47%
HSB/HSV202°100.00%12.94%
CMYK100.00%36.36%0.00%
87.06%

Color #001521 in popluar number systems.

HEX001521
Decimal02133
Binary010101100001
Octal02541

Shades and tints

Shades of #001521

#001521
(0,21,33)
#00141E
(0,20,30)
#00131B
(0,19,27)
#001218
(0,18,24)
#001115
(0,17,21)
#001012
(0,16,18)
#000F0F
(0,15,15)
#000E0C
(0,14,12)
#000D09
(0,13,9)
#000C06
(0,12,6)
#000B03
(0,11,3)
#000000
(0,0,0)

Tints of #001521

#001521
(0,21,33)
#172A35
(23,42,53)
#2E3F49
(46,63,73)
#45545D
(69,84,93)
#5C6971
(92,105,113)
#737E85
(115,126,133)
#8A9399
(138,147,153)
#A1A8AD
(161,168,173)
#B8BDC1
(184,189,193)
#CFD2D5
(207,210,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001521; }

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

This text font color is #001521.


Background Color

.myBgColor { background-color: #001521; }

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

This div background color is #001521.


Border color

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

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

This div border color is #001521.


Opacity

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

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

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

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

This text has shadow with #001521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001521 on black background.


Color preview on white background

This text has color #001521 on white background.



Black color preview on #001521 background

This text has black color on #001521 background.


White color preview on #001521 background

This text has white color on #001521 background.