COLOR #0E0309

HEX: #0E0309
RGB: (14,3,9)

Renk bilgisi

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

RGB renk modeli

#0E0309 color RGB value is (14,3,9).

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

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 3 of 255 = 1%
B 9 of 255 = 4%

14
3
9

R + G + B ~ 3%. #0E0309 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 3 + 9 = 26 (100%)
R 14 of 26 ~ 53.85%
G 3 of 26 ~ 11.54%
B 9 of 26 ~ 34.62%

%53.85
%11.54
%34.62

CMYK RENK MODELİ

#0E0309 rengi CMYK tonu (0,79,36,95).

  • camgöbeği tonu 0.00%
  • eflatun tonu 78.57%
  • sarı tonu 35.71%
  • ana renk tonu 94.51%
CMYK:
(0,79,36,95)
C0M79Y36K95 
(0%,79%,36%,95%)
(0.00/0.79/0.36/0.95)	

CMYK yüzdeleri

%0
%78.57
%35.71
%94.51

Codes

Color #0E0309 in popluar color models

0E0309
RGB1439
HSL327°64.71%3.33%
HSB/HSV327°78.57%5.49%
CMYK0.00%78.57%35.71%
94.51%

Color #0E0309 in popluar number systems.

HEX0E0309
Decimal1439
Binary1110111001
Octal16311

Shades and tints

Shades of #0E0309

#0E0309
(14,3,9)
#0D0309
(13,3,9)
#0C0309
(12,3,9)
#0B0309
(11,3,9)
#0A0309
(10,3,9)
#090309
(9,3,9)
#080309
(8,3,9)
#070309
(7,3,9)
#060309
(6,3,9)
#050309
(5,3,9)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #0E0309

#0E0309
(14,3,9)
#23191F
(35,25,31)
#382F35
(56,47,53)
#4D454B
(77,69,75)
#625B61
(98,91,97)
#777177
(119,113,119)
#8C878D
(140,135,141)
#A19DA3
(161,157,163)
#B6B3B9
(182,179,185)
#CBC9CF
(203,201,207)
#E0DFE5
(224,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0309; }

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

This text font color is #0E0309.


Background Color

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

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

This div background color is #0E0309.


Border color

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

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

This div border color is #0E0309.


Opacity

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

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

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

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

This text has shadow with #0E0309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0309 on black background.


Color preview on white background

This text has color #0E0309 on white background.



Black color preview on #0E0309 background

This text has black color on #0E0309 background.


White color preview on #0E0309 background

This text has white color on #0E0309 background.