COLOR #005050

HEX: #005050
RGB: (0,80,80)

Renk bilgisi

#005050 contains only green and blue colors. #005050 ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#005050 color RGB value is (0,80,80).

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

RGB bağlantıları ve doygunluk

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

0
80
80

R + G + B ~ 21%. #005050 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 80 + 80 = 160 (100%)
R 0 of 160 ~ 0%
G 80 of 160 ~ 50%
B 80 of 160 ~ 50%

%50
%50

CMYK RENK MODELİ

#005050 rengi CMYK tonu (100,0,0,69).

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

CMYK yüzdeleri

%100
%0
%0
%68.63

Codes

Color #005050 in popluar color models

005050
RGB08080
HSL180°100.00%15.69%
HSB/HSV180°100.00%31.37%
CMYK100.00%0.00%0.00%
68.63%

Color #005050 in popluar number systems.

HEX005050
Decimal08080
Binary010100001010000
Octal0120120

Shades and tints

Shades of #005050

#005050
(0,80,80)
#004949
(0,73,73)
#004242
(0,66,66)
#003B3B
(0,59,59)
#003434
(0,52,52)
#002D2D
(0,45,45)
#002626
(0,38,38)
#001F1F
(0,31,31)
#001818
(0,24,24)
#001111
(0,17,17)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #005050

#005050
(0,80,80)
#175F5F
(23,95,95)
#2E6E6E
(46,110,110)
#457D7D
(69,125,125)
#5C8C8C
(92,140,140)
#739B9B
(115,155,155)
#8AAAAA
(138,170,170)
#A1B9B9
(161,185,185)
#B8C8C8
(184,200,200)
#CFD7D7
(207,215,215)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005050; }

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

This text font color is #005050.


Background Color

.myBgColor { background-color: #005050; }

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

This div background color is #005050.


Border color

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

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

This div border color is #005050.


Opacity

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

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

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

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

This text has shadow with #005050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005050 on black background.


Color preview on white background

This text has color #005050 on white background.



Black color preview on #005050 background

This text has black color on #005050 background.


White color preview on #005050 background

This text has white color on #005050 background.