COLOR #0E151A

HEX: #0E151A
RGB: (14,21,26)

Renk bilgisi

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

RGB renk modeli

#0E151A color RGB value is (14,21,26).

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

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 21 of 255 = 8%
B 26 of 255 = 10%

14
21
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 21 + 26 = 61 (100%)
R 14 of 61 ~ 22.95%
G 21 of 61 ~ 34.43%
B 26 of 61 ~ 42.62%

%22.95
%34.43
%42.62

CMYK RENK MODELİ

#0E151A rengi CMYK tonu (46,19,0,90).

  • camgöbeği tonu 46.15%
  • eflatun tonu 19.23%
  • sarı tonu 0.00%
  • ana renk tonu 89.80%
CMYK:
(46,19,0,90)
C46M19Y0K90 
(46%,19%,0%,90%)
(0.46/0.19/0.00/0.90)	

CMYK yüzdeleri

%46.15
%19.23
%0
%89.8

Codes

Color #0E151A in popluar color models

0E151A
RGB142126
HSL205°30.00%7.84%
HSB/HSV205°46.15%10.20%
CMYK46.15%19.23%0.00%
89.80%

Color #0E151A in popluar number systems.

HEX0E151A
Decimal142126
Binary11101010111010
Octal162532

Shades and tints

Shades of #0E151A

#0E151A
(14,21,26)
#0D1418
(13,20,24)
#0C1316
(12,19,22)
#0B1214
(11,18,20)
#0A1112
(10,17,18)
#091010
(9,16,16)
#080F0E
(8,15,14)
#070E0C
(7,14,12)
#060D0A
(6,13,10)
#050C08
(5,12,8)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #0E151A

#0E151A
(14,21,26)
#232A2E
(35,42,46)
#383F42
(56,63,66)
#4D5456
(77,84,86)
#62696A
(98,105,106)
#777E7E
(119,126,126)
#8C9392
(140,147,146)
#A1A8A6
(161,168,166)
#B6BDBA
(182,189,186)
#CBD2CE
(203,210,206)
#E0E7E2
(224,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E151A; }

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

This text font color is #0E151A.


Background Color

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

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

This div background color is #0E151A.


Border color

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

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

This div border color is #0E151A.


Opacity

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

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

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

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

This text has shadow with #0E151A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E151A on black background.


Color preview on white background

This text has color #0E151A on white background.



Black color preview on #0E151A background

This text has black color on #0E151A background.


White color preview on #0E151A background

This text has white color on #0E151A background.