COLOR #080E14

HEX: #080E14
RGB: (8,14,20)

Renk bilgisi

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

RGB renk modeli

#080E14 color RGB value is (8,14,20).

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

RGB bağlantıları ve doygunluk

R 8 of 255 = 3%
G 14 of 255 = 5%
B 20 of 255 = 8%

8
14
20

R + G + B ~ 5%. #080E14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 14 + 20 = 42 (100%)
R 8 of 42 ~ 19.05%
G 14 of 42 ~ 33.33%
B 20 of 42 ~ 47.62%

%19.05
%33.33
%47.62

CMYK RENK MODELİ

#080E14 rengi CMYK tonu (60,30,0,92).

  • camgöbeği tonu 60.00%
  • eflatun tonu 30.00%
  • sarı tonu 0.00%
  • ana renk tonu 92.16%
CMYK:
(60,30,0,92)
C60M30Y0K92 
(60%,30%,0%,92%)
(0.60/0.30/0.00/0.92)	

CMYK yüzdeleri

%60
%30
%0
%92.16

Codes

Color #080E14 in popluar color models

080E14
RGB81420
HSL210°42.86%5.49%
HSB/HSV210°60.00%7.84%
CMYK60.00%30.00%0.00%
92.16%

Color #080E14 in popluar number systems.

HEX080E14
Decimal81420
Binary1000111010100
Octal101624

Shades and tints

Shades of #080E14

#080E14
(8,14,20)
#080D13
(8,13,19)
#080C12
(8,12,18)
#080B11
(8,11,17)
#080A10
(8,10,16)
#08090F
(8,9,15)
#08080E
(8,8,14)
#08070D
(8,7,13)
#08060C
(8,6,12)
#08050B
(8,5,11)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #080E14

#080E14
(8,14,20)
#1E2329
(30,35,41)
#34383E
(52,56,62)
#4A4D53
(74,77,83)
#606268
(96,98,104)
#76777D
(118,119,125)
#8C8C92
(140,140,146)
#A2A1A7
(162,161,167)
#B8B6BC
(184,182,188)
#CECBD1
(206,203,209)
#E4E0E6
(228,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080E14 color. Also use rgb(8,14,20) instead hex code.

Text Font Color

.myTextColor { color: #080E14; }

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

This text font color is #080E14.


Background Color

.myBgColor { background-color: #080E14; }

<div style="background-color:#080E14">Inner text</div>

This div background color is #080E14.


Border color

.myBorderColor { border: 1px solid #080E14; }

<div style="border:3px solid #080E14">Div</div>

This div border color is #080E14.


Opacity

.myOpacity80 { color: #080E14; opacity: 0.8; }

<p style="color:#080E14;opacity:0.8;">80%</p>

Text with #080E14 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 #080E14;}

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

This text has shadow with #080E14 color.

.textShadow {text-shadow: 3px 3px 1px #080E14, 3px 3px 1px red;}

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

This text has shadow with #080E14 primary color and red secondary color.


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

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

This text has shadow with #080E14 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080E14 on black background.


Color preview on white background

This text has color #080E14 on white background.



Black color preview on #080E14 background

This text has black color on #080E14 background.


White color preview on #080E14 background

This text has white color on #080E14 background.