COLOR #050A15

HEX: #050A15
RGB: (5,10,21)

Renk bilgisi

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

RGB renk modeli

#050A15 color RGB value is (5,10,21).

  • kırmız ton 5;
  • yeşil ton 10;
  • mavi ton 21.
RGB:
(5,10,21)
(2%,4%,8%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 10 of 255 = 4%
B 21 of 255 = 8%

5
10
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 10 + 21 = 36 (100%)
R 5 of 36 ~ 13.89%
G 10 of 36 ~ 27.78%
B 21 of 36 ~ 58.33%

%13.89
%27.78
%58.33

CMYK RENK MODELİ

#050A15 rengi CMYK tonu (76,52,0,92).

  • camgöbeği tonu 76.19%
  • eflatun tonu 52.38%
  • sarı tonu 0.00%
  • ana renk tonu 91.76%
CMYK:
(76,52,0,92)
C76M52Y0K92 
(76%,52%,0%,92%)
(0.76/0.52/0.00/0.92)	

CMYK yüzdeleri

%76.19
%52.38
%0
%91.76

Codes

Color #050A15 in popluar color models

050A15
RGB51021
HSL221°61.54%5.10%
HSB/HSV221°76.19%8.24%
CMYK76.19%52.38%0.00%
91.76%

Color #050A15 in popluar number systems.

HEX050A15
Decimal51021
Binary101101010101
Octal51225

Shades and tints

Shades of #050A15

#050A15
(5,10,21)
#050A14
(5,10,20)
#050A13
(5,10,19)
#050A12
(5,10,18)
#050A11
(5,10,17)
#050A10
(5,10,16)
#050A0F
(5,10,15)
#050A0E
(5,10,14)
#050A0D
(5,10,13)
#050A0C
(5,10,12)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #050A15

#050A15
(5,10,21)
#1B202A
(27,32,42)
#31363F
(49,54,63)
#474C54
(71,76,84)
#5D6269
(93,98,105)
#73787E
(115,120,126)
#898E93
(137,142,147)
#9FA4A8
(159,164,168)
#B5BABD
(181,186,189)
#CBD0D2
(203,208,210)
#E1E6E7
(225,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050A15 color. Also use rgb(5,10,21) instead hex code.

Text Font Color

.myTextColor { color: #050A15; }

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

This text font color is #050A15.


Background Color

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

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

This div background color is #050A15.


Border color

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

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

This div border color is #050A15.


Opacity

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

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

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

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

This text has shadow with #050A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050A15 on black background.


Color preview on white background

This text has color #050A15 on white background.



Black color preview on #050A15 background

This text has black color on #050A15 background.


White color preview on #050A15 background

This text has white color on #050A15 background.