COLOR #0E0311

HEX: #0E0311
RGB: (14,3,17)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

14
3
17

R + G + B ~ 4%. #0E0311 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 3 + 17 = 34 (100%)
R 14 of 34 ~ 41.18%
G 3 of 34 ~ 8.82%
B 17 of 34 ~ 50%

%41.18
%50

CMYK RENK MODELİ

#0E0311 rengi CMYK tonu (18,82,0,93).

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

CMYK yüzdeleri

%17.65
%82.35
%0
%93.33

Codes

Color #0E0311 in popluar color models

0E0311
RGB14317
HSL287°70.00%3.92%
HSB/HSV287°82.35%6.67%
CMYK17.65%82.35%0.00%
93.33%

Color #0E0311 in popluar number systems.

HEX0E0311
Decimal14317
Binary11101110001
Octal16321

Shades and tints

Shades of #0E0311

#0E0311
(14,3,17)
#0D0310
(13,3,16)
#0C030F
(12,3,15)
#0B030E
(11,3,14)
#0A030D
(10,3,13)
#09030C
(9,3,12)
#08030B
(8,3,11)
#07030A
(7,3,10)
#060309
(6,3,9)
#050308
(5,3,8)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #0E0311

#0E0311
(14,3,17)
#231926
(35,25,38)
#382F3B
(56,47,59)
#4D4550
(77,69,80)
#625B65
(98,91,101)
#77717A
(119,113,122)
#8C878F
(140,135,143)
#A19DA4
(161,157,164)
#B6B3B9
(182,179,185)
#CBC9CE
(203,201,206)
#E0DFE3
(224,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0311; }

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

This text font color is #0E0311.


Background Color

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

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

This div background color is #0E0311.


Border color

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

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

This div border color is #0E0311.


Opacity

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

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

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

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

This text has shadow with #0E0311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0311 on black background.


Color preview on white background

This text has color #0E0311 on white background.



Black color preview on #0E0311 background

This text has black color on #0E0311 background.


White color preview on #0E0311 background

This text has white color on #0E0311 background.