COLOR #0E0B09

HEX: #0E0B09
RGB: (14,11,9)

Renk bilgisi

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

RGB renk modeli

#0E0B09 color RGB value is (14,11,9).

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

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 11 of 255 = 4%
B 9 of 255 = 4%

14
11
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 11 + 9 = 34 (100%)
R 14 of 34 ~ 41.18%
G 11 of 34 ~ 32.35%
B 9 of 34 ~ 26.47%

%41.18
%32.35
%26.47

CMYK RENK MODELİ

#0E0B09 rengi CMYK tonu (0,21,36,95).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 35.71%
  • ana renk tonu 94.51%
CMYK:
(0,21,36,95)
C0M21Y36K95 
(0%,21%,36%,95%)
(0.00/0.21/0.36/0.95)	

CMYK yüzdeleri

%0
%21.43
%35.71
%94.51

Codes

Color #0E0B09 in popluar color models

0E0B09
RGB14119
HSL24°21.74%4.51%
HSB/HSV24°35.71%5.49%
CMYK0.00%21.43%35.71%
94.51%

Color #0E0B09 in popluar number systems.

HEX0E0B09
Decimal14119
Binary111010111001
Octal161311

Shades and tints

Shades of #0E0B09

#0E0B09
(14,11,9)
#0D0A09
(13,10,9)
#0C0909
(12,9,9)
#0B0809
(11,8,9)
#0A0709
(10,7,9)
#090609
(9,6,9)
#080509
(8,5,9)
#070409
(7,4,9)
#060309
(6,3,9)
#050209
(5,2,9)
#040109
(4,1,9)
#000000
(0,0,0)

Tints of #0E0B09

#0E0B09
(14,11,9)
#23211F
(35,33,31)
#383735
(56,55,53)
#4D4D4B
(77,77,75)
#626361
(98,99,97)
#777977
(119,121,119)
#8C8F8D
(140,143,141)
#A1A5A3
(161,165,163)
#B6BBB9
(182,187,185)
#CBD1CF
(203,209,207)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0B09; }

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

This text font color is #0E0B09.


Background Color

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

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

This div background color is #0E0B09.


Border color

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

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

This div border color is #0E0B09.


Opacity

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

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

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

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

This text has shadow with #0E0B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0B09 on black background.


Color preview on white background

This text has color #0E0B09 on white background.



Black color preview on #0E0B09 background

This text has black color on #0E0B09 background.


White color preview on #0E0B09 background

This text has white color on #0E0B09 background.