COLOR #505F51

HEX: #505F51
RGB: (80,95,81)

Renk bilgisi

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

RGB renk modeli

#505F51 color RGB value is (80,95,81).

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

RGB bağlantıları ve doygunluk

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

80
95
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 95 + 81 = 256 (100%)
R 80 of 256 ~ 31.25%
G 95 of 256 ~ 37.11%
B 81 of 256 ~ 31.64%

%31.25
%37.11
%31.64

CMYK RENK MODELİ

#505F51 rengi CMYK tonu (16,0,15,63).

  • camgöbeği tonu 15.79%
  • eflatun tonu 0.00%
  • sarı tonu 14.74%
  • ana renk tonu 62.75%
CMYK:
(16,0,15,63)
C16M0Y15K63 
(16%,0%,15%,63%)
(0.16/0.00/0.15/0.63)	

CMYK yüzdeleri

%15.79
%0
%14.74
%62.75

Codes

Color #505F51 in popluar color models

505F51
RGB809581
HSL124°8.57%34.31%
HSB/HSV124°15.79%37.25%
CMYK15.79%0.00%14.74%
62.75%

Color #505F51 in popluar number systems.

HEX505F51
Decimal809581
Binary101000010111111010001
Octal120137121

Shades and tints

Shades of #505F51

#505F51
(80,95,81)
#49574A
(73,87,74)
#424F43
(66,79,67)
#3B473C
(59,71,60)
#343F35
(52,63,53)
#2D372E
(45,55,46)
#262F27
(38,47,39)
#1F2720
(31,39,32)
#181F19
(24,31,25)
#111712
(17,23,18)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #505F51

#505F51
(80,95,81)
#5F6D60
(95,109,96)
#6E7B6F
(110,123,111)
#7D897E
(125,137,126)
#8C978D
(140,151,141)
#9BA59C
(155,165,156)
#AAB3AB
(170,179,171)
#B9C1BA
(185,193,186)
#C8CFC9
(200,207,201)
#D7DDD8
(215,221,216)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F51; }

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

This text font color is #505F51.


Background Color

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

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

This div background color is #505F51.


Border color

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

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

This div border color is #505F51.


Opacity

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

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

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

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

This text has shadow with #505F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F51 on black background.


Color preview on white background

This text has color #505F51 on white background.



Black color preview on #505F51 background

This text has black color on #505F51 background.


White color preview on #505F51 background

This text has white color on #505F51 background.