COLOR #505353

HEX: #505353
RGB: (80,83,83)

Renk bilgisi

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

RGB renk modeli

#505353 color RGB value is (80,83,83).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 83 of 255 = 33%
B 83 of 255 = 33%

80
83
83

R + G + B ~ 32%. #505353 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 83 + 83 = 246 (100%)
R 80 of 246 ~ 32.52%
G 83 of 246 ~ 33.74%
B 83 of 246 ~ 33.74%

%32.52
%33.74
%33.74

CMYK RENK MODELİ

#505353 rengi CMYK tonu (4,0,0,67).

  • camgöbeği tonu 3.61%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(4,0,0,67)
C4M0Y0K67 
(4%,0%,0%,67%)
(0.04/0.00/0.00/0.67)	

CMYK yüzdeleri

%3.61
%0
%0
%67.45

Codes

Color #505353 in popluar color models

505353
RGB808383
HSL180°1.84%31.96%
HSB/HSV180°3.61%32.55%
CMYK3.61%0.00%0.00%
67.45%

Color #505353 in popluar number systems.

HEX505353
Decimal808383
Binary101000010100111010011
Octal120123123

Shades and tints

Shades of #505353

#505353
(80,83,83)
#494C4C
(73,76,76)
#424545
(66,69,69)
#3B3E3E
(59,62,62)
#343737
(52,55,55)
#2D3030
(45,48,48)
#262929
(38,41,41)
#1F2222
(31,34,34)
#181B1B
(24,27,27)
#111414
(17,20,20)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #505353

#505353
(80,83,83)
#5F6262
(95,98,98)
#6E7171
(110,113,113)
#7D8080
(125,128,128)
#8C8F8F
(140,143,143)
#9B9E9E
(155,158,158)
#AAADAD
(170,173,173)
#B9BCBC
(185,188,188)
#C8CBCB
(200,203,203)
#D7DADA
(215,218,218)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505353; }

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

This text font color is #505353.


Background Color

.myBgColor { background-color: #505353; }

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

This div background color is #505353.


Border color

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

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

This div border color is #505353.


Opacity

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

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

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

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

This text has shadow with #505353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505353 on black background.


Color preview on white background

This text has color #505353 on white background.



Black color preview on #505353 background

This text has black color on #505353 background.


White color preview on #505353 background

This text has white color on #505353 background.