COLOR #575351

HEX: #575351
RGB: (87,83,81)

Renk bilgisi

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

RGB renk modeli

#575351 color RGB value is (87,83,81).

  • kırmız ton 87;
  • yeşil ton 83;
  • mavi ton 81.
RGB:
(87,83,81)
(34%,33%,32%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 83 of 255 = 33%
B 81 of 255 = 32%

87
83
81

R + G + B ~ 33%. #575351 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 83 + 81 = 251 (100%)
R 87 of 251 ~ 34.66%
G 83 of 251 ~ 33.07%
B 81 of 251 ~ 32.27%

%34.66
%33.07
%32.27

CMYK RENK MODELİ

#575351 rengi CMYK tonu (0,5,7,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.60%
  • sarı tonu 6.90%
  • ana renk tonu 65.88%
CMYK:
(0,5,7,66)
C0M5Y7K66 
(0%,5%,7%,66%)
(0.00/0.05/0.07/0.66)	

CMYK yüzdeleri

%0
%4.6
%6.9
%65.88

Codes

Color #575351 in popluar color models

575351
RGB878381
HSL20°3.57%32.94%
HSB/HSV20°6.90%34.12%
CMYK0.00%4.60%6.90%
65.88%

Color #575351 in popluar number systems.

HEX575351
Decimal878381
Binary101011110100111010001
Octal127123121

Shades and tints

Shades of #575351

#575351
(87,83,81)
#504C4A
(80,76,74)
#494543
(73,69,67)
#423E3C
(66,62,60)
#3B3735
(59,55,53)
#34302E
(52,48,46)
#2D2927
(45,41,39)
#262220
(38,34,32)
#1F1B19
(31,27,25)
#181412
(24,20,18)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #575351

#575351
(87,83,81)
#666260
(102,98,96)
#75716F
(117,113,111)
#84807E
(132,128,126)
#938F8D
(147,143,141)
#A29E9C
(162,158,156)
#B1ADAB
(177,173,171)
#C0BCBA
(192,188,186)
#CFCBC9
(207,203,201)
#DEDAD8
(222,218,216)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575351 color. Also use rgb(87,83,81) instead hex code.

Text Font Color

.myTextColor { color: #575351; }

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

This text font color is #575351.


Background Color

.myBgColor { background-color: #575351; }

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

This div background color is #575351.


Border color

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

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

This div border color is #575351.


Opacity

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

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

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

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

This text has shadow with #575351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575351 on black background.


Color preview on white background

This text has color #575351 on white background.



Black color preview on #575351 background

This text has black color on #575351 background.


White color preview on #575351 background

This text has white color on #575351 background.