COLOR #577A77

HEX: #577A77
RGB: (87,122,119)

Renk bilgisi

#577A77 contains red, green and blue colors in about the same proportion. #577A77 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#577A77 color RGB value is (87,122,119).

  • kırmız ton 87;
  • yeşil ton 122;
  • mavi ton 119.
RGB:
(87,122,119)
(34%,48%,47%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 122 of 255 = 48%
B 119 of 255 = 47%

87
122
119

R + G + B ~ 43%. #577A77 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 122 + 119 = 328 (100%)
R 87 of 328 ~ 26.52%
G 122 of 328 ~ 37.2%
B 119 of 328 ~ 36.28%

%26.52
%37.2
%36.28

CMYK RENK MODELİ

#577A77 rengi CMYK tonu (29,0,2,52).

  • camgöbeği tonu 28.69%
  • eflatun tonu 0.00%
  • sarı tonu 2.46%
  • ana renk tonu 52.16%
CMYK:
(29,0,2,52)
C29M0Y2K52 
(29%,0%,2%,52%)
(0.29/0.00/0.02/0.52)	

CMYK yüzdeleri

%28.69
%0
%2.46
%52.16

Codes

Color #577A77 in popluar color models

577A77
RGB87122119
HSL175°16.75%40.98%
HSB/HSV175°28.69%47.84%
CMYK28.69%0.00%2.46%
52.16%

Color #577A77 in popluar number systems.

HEX577A77
Decimal87122119
Binary101011111110101110111
Octal127172167

Shades and tints

Shades of #577A77

#577A77
(87,122,119)
#506F6D
(80,111,109)
#496463
(73,100,99)
#425959
(66,89,89)
#3B4E4F
(59,78,79)
#344345
(52,67,69)
#2D383B
(45,56,59)
#262D31
(38,45,49)
#1F2227
(31,34,39)
#18171D
(24,23,29)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #577A77

#577A77
(87,122,119)
#668683
(102,134,131)
#75928F
(117,146,143)
#849E9B
(132,158,155)
#93AAA7
(147,170,167)
#A2B6B3
(162,182,179)
#B1C2BF
(177,194,191)
#C0CECB
(192,206,203)
#CFDAD7
(207,218,215)
#DEE6E3
(222,230,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577A77 color. Also use rgb(87,122,119) instead hex code.

Text Font Color

.myTextColor { color: #577A77; }

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

This text font color is #577A77.


Background Color

.myBgColor { background-color: #577A77; }

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

This div background color is #577A77.


Border color

.myBorderColor { border: 1px solid #577A77; }

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

This div border color is #577A77.


Opacity

.myOpacity80 { color: #577A77; opacity: 0.8; }

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

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

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

This text has shadow with #577A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577A77 on black background.


Color preview on white background

This text has color #577A77 on white background.



Black color preview on #577A77 background

This text has black color on #577A77 background.


White color preview on #577A77 background

This text has white color on #577A77 background.