COLOR #577476

HEX: #577476
RGB: (87,116,118)

Renk bilgisi

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

RGB renk modeli

#577476 color RGB value is (87,116,118).

  • kırmız ton 87;
  • yeşil ton 116;
  • mavi ton 118.
RGB:
(87,116,118)
(34%,45%,46%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 116 of 255 = 45%
B 118 of 255 = 46%

87
116
118

R + G + B ~ 42%. #577476 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 116 + 118 = 321 (100%)
R 87 of 321 ~ 27.1%
G 116 of 321 ~ 36.14%
B 118 of 321 ~ 36.76%

%27.1
%36.14
%36.76

CMYK RENK MODELİ

#577476 rengi CMYK tonu (26,2,0,54).

  • camgöbeği tonu 26.27%
  • eflatun tonu 1.69%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(26,2,0,54)
C26M2Y0K54 
(26%,2%,0%,54%)
(0.26/0.02/0.00/0.54)	

CMYK yüzdeleri

%26.27
%1.69
%0
%53.73

Codes

Color #577476 in popluar color models

577476
RGB87116118
HSL184°15.12%40.20%
HSB/HSV184°26.27%46.27%
CMYK26.27%1.69%0.00%
53.73%

Color #577476 in popluar number systems.

HEX577476
Decimal87116118
Binary101011111101001110110
Octal127164166

Shades and tints

Shades of #577476

#577476
(87,116,118)
#506A6C
(80,106,108)
#496062
(73,96,98)
#425658
(66,86,88)
#3B4C4E
(59,76,78)
#344244
(52,66,68)
#2D383A
(45,56,58)
#262E30
(38,46,48)
#1F2426
(31,36,38)
#181A1C
(24,26,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #577476

#577476
(87,116,118)
#668082
(102,128,130)
#758C8E
(117,140,142)
#84989A
(132,152,154)
#93A4A6
(147,164,166)
#A2B0B2
(162,176,178)
#B1BCBE
(177,188,190)
#C0C8CA
(192,200,202)
#CFD4D6
(207,212,214)
#DEE0E2
(222,224,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577476 color. Also use rgb(87,116,118) instead hex code.

Text Font Color

.myTextColor { color: #577476; }

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

This text font color is #577476.


Background Color

.myBgColor { background-color: #577476; }

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

This div background color is #577476.


Border color

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

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

This div border color is #577476.


Opacity

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

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

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

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

This text has shadow with #577476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577476 on black background.


Color preview on white background

This text has color #577476 on white background.



Black color preview on #577476 background

This text has black color on #577476 background.


White color preview on #577476 background

This text has white color on #577476 background.