COLOR #575353

HEX: #575353
RGB: (87,83,83)

Renk bilgisi

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

RGB renk modeli

#575353 color RGB value is (87,83,83).

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

RGB bağlantıları ve doygunluk

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

87
83
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 83 + 83 = 253 (100%)
R 87 of 253 ~ 34.39%
G 83 of 253 ~ 32.81%
B 83 of 253 ~ 32.81%

%34.39
%32.81
%32.81

CMYK RENK MODELİ

#575353 rengi CMYK tonu (0,5,5,66).

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

CMYK yüzdeleri

%0
%4.6
%4.6
%65.88

Codes

Color #575353 in popluar color models

575353
RGB878383
HSL2.35%33.33%
HSB/HSV4.60%34.12%
CMYK0.00%4.60%4.60%
65.88%

Color #575353 in popluar number systems.

HEX575353
Decimal878383
Binary101011110100111010011
Octal127123123

Shades and tints

Shades of #575353

#575353
(87,83,83)
#504C4C
(80,76,76)
#494545
(73,69,69)
#423E3E
(66,62,62)
#3B3737
(59,55,55)
#343030
(52,48,48)
#2D2929
(45,41,41)
#262222
(38,34,34)
#1F1B1B
(31,27,27)
#181414
(24,20,20)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #575353

#575353
(87,83,83)
#666262
(102,98,98)
#757171
(117,113,113)
#848080
(132,128,128)
#938F8F
(147,143,143)
#A29E9E
(162,158,158)
#B1ADAD
(177,173,173)
#C0BCBC
(192,188,188)
#CFCBCB
(207,203,203)
#DEDADA
(222,218,218)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575353; }

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

This text font color is #575353.


Background Color

.myBgColor { background-color: #575353; }

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

This div background color is #575353.


Border color

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

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

This div border color is #575353.


Opacity

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

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

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

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

This text has shadow with #575353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575353 on black background.


Color preview on white background

This text has color #575353 on white background.



Black color preview on #575353 background

This text has black color on #575353 background.


White color preview on #575353 background

This text has white color on #575353 background.