COLOR #080D13

HEX: #080D13
RGB: (8,13,19)

Renk bilgisi

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

RGB renk modeli

#080D13 color RGB value is (8,13,19).

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

RGB bağlantıları ve doygunluk

R 8 of 255 = 3%
G 13 of 255 = 5%
B 19 of 255 = 7%

8
13
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 13 + 19 = 40 (100%)
R 8 of 40 ~ 20%
G 13 of 40 ~ 32.5%
B 19 of 40 ~ 47.5%

%20
%32.5
%47.5

CMYK RENK MODELİ

#080D13 rengi CMYK tonu (58,32,0,93).

  • camgöbeği tonu 57.89%
  • eflatun tonu 31.58%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(58,32,0,93)
C58M32Y0K93 
(58%,32%,0%,93%)
(0.58/0.32/0.00/0.93)	

CMYK yüzdeleri

%57.89
%31.58
%0
%92.55

Codes

Color #080D13 in popluar color models

080D13
RGB81319
HSL213°40.74%5.29%
HSB/HSV213°57.89%7.45%
CMYK57.89%31.58%0.00%
92.55%

Color #080D13 in popluar number systems.

HEX080D13
Decimal81319
Binary1000110110011
Octal101523

Shades and tints

Shades of #080D13

#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)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #080D13

#080D13
(8,13,19)
#1E2328
(30,35,40)
#34393D
(52,57,61)
#4A4F52
(74,79,82)
#606567
(96,101,103)
#767B7C
(118,123,124)
#8C9191
(140,145,145)
#A2A7A6
(162,167,166)
#B8BDBB
(184,189,187)
#CED3D0
(206,211,208)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080D13 color. Also use rgb(8,13,19) instead hex code.

Text Font Color

.myTextColor { color: #080D13; }

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

This text font color is #080D13.


Background Color

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

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

This div background color is #080D13.


Border color

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

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

This div border color is #080D13.


Opacity

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

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

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

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

This text has shadow with #080D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080D13 on black background.


Color preview on white background

This text has color #080D13 on white background.



Black color preview on #080D13 background

This text has black color on #080D13 background.


White color preview on #080D13 background

This text has white color on #080D13 background.