COLOR #000E21

HEX: #000E21
RGB: (0,14,33)

Renk bilgisi

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

RGB renk modeli

#000E21 color RGB value is (0,14,33).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 14 of 255 = 5%
B 33 of 255 = 13%

0
14
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 14 + 33 = 47 (100%)
R 0 of 47 ~ 0%
G 14 of 47 ~ 29.79%
B 33 of 47 ~ 70.21%

%29.79
%70.21

CMYK RENK MODELİ

#000E21 rengi CMYK tonu (100,58,0,87).

  • camgöbeği tonu 100.00%
  • eflatun tonu 57.58%
  • sarı tonu 0.00%
  • ana renk tonu 87.06%
CMYK:
(100,58,0,87)
C100M58Y0K87 
(100%,58%,0%,87%)
(1.00/0.58/0.00/0.87)	

CMYK yüzdeleri

%100
%57.58
%0
%87.06

Codes

Color #000E21 in popluar color models

000E21
RGB01433
HSL215°100.00%6.47%
HSB/HSV215°100.00%12.94%
CMYK100.00%57.58%0.00%
87.06%

Color #000E21 in popluar number systems.

HEX000E21
Decimal01433
Binary01110100001
Octal01641

Shades and tints

Shades of #000E21

#000E21
(0,14,33)
#000D1E
(0,13,30)
#000C1B
(0,12,27)
#000B18
(0,11,24)
#000A15
(0,10,21)
#000912
(0,9,18)
#00080F
(0,8,15)
#00070C
(0,7,12)
#000609
(0,6,9)
#000506
(0,5,6)
#000403
(0,4,3)
#000000
(0,0,0)

Tints of #000E21

#000E21
(0,14,33)
#172335
(23,35,53)
#2E3849
(46,56,73)
#454D5D
(69,77,93)
#5C6271
(92,98,113)
#737785
(115,119,133)
#8A8C99
(138,140,153)
#A1A1AD
(161,161,173)
#B8B6C1
(184,182,193)
#CFCBD5
(207,203,213)
#E6E0E9
(230,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E21; }

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

This text font color is #000E21.


Background Color

.myBgColor { background-color: #000E21; }

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

This div background color is #000E21.


Border color

.myBorderColor { border: 1px solid #000E21; }

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

This div border color is #000E21.


Opacity

.myOpacity80 { color: #000E21; opacity: 0.8; }

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

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

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

This text has shadow with #000E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E21 on black background.


Color preview on white background

This text has color #000E21 on white background.



Black color preview on #000E21 background

This text has black color on #000E21 background.


White color preview on #000E21 background

This text has white color on #000E21 background.