COLOR #505953

HEX: #505953
RGB: (80,89,83)

Renk bilgisi

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

RGB renk modeli

#505953 color RGB value is (80,89,83).

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

RGB bağlantıları ve doygunluk

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

80
89
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 89 + 83 = 252 (100%)
R 80 of 252 ~ 31.75%
G 89 of 252 ~ 35.32%
B 83 of 252 ~ 32.94%

%31.75
%35.32
%32.94

CMYK RENK MODELİ

#505953 rengi CMYK tonu (10,0,7,65).

  • camgöbeği tonu 10.11%
  • eflatun tonu 0.00%
  • sarı tonu 6.74%
  • ana renk tonu 65.10%
CMYK:
(10,0,7,65)
C10M0Y7K65 
(10%,0%,7%,65%)
(0.10/0.00/0.07/0.65)	

CMYK yüzdeleri

%10.11
%0
%6.74
%65.1

Codes

Color #505953 in popluar color models

505953
RGB808983
HSL140°5.33%33.14%
HSB/HSV140°10.11%34.90%
CMYK10.11%0.00%6.74%
65.10%

Color #505953 in popluar number systems.

HEX505953
Decimal808983
Binary101000010110011010011
Octal120131123

Shades and tints

Shades of #505953

#505953
(80,89,83)
#49514C
(73,81,76)
#424945
(66,73,69)
#3B413E
(59,65,62)
#343937
(52,57,55)
#2D3130
(45,49,48)
#262929
(38,41,41)
#1F2122
(31,33,34)
#18191B
(24,25,27)
#111114
(17,17,20)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #505953

#505953
(80,89,83)
#5F6862
(95,104,98)
#6E7771
(110,119,113)
#7D8680
(125,134,128)
#8C958F
(140,149,143)
#9BA49E
(155,164,158)
#AAB3AD
(170,179,173)
#B9C2BC
(185,194,188)
#C8D1CB
(200,209,203)
#D7E0DA
(215,224,218)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505953; }

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

This text font color is #505953.


Background Color

.myBgColor { background-color: #505953; }

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

This div background color is #505953.


Border color

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

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

This div border color is #505953.


Opacity

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

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

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

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

This text has shadow with #505953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505953 on black background.


Color preview on white background

This text has color #505953 on white background.



Black color preview on #505953 background

This text has black color on #505953 background.


White color preview on #505953 background

This text has white color on #505953 background.