COLOR #0E151B

HEX: #0E151B
RGB: (14,21,27)

Renk bilgisi

#0E151B contains red, green and blue colors in about the same proportion. #0E151B ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#0E151B color RGB value is (14,21,27).

  • kırmız ton 14;
  • yeşil ton 21;
  • mavi ton 27.
RGB:
(14,21,27)
(5%,8%,11%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 21 of 255 = 8%
B 27 of 255 = 11%

14
21
27

R + G + B ~ 8%. #0E151B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 21 + 27 = 62 (100%)
R 14 of 62 ~ 22.58%
G 21 of 62 ~ 33.87%
B 27 of 62 ~ 43.55%

%22.58
%33.87
%43.55

CMYK RENK MODELİ

#0E151B rengi CMYK tonu (48,22,0,89).

  • camgöbeği tonu 48.15%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 89.41%
CMYK:
(48,22,0,89)
C48M22Y0K89 
(48%,22%,0%,89%)
(0.48/0.22/0.00/0.89)	

CMYK yüzdeleri

%48.15
%22.22
%0
%89.41

Codes

Color #0E151B in popluar color models

0E151B
RGB142127
HSL208°31.71%8.04%
HSB/HSV208°48.15%10.59%
CMYK48.15%22.22%0.00%
89.41%

Color #0E151B in popluar number systems.

HEX0E151B
Decimal142127
Binary11101010111011
Octal162533

Shades and tints

Shades of #0E151B

#0E151B
(14,21,27)
#0D1419
(13,20,25)
#0C1317
(12,19,23)
#0B1215
(11,18,21)
#0A1113
(10,17,19)
#091011
(9,16,17)
#080F0F
(8,15,15)
#070E0D
(7,14,13)
#060D0B
(6,13,11)
#050C09
(5,12,9)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #0E151B

#0E151B
(14,21,27)
#232A2F
(35,42,47)
#383F43
(56,63,67)
#4D5457
(77,84,87)
#62696B
(98,105,107)
#777E7F
(119,126,127)
#8C9393
(140,147,147)
#A1A8A7
(161,168,167)
#B6BDBB
(182,189,187)
#CBD2CF
(203,210,207)
#E0E7E3
(224,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E151B; }

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

This text font color is #0E151B.


Background Color

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

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

This div background color is #0E151B.


Border color

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

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

This div border color is #0E151B.


Opacity

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

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

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

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

This text has shadow with #0E151B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E151B on black background.


Color preview on white background

This text has color #0E151B on white background.



Black color preview on #0E151B background

This text has black color on #0E151B background.


White color preview on #0E151B background

This text has white color on #0E151B background.