COLOR #525353

HEX: #525353
RGB: (82,83,83)

Renk bilgisi

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

RGB renk modeli

#525353 color RGB value is (82,83,83).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 83 of 255 = 33%
B 83 of 255 = 33%

82
83
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 83 + 83 = 248 (100%)
R 82 of 248 ~ 33.06%
G 83 of 248 ~ 33.47%
B 83 of 248 ~ 33.47%

%33.06
%33.47
%33.47

CMYK RENK MODELİ

#525353 rengi CMYK tonu (1,0,0,67).

  • camgöbeği tonu 1.20%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(1,0,0,67)
C1M0Y0K67 
(1%,0%,0%,67%)
(0.01/0.00/0.00/0.67)	

CMYK yüzdeleri

%1.2
%0
%0
%67.45

Codes

Color #525353 in popluar color models

525353
RGB828383
HSL180°0.61%32.35%
HSB/HSV180°1.20%32.55%
CMYK1.20%0.00%0.00%
67.45%

Color #525353 in popluar number systems.

HEX525353
Decimal828383
Binary101001010100111010011
Octal122123123

Shades and tints

Shades of #525353

#525353
(82,83,83)
#4B4C4C
(75,76,76)
#444545
(68,69,69)
#3D3E3E
(61,62,62)
#363737
(54,55,55)
#2F3030
(47,48,48)
#282929
(40,41,41)
#212222
(33,34,34)
#1A1B1B
(26,27,27)
#131414
(19,20,20)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #525353

#525353
(82,83,83)
#616262
(97,98,98)
#707171
(112,113,113)
#7F8080
(127,128,128)
#8E8F8F
(142,143,143)
#9D9E9E
(157,158,158)
#ACADAD
(172,173,173)
#BBBCBC
(187,188,188)
#CACBCB
(202,203,203)
#D9DADA
(217,218,218)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525353; }

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

This text font color is #525353.


Background Color

.myBgColor { background-color: #525353; }

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

This div background color is #525353.


Border color

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

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

This div border color is #525353.


Opacity

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

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

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

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

This text has shadow with #525353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525353 on black background.


Color preview on white background

This text has color #525353 on white background.



Black color preview on #525353 background

This text has black color on #525353 background.


White color preview on #525353 background

This text has white color on #525353 background.