COLOR #505F52

HEX: #505F52
RGB: (80,95,82)

Renk bilgisi

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

RGB renk modeli

#505F52 color RGB value is (80,95,82).

  • kırmız ton 80;
  • yeşil ton 95;
  • mavi ton 82.
RGB:
(80,95,82)
(31%,37%,32%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 95 of 255 = 37%
B 82 of 255 = 32%

80
95
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 95 + 82 = 257 (100%)
R 80 of 257 ~ 31.13%
G 95 of 257 ~ 36.96%
B 82 of 257 ~ 31.91%

%31.13
%36.96
%31.91

CMYK RENK MODELİ

#505F52 rengi CMYK tonu (16,0,14,63).

  • camgöbeği tonu 15.79%
  • eflatun tonu 0.00%
  • sarı tonu 13.68%
  • ana renk tonu 62.75%
CMYK:
(16,0,14,63)
C16M0Y14K63 
(16%,0%,14%,63%)
(0.16/0.00/0.14/0.63)	

CMYK yüzdeleri

%15.79
%0
%13.68
%62.75

Codes

Color #505F52 in popluar color models

505F52
RGB809582
HSL128°8.57%34.31%
HSB/HSV128°15.79%37.25%
CMYK15.79%0.00%13.68%
62.75%

Color #505F52 in popluar number systems.

HEX505F52
Decimal809582
Binary101000010111111010010
Octal120137122

Shades and tints

Shades of #505F52

#505F52
(80,95,82)
#49574B
(73,87,75)
#424F44
(66,79,68)
#3B473D
(59,71,61)
#343F36
(52,63,54)
#2D372F
(45,55,47)
#262F28
(38,47,40)
#1F2721
(31,39,33)
#181F1A
(24,31,26)
#111713
(17,23,19)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #505F52

#505F52
(80,95,82)
#5F6D61
(95,109,97)
#6E7B70
(110,123,112)
#7D897F
(125,137,127)
#8C978E
(140,151,142)
#9BA59D
(155,165,157)
#AAB3AC
(170,179,172)
#B9C1BB
(185,193,187)
#C8CFCA
(200,207,202)
#D7DDD9
(215,221,217)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505F52 color. Also use rgb(80,95,82) instead hex code.

Text Font Color

.myTextColor { color: #505F52; }

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

This text font color is #505F52.


Background Color

.myBgColor { background-color: #505F52; }

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

This div background color is #505F52.


Border color

.myBorderColor { border: 1px solid #505F52; }

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

This div border color is #505F52.


Opacity

.myOpacity80 { color: #505F52; opacity: 0.8; }

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

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

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

This text has shadow with #505F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F52 on black background.


Color preview on white background

This text has color #505F52 on white background.



Black color preview on #505F52 background

This text has black color on #505F52 background.


White color preview on #505F52 background

This text has white color on #505F52 background.