COLOR #0E1011

HEX: #0E1011
RGB: (14,16,17)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

14
16
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 16 + 17 = 47 (100%)
R 14 of 47 ~ 29.79%
G 16 of 47 ~ 34.04%
B 17 of 47 ~ 36.17%

%29.79
%34.04
%36.17

CMYK RENK MODELİ

#0E1011 rengi CMYK tonu (18,6,0,93).

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

CMYK yüzdeleri

%17.65
%5.88
%0
%93.33

Codes

Color #0E1011 in popluar color models

0E1011
RGB141617
HSL200°9.68%6.08%
HSB/HSV200°17.65%6.67%
CMYK17.65%5.88%0.00%
93.33%

Color #0E1011 in popluar number systems.

HEX0E1011
Decimal141617
Binary11101000010001
Octal162021

Shades and tints

Shades of #0E1011

#0E1011
(14,16,17)
#0D0F10
(13,15,16)
#0C0E0F
(12,14,15)
#0B0D0E
(11,13,14)
#0A0C0D
(10,12,13)
#090B0C
(9,11,12)
#080A0B
(8,10,11)
#07090A
(7,9,10)
#060809
(6,8,9)
#050708
(5,7,8)
#040607
(4,6,7)
#000000
(0,0,0)

Tints of #0E1011

#0E1011
(14,16,17)
#232526
(35,37,38)
#383A3B
(56,58,59)
#4D4F50
(77,79,80)
#626465
(98,100,101)
#77797A
(119,121,122)
#8C8E8F
(140,142,143)
#A1A3A4
(161,163,164)
#B6B8B9
(182,184,185)
#CBCDCE
(203,205,206)
#E0E2E3
(224,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1011; }

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

This text font color is #0E1011.


Background Color

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

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

This div background color is #0E1011.


Border color

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

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

This div border color is #0E1011.


Opacity

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

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

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

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

This text has shadow with #0E1011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1011 on black background.


Color preview on white background

This text has color #0E1011 on white background.



Black color preview on #0E1011 background

This text has black color on #0E1011 background.


White color preview on #0E1011 background

This text has white color on #0E1011 background.