COLOR #050C17

HEX: #050C17
RGB: (5,12,23)

Renk bilgisi

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

RGB renk modeli

#050C17 color RGB value is (5,12,23).

  • kırmız ton 5;
  • yeşil ton 12;
  • mavi ton 23.
RGB:
(5,12,23)
(2%,5%,9%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 12 of 255 = 5%
B 23 of 255 = 9%

5
12
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 12 + 23 = 40 (100%)
R 5 of 40 ~ 12.5%
G 12 of 40 ~ 30%
B 23 of 40 ~ 57.5%

%12.5
%30
%57.5

CMYK RENK MODELİ

#050C17 rengi CMYK tonu (78,48,0,91).

  • camgöbeği tonu 78.26%
  • eflatun tonu 47.83%
  • sarı tonu 0.00%
  • ana renk tonu 90.98%
CMYK:
(78,48,0,91)
C78M48Y0K91 
(78%,48%,0%,91%)
(0.78/0.48/0.00/0.91)	

CMYK yüzdeleri

%78.26
%47.83
%0
%90.98

Codes

Color #050C17 in popluar color models

050C17
RGB51223
HSL217°64.29%5.49%
HSB/HSV217°78.26%9.02%
CMYK78.26%47.83%0.00%
90.98%

Color #050C17 in popluar number systems.

HEX050C17
Decimal51223
Binary101110010111
Octal51427

Shades and tints

Shades of #050C17

#050C17
(5,12,23)
#050B15
(5,11,21)
#050A13
(5,10,19)
#050911
(5,9,17)
#05080F
(5,8,15)
#05070D
(5,7,13)
#05060B
(5,6,11)
#050509
(5,5,9)
#050407
(5,4,7)
#050305
(5,3,5)
#050203
(5,2,3)
#000000
(0,0,0)

Tints of #050C17

#050C17
(5,12,23)
#1B222C
(27,34,44)
#313841
(49,56,65)
#474E56
(71,78,86)
#5D646B
(93,100,107)
#737A80
(115,122,128)
#899095
(137,144,149)
#9FA6AA
(159,166,170)
#B5BCBF
(181,188,191)
#CBD2D4
(203,210,212)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050C17 color. Also use rgb(5,12,23) instead hex code.

Text Font Color

.myTextColor { color: #050C17; }

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

This text font color is #050C17.


Background Color

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

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

This div background color is #050C17.


Border color

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

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

This div border color is #050C17.


Opacity

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

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

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

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

This text has shadow with #050C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050C17 on black background.


Color preview on white background

This text has color #050C17 on white background.



Black color preview on #050C17 background

This text has black color on #050C17 background.


White color preview on #050C17 background

This text has white color on #050C17 background.