COLOR #0E0519

HEX: #0E0519
RGB: (14,5,25)

Renk bilgisi

#0E0519 contains red, green and blue colors in about the same proportion. #0E0519 color is web safe color. It maybe written shortly as #001.

RGB renk modeli

#0E0519 color RGB value is (14,5,25).

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

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 5 of 255 = 2%
B 25 of 255 = 10%

14
5
25

R + G + B ~ 6%. #0E0519 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 5 + 25 = 44 (100%)
R 14 of 44 ~ 31.82%
G 5 of 44 ~ 11.36%
B 25 of 44 ~ 56.82%

%31.82
%11.36
%56.82

CMYK RENK MODELİ

#0E0519 rengi CMYK tonu (44,80,0,90).

  • camgöbeği tonu 44.00%
  • eflatun tonu 80.00%
  • sarı tonu 0.00%
  • ana renk tonu 90.20%
CMYK:
(44,80,0,90)
C44M80Y0K90 
(44%,80%,0%,90%)
(0.44/0.80/0.00/0.90)	

CMYK yüzdeleri

%44
%80
%0
%90.2

Codes

Color #0E0519 in popluar color models

0E0519
RGB14525
HSL267°66.67%5.88%
HSB/HSV267°80.00%9.80%
CMYK44.00%80.00%0.00%
90.20%

Color #0E0519 in popluar number systems.

HEX0E0519
Decimal14525
Binary111010111001
Octal16531

Shades and tints

Shades of #0E0519

#0E0519
(14,5,25)
#0D0517
(13,5,23)
#0C0515
(12,5,21)
#0B0513
(11,5,19)
#0A0511
(10,5,17)
#09050F
(9,5,15)
#08050D
(8,5,13)
#07050B
(7,5,11)
#060509
(6,5,9)
#050507
(5,5,7)
#040505
(4,5,5)
#000000
(0,0,0)

Tints of #0E0519

#0E0519
(14,5,25)
#231B2D
(35,27,45)
#383141
(56,49,65)
#4D4755
(77,71,85)
#625D69
(98,93,105)
#77737D
(119,115,125)
#8C8991
(140,137,145)
#A19FA5
(161,159,165)
#B6B5B9
(182,181,185)
#CBCBCD
(203,203,205)
#E0E1E1
(224,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0519; }

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

This text font color is #0E0519.


Background Color

.myBgColor { background-color: #0E0519; }

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

This div background color is #0E0519.


Border color

.myBorderColor { border: 1px solid #0E0519; }

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

This div border color is #0E0519.


Opacity

.myOpacity80 { color: #0E0519; opacity: 0.8; }

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

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

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

This text has shadow with #0E0519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0519 on black background.


Color preview on white background

This text has color #0E0519 on white background.



Black color preview on #0E0519 background

This text has black color on #0E0519 background.


White color preview on #0E0519 background

This text has white color on #0E0519 background.