COLOR #576D78

HEX: #576D78
RGB: (87,109,120)

Renk bilgisi

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

RGB renk modeli

#576D78 color RGB value is (87,109,120).

  • kırmız ton 87;
  • yeşil ton 109;
  • mavi ton 120.
RGB:
(87,109,120)
(34%,43%,47%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 109 of 255 = 43%
B 120 of 255 = 47%

87
109
120

R + G + B ~ 41%. #576D78 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 109 + 120 = 316 (100%)
R 87 of 316 ~ 27.53%
G 109 of 316 ~ 34.49%
B 120 of 316 ~ 37.97%

%27.53
%34.49
%37.97

CMYK RENK MODELİ

#576D78 rengi CMYK tonu (28,9,0,53).

  • camgöbeği tonu 27.50%
  • eflatun tonu 9.17%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(28,9,0,53)
C28M9Y0K53 
(28%,9%,0%,53%)
(0.28/0.09/0.00/0.53)	

CMYK yüzdeleri

%27.5
%9.17
%0
%52.94

Codes

Color #576D78 in popluar color models

576D78
RGB87109120
HSL200°15.94%40.59%
HSB/HSV200°27.50%47.06%
CMYK27.50%9.17%0.00%
52.94%

Color #576D78 in popluar number systems.

HEX576D78
Decimal87109120
Binary101011111011011111000
Octal127155170

Shades and tints

Shades of #576D78

#576D78
(87,109,120)
#50646E
(80,100,110)
#495B64
(73,91,100)
#42525A
(66,82,90)
#3B4950
(59,73,80)
#344046
(52,64,70)
#2D373C
(45,55,60)
#262E32
(38,46,50)
#1F2528
(31,37,40)
#181C1E
(24,28,30)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #576D78

#576D78
(87,109,120)
#667A84
(102,122,132)
#758790
(117,135,144)
#84949C
(132,148,156)
#93A1A8
(147,161,168)
#A2AEB4
(162,174,180)
#B1BBC0
(177,187,192)
#C0C8CC
(192,200,204)
#CFD5D8
(207,213,216)
#DEE2E4
(222,226,228)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576D78 color. Also use rgb(87,109,120) instead hex code.

Text Font Color

.myTextColor { color: #576D78; }

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

This text font color is #576D78.


Background Color

.myBgColor { background-color: #576D78; }

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

This div background color is #576D78.


Border color

.myBorderColor { border: 1px solid #576D78; }

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

This div border color is #576D78.


Opacity

.myOpacity80 { color: #576D78; opacity: 0.8; }

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

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

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

This text has shadow with #576D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D78 on black background.


Color preview on white background

This text has color #576D78 on white background.



Black color preview on #576D78 background

This text has black color on #576D78 background.


White color preview on #576D78 background

This text has white color on #576D78 background.