COLOR #0E0E11

HEX: #0E0E11
RGB: (14,14,17)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

14
14
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 14 + 17 = 45 (100%)
R 14 of 45 ~ 31.11%
G 14 of 45 ~ 31.11%
B 17 of 45 ~ 37.78%

%31.11
%31.11
%37.78

CMYK RENK MODELİ

#0E0E11 rengi CMYK tonu (18,18,0,93).

  • camgöbeği tonu 17.65%
  • eflatun tonu 17.65%
  • sarı tonu 0.00%
  • ana renk tonu 93.33%
CMYK:
(18,18,0,93)
C18M18Y0K93 
(18%,18%,0%,93%)
(0.18/0.18/0.00/0.93)	

CMYK yüzdeleri

%17.65
%17.65
%0
%93.33

Codes

Color #0E0E11 in popluar color models

0E0E11
RGB141417
HSL240°9.68%6.08%
HSB/HSV240°17.65%6.67%
CMYK17.65%17.65%0.00%
93.33%

Color #0E0E11 in popluar number systems.

HEX0E0E11
Decimal141417
Binary1110111010001
Octal161621

Shades and tints

Shades of #0E0E11

#0E0E11
(14,14,17)
#0D0D10
(13,13,16)
#0C0C0F
(12,12,15)
#0B0B0E
(11,11,14)
#0A0A0D
(10,10,13)
#09090C
(9,9,12)
#08080B
(8,8,11)
#07070A
(7,7,10)
#060609
(6,6,9)
#050508
(5,5,8)
#040407
(4,4,7)
#000000
(0,0,0)

Tints of #0E0E11

#0E0E11
(14,14,17)
#232326
(35,35,38)
#38383B
(56,56,59)
#4D4D50
(77,77,80)
#626265
(98,98,101)
#77777A
(119,119,122)
#8C8C8F
(140,140,143)
#A1A1A4
(161,161,164)
#B6B6B9
(182,182,185)
#CBCBCE
(203,203,206)
#E0E0E3
(224,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0E11; }

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

This text font color is #0E0E11.


Background Color

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

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

This div background color is #0E0E11.


Border color

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

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

This div border color is #0E0E11.


Opacity

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

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

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

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

This text has shadow with #0E0E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0E11 on black background.


Color preview on white background

This text has color #0E0E11 on white background.



Black color preview on #0E0E11 background

This text has black color on #0E0E11 background.


White color preview on #0E0E11 background

This text has white color on #0E0E11 background.