COLOR #575966

HEX: #575966
RGB: (87,89,102)

Renk bilgisi

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

RGB renk modeli

#575966 color RGB value is (87,89,102).

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

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 89 of 255 = 35%
B 102 of 255 = 40%

87
89
102

R + G + B ~ 36%. #575966 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 89 + 102 = 278 (100%)
R 87 of 278 ~ 31.29%
G 89 of 278 ~ 32.01%
B 102 of 278 ~ 36.69%

%31.29
%32.01
%36.69

CMYK RENK MODELİ

#575966 rengi CMYK tonu (15,13,0,60).

  • camgöbeği tonu 14.71%
  • eflatun tonu 12.75%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(15,13,0,60)
C15M13Y0K60 
(15%,13%,0%,60%)
(0.15/0.13/0.00/0.60)	

CMYK yüzdeleri

%14.71
%12.75
%0
%60

Codes

Color #575966 in popluar color models

575966
RGB8789102
HSL232°7.94%37.06%
HSB/HSV232°14.71%40.00%
CMYK14.71%12.75%0.00%
60.00%

Color #575966 in popluar number systems.

HEX575966
Decimal8789102
Binary101011110110011100110
Octal127131146

Shades and tints

Shades of #575966

#575966
(87,89,102)
#50515D
(80,81,93)
#494954
(73,73,84)
#42414B
(66,65,75)
#3B3942
(59,57,66)
#343139
(52,49,57)
#2D2930
(45,41,48)
#262127
(38,33,39)
#1F191E
(31,25,30)
#181115
(24,17,21)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #575966

#575966
(87,89,102)
#666873
(102,104,115)
#757780
(117,119,128)
#84868D
(132,134,141)
#93959A
(147,149,154)
#A2A4A7
(162,164,167)
#B1B3B4
(177,179,180)
#C0C2C1
(192,194,193)
#CFD1CE
(207,209,206)
#DEE0DB
(222,224,219)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575966; }

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

This text font color is #575966.


Background Color

.myBgColor { background-color: #575966; }

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

This div background color is #575966.


Border color

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

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

This div border color is #575966.


Opacity

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

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

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

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

This text has shadow with #575966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575966 on black background.


Color preview on white background

This text has color #575966 on white background.



Black color preview on #575966 background

This text has black color on #575966 background.


White color preview on #575966 background

This text has white color on #575966 background.