COLOR #576676

HEX: #576676
RGB: (87,102,118)

Renk bilgisi

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

RGB renk modeli

#576676 color RGB value is (87,102,118).

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

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 102 of 255 = 40%
B 118 of 255 = 46%

87
102
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 102 + 118 = 307 (100%)
R 87 of 307 ~ 28.34%
G 102 of 307 ~ 33.22%
B 118 of 307 ~ 38.44%

%28.34
%33.22
%38.44

CMYK RENK MODELİ

#576676 rengi CMYK tonu (26,14,0,54).

  • camgöbeği tonu 26.27%
  • eflatun tonu 13.56%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(26,14,0,54)
C26M14Y0K54 
(26%,14%,0%,54%)
(0.26/0.14/0.00/0.54)	

CMYK yüzdeleri

%26.27
%13.56
%0
%53.73

Codes

Color #576676 in popluar color models

576676
RGB87102118
HSL211°15.12%40.20%
HSB/HSV211°26.27%46.27%
CMYK26.27%13.56%0.00%
53.73%

Color #576676 in popluar number systems.

HEX576676
Decimal87102118
Binary101011111001101110110
Octal127146166

Shades and tints

Shades of #576676

#576676
(87,102,118)
#505D6C
(80,93,108)
#495462
(73,84,98)
#424B58
(66,75,88)
#3B424E
(59,66,78)
#343944
(52,57,68)
#2D303A
(45,48,58)
#262730
(38,39,48)
#1F1E26
(31,30,38)
#18151C
(24,21,28)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #576676

#576676
(87,102,118)
#667382
(102,115,130)
#75808E
(117,128,142)
#848D9A
(132,141,154)
#939AA6
(147,154,166)
#A2A7B2
(162,167,178)
#B1B4BE
(177,180,190)
#C0C1CA
(192,193,202)
#CFCED6
(207,206,214)
#DEDBE2
(222,219,226)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576676; }

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

This text font color is #576676.


Background Color

.myBgColor { background-color: #576676; }

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

This div background color is #576676.


Border color

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

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

This div border color is #576676.


Opacity

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

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

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

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

This text has shadow with #576676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576676 on black background.


Color preview on white background

This text has color #576676 on white background.



Black color preview on #576676 background

This text has black color on #576676 background.


White color preview on #576676 background

This text has white color on #576676 background.