COLOR #0E1113

HEX: #0E1113
RGB: (14,17,19)

Renk bilgisi

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

RGB renk modeli

#0E1113 color RGB value is (14,17,19).

  • kırmız ton 14;
  • yeşil ton 17;
  • mavi ton 19.
RGB:
(14,17,19)
(5%,7%,7%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 17 of 255 = 7%
B 19 of 255 = 7%

14
17
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 17 + 19 = 50 (100%)
R 14 of 50 ~ 28%
G 17 of 50 ~ 34%
B 19 of 50 ~ 38%

%28
%34
%38

CMYK RENK MODELİ

#0E1113 rengi CMYK tonu (26,11,0,93).

  • camgöbeği tonu 26.32%
  • eflatun tonu 10.53%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(26,11,0,93)
C26M11Y0K93 
(26%,11%,0%,93%)
(0.26/0.11/0.00/0.93)	

CMYK yüzdeleri

%26.32
%10.53
%0
%92.55

Codes

Color #0E1113 in popluar color models

0E1113
RGB141719
HSL204°15.15%6.47%
HSB/HSV204°26.32%7.45%
CMYK26.32%10.53%0.00%
92.55%

Color #0E1113 in popluar number systems.

HEX0E1113
Decimal141719
Binary11101000110011
Octal162123

Shades and tints

Shades of #0E1113

#0E1113
(14,17,19)
#0D1012
(13,16,18)
#0C0F11
(12,15,17)
#0B0E10
(11,14,16)
#0A0D0F
(10,13,15)
#090C0E
(9,12,14)
#080B0D
(8,11,13)
#070A0C
(7,10,12)
#06090B
(6,9,11)
#05080A
(5,8,10)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #0E1113

#0E1113
(14,17,19)
#232628
(35,38,40)
#383B3D
(56,59,61)
#4D5052
(77,80,82)
#626567
(98,101,103)
#777A7C
(119,122,124)
#8C8F91
(140,143,145)
#A1A4A6
(161,164,166)
#B6B9BB
(182,185,187)
#CBCED0
(203,206,208)
#E0E3E5
(224,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1113 color. Also use rgb(14,17,19) instead hex code.

Text Font Color

.myTextColor { color: #0E1113; }

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

This text font color is #0E1113.


Background Color

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

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

This div background color is #0E1113.


Border color

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

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

This div border color is #0E1113.


Opacity

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

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

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

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

This text has shadow with #0E1113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1113 on black background.


Color preview on white background

This text has color #0E1113 on white background.



Black color preview on #0E1113 background

This text has black color on #0E1113 background.


White color preview on #0E1113 background

This text has white color on #0E1113 background.