COLOR #0E0F14

HEX: #0E0F14
RGB: (14,15,20)

Renk bilgisi

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

RGB renk modeli

#0E0F14 color RGB value is (14,15,20).

  • kırmız ton 14;
  • yeşil ton 15;
  • mavi ton 20.
RGB:
(14,15,20)
(5%,6%,8%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 15 of 255 = 6%
B 20 of 255 = 8%

14
15
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 15 + 20 = 49 (100%)
R 14 of 49 ~ 28.57%
G 15 of 49 ~ 30.61%
B 20 of 49 ~ 40.82%

%28.57
%30.61
%40.82

CMYK RENK MODELİ

#0E0F14 rengi CMYK tonu (30,25,0,92).

  • camgöbeği tonu 30.00%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 92.16%
CMYK:
(30,25,0,92)
C30M25Y0K92 
(30%,25%,0%,92%)
(0.30/0.25/0.00/0.92)	

CMYK yüzdeleri

%30
%25
%0
%92.16

Codes

Color #0E0F14 in popluar color models

0E0F14
RGB141520
HSL230°17.65%6.67%
HSB/HSV230°30.00%7.84%
CMYK30.00%25.00%0.00%
92.16%

Color #0E0F14 in popluar number systems.

HEX0E0F14
Decimal141520
Binary1110111110100
Octal161724

Shades and tints

Shades of #0E0F14

#0E0F14
(14,15,20)
#0D0E13
(13,14,19)
#0C0D12
(12,13,18)
#0B0C11
(11,12,17)
#0A0B10
(10,11,16)
#090A0F
(9,10,15)
#08090E
(8,9,14)
#07080D
(7,8,13)
#06070C
(6,7,12)
#05060B
(5,6,11)
#04050A
(4,5,10)
#000000
(0,0,0)

Tints of #0E0F14

#0E0F14
(14,15,20)
#232429
(35,36,41)
#38393E
(56,57,62)
#4D4E53
(77,78,83)
#626368
(98,99,104)
#77787D
(119,120,125)
#8C8D92
(140,141,146)
#A1A2A7
(161,162,167)
#B6B7BC
(182,183,188)
#CBCCD1
(203,204,209)
#E0E1E6
(224,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0F14 color. Also use rgb(14,15,20) instead hex code.

Text Font Color

.myTextColor { color: #0E0F14; }

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

This text font color is #0E0F14.


Background Color

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

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

This div background color is #0E0F14.


Border color

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

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

This div border color is #0E0F14.


Opacity

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

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

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

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

This text has shadow with #0E0F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0F14 on black background.


Color preview on white background

This text has color #0E0F14 on white background.



Black color preview on #0E0F14 background

This text has black color on #0E0F14 background.


White color preview on #0E0F14 background

This text has white color on #0E0F14 background.