COLOR #050050

HEX: #050050
RGB: (5,0,80)

Renk bilgisi

#050050 contains mainly blue color. #050050 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#050050 color RGB value is (5,0,80).

  • kırmız ton 5;
  • yeşil ton 0;
  • mavi ton 80.
RGB:
(5,0,80)
(2%,0%,31%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 0 of 255 = 0%
B 80 of 255 = 31%

5
0
80

R + G + B ~ 11%. #050050 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 0 + 80 = 85 (100%)
R 5 of 85 ~ 5.88%
G 0 of 85 ~ 0%
B 80 of 85 ~ 94.12%

%94.12

CMYK RENK MODELİ

#050050 rengi CMYK tonu (94,100,0,69).

  • camgöbeği tonu 93.75%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(94,100,0,69)
C94M100Y0K69 
(94%,100%,0%,69%)
(0.94/1.00/0.00/0.69)	

CMYK yüzdeleri

%93.75
%100
%0
%68.63

Codes

Color #050050 in popluar color models

050050
RGB5080
HSL244°100.00%15.69%
HSB/HSV244°100.00%31.37%
CMYK93.75%100.00%0.00%
68.63%

Color #050050 in popluar number systems.

HEX050050
Decimal5080
Binary10101010000
Octal50120

Shades and tints

Shades of #050050

#050050
(5,0,80)
#050049
(5,0,73)
#050042
(5,0,66)
#05003B
(5,0,59)
#050034
(5,0,52)
#05002D
(5,0,45)
#050026
(5,0,38)
#05001F
(5,0,31)
#050018
(5,0,24)
#050011
(5,0,17)
#05000A
(5,0,10)
#000000
(0,0,0)

Tints of #050050

#050050
(5,0,80)
#1B175F
(27,23,95)
#312E6E
(49,46,110)
#47457D
(71,69,125)
#5D5C8C
(93,92,140)
#73739B
(115,115,155)
#898AAA
(137,138,170)
#9FA1B9
(159,161,185)
#B5B8C8
(181,184,200)
#CBCFD7
(203,207,215)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050050 color. Also use rgb(5,0,80) instead hex code.

Text Font Color

.myTextColor { color: #050050; }

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

This text font color is #050050.


Background Color

.myBgColor { background-color: #050050; }

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

This div background color is #050050.


Border color

.myBorderColor { border: 1px solid #050050; }

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

This div border color is #050050.


Opacity

.myOpacity80 { color: #050050; opacity: 0.8; }

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

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

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

This text has shadow with #050050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050050 on black background.


Color preview on white background

This text has color #050050 on white background.



Black color preview on #050050 background

This text has black color on #050050 background.


White color preview on #050050 background

This text has white color on #050050 background.