COLOR #005D77

HEX: #005D77
RGB: (0,93,119)

Renk bilgisi

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

RGB renk modeli

#005D77 color RGB value is (0,93,119).

  • kırmız ton 0;
  • yeşil ton 93;
  • mavi ton 119.
RGB:
(0,93,119)
(0%,36%,47%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 93 of 255 = 36%
B 119 of 255 = 47%

0
93
119

R + G + B ~ 28%. #005D77 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 93 + 119 = 212 (100%)
R 0 of 212 ~ 0%
G 93 of 212 ~ 43.87%
B 119 of 212 ~ 56.13%

%43.87
%56.13

CMYK RENK MODELİ

#005D77 rengi CMYK tonu (100,22,0,53).

  • camgöbeği tonu 100.00%
  • eflatun tonu 21.85%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(100,22,0,53)
C100M22Y0K53 
(100%,22%,0%,53%)
(1.00/0.22/0.00/0.53)	

CMYK yüzdeleri

%100
%21.85
%0
%53.33

Codes

Color #005D77 in popluar color models

005D77
RGB093119
HSL193°100.00%23.33%
HSB/HSV193°100.00%46.67%
CMYK100.00%21.85%0.00%
53.33%

Color #005D77 in popluar number systems.

HEX005D77
Decimal093119
Binary010111011110111
Octal0135167

Shades and tints

Shades of #005D77

#005D77
(0,93,119)
#00556D
(0,85,109)
#004D63
(0,77,99)
#004559
(0,69,89)
#003D4F
(0,61,79)
#003545
(0,53,69)
#002D3B
(0,45,59)
#002531
(0,37,49)
#001D27
(0,29,39)
#00151D
(0,21,29)
#000D13
(0,13,19)
#000000
(0,0,0)

Tints of #005D77

#005D77
(0,93,119)
#176B83
(23,107,131)
#2E798F
(46,121,143)
#45879B
(69,135,155)
#5C95A7
(92,149,167)
#73A3B3
(115,163,179)
#8AB1BF
(138,177,191)
#A1BFCB
(161,191,203)
#B8CDD7
(184,205,215)
#CFDBE3
(207,219,227)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005D77 color. Also use rgb(0,93,119) instead hex code.

Text Font Color

.myTextColor { color: #005D77; }

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

This text font color is #005D77.


Background Color

.myBgColor { background-color: #005D77; }

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

This div background color is #005D77.


Border color

.myBorderColor { border: 1px solid #005D77; }

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

This div border color is #005D77.


Opacity

.myOpacity80 { color: #005D77; opacity: 0.8; }

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

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

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

This text has shadow with #005D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005D77 on black background.


Color preview on white background

This text has color #005D77 on white background.



Black color preview on #005D77 background

This text has black color on #005D77 background.


White color preview on #005D77 background

This text has white color on #005D77 background.