COLOR #050E12

HEX: #050E12
RGB: (5,14,18)

Renk bilgisi

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

RGB renk modeli

#050E12 color RGB value is (5,14,18).

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

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 14 of 255 = 5%
B 18 of 255 = 7%

5
14
18

R + G + B ~ 5%. #050E12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 14 + 18 = 37 (100%)
R 5 of 37 ~ 13.51%
G 14 of 37 ~ 37.84%
B 18 of 37 ~ 48.65%

%13.51
%37.84
%48.65

CMYK RENK MODELİ

#050E12 rengi CMYK tonu (72,22,0,93).

  • camgöbeği tonu 72.22%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 92.94%
CMYK:
(72,22,0,93)
C72M22Y0K93 
(72%,22%,0%,93%)
(0.72/0.22/0.00/0.93)	

CMYK yüzdeleri

%72.22
%22.22
%0
%92.94

Codes

Color #050E12 in popluar color models

050E12
RGB51418
HSL198°56.52%4.51%
HSB/HSV198°72.22%7.06%
CMYK72.22%22.22%0.00%
92.94%

Color #050E12 in popluar number systems.

HEX050E12
Decimal51418
Binary101111010010
Octal51622

Shades and tints

Shades of #050E12

#050E12
(5,14,18)
#050D11
(5,13,17)
#050C10
(5,12,16)
#050B0F
(5,11,15)
#050A0E
(5,10,14)
#05090D
(5,9,13)
#05080C
(5,8,12)
#05070B
(5,7,11)
#05060A
(5,6,10)
#050509
(5,5,9)
#050408
(5,4,8)
#000000
(0,0,0)

Tints of #050E12

#050E12
(5,14,18)
#1B2327
(27,35,39)
#31383C
(49,56,60)
#474D51
(71,77,81)
#5D6266
(93,98,102)
#73777B
(115,119,123)
#898C90
(137,140,144)
#9FA1A5
(159,161,165)
#B5B6BA
(181,182,186)
#CBCBCF
(203,203,207)
#E1E0E4
(225,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050E12 color. Also use rgb(5,14,18) instead hex code.

Text Font Color

.myTextColor { color: #050E12; }

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

This text font color is #050E12.


Background Color

.myBgColor { background-color: #050E12; }

<div style="background-color:#050E12">Inner text</div>

This div background color is #050E12.


Border color

.myBorderColor { border: 1px solid #050E12; }

<div style="border:3px solid #050E12">Div</div>

This div border color is #050E12.


Opacity

.myOpacity80 { color: #050E12; opacity: 0.8; }

<p style="color:#050E12;opacity:0.8;">80%</p>

Text with #050E12 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 #050E12;}

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

This text has shadow with #050E12 color.

.textShadow {text-shadow: 3px 3px 1px #050E12, 3px 3px 1px red;}

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

This text has shadow with #050E12 primary color and red secondary color.


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

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

This text has shadow with #050E12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050E12 on black background.


Color preview on white background

This text has color #050E12 on white background.



Black color preview on #050E12 background

This text has black color on #050E12 background.


White color preview on #050E12 background

This text has white color on #050E12 background.