COLOR #505758

HEX: #505758
RGB: (80,87,88)

Renk bilgisi

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

RGB renk modeli

#505758 color RGB value is (80,87,88).

  • kırmız ton 80;
  • yeşil ton 87;
  • mavi ton 88.
RGB:
(80,87,88)
(31%,34%,35%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 87 of 255 = 34%
B 88 of 255 = 35%

80
87
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 87 + 88 = 255 (100%)
R 80 of 255 ~ 31.37%
G 87 of 255 ~ 34.12%
B 88 of 255 ~ 34.51%

%31.37
%34.12
%34.51

CMYK RENK MODELİ

#505758 rengi CMYK tonu (9,1,0,65).

  • camgöbeği tonu 9.09%
  • eflatun tonu 1.14%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(9,1,0,65)
C9M1Y0K65 
(9%,1%,0%,65%)
(0.09/0.01/0.00/0.65)	

CMYK yüzdeleri

%9.09
%1.14
%0
%65.49

Codes

Color #505758 in popluar color models

505758
RGB808788
HSL188°4.76%32.94%
HSB/HSV188°9.09%34.51%
CMYK9.09%1.14%0.00%
65.49%

Color #505758 in popluar number systems.

HEX505758
Decimal808788
Binary101000010101111011000
Octal120127130

Shades and tints

Shades of #505758

#505758
(80,87,88)
#495050
(73,80,80)
#424948
(66,73,72)
#3B4240
(59,66,64)
#343B38
(52,59,56)
#2D3430
(45,52,48)
#262D28
(38,45,40)
#1F2620
(31,38,32)
#181F18
(24,31,24)
#111810
(17,24,16)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #505758

#505758
(80,87,88)
#5F6667
(95,102,103)
#6E7576
(110,117,118)
#7D8485
(125,132,133)
#8C9394
(140,147,148)
#9BA2A3
(155,162,163)
#AAB1B2
(170,177,178)
#B9C0C1
(185,192,193)
#C8CFD0
(200,207,208)
#D7DEDF
(215,222,223)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505758; }

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

This text font color is #505758.


Background Color

.myBgColor { background-color: #505758; }

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

This div background color is #505758.


Border color

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

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

This div border color is #505758.


Opacity

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

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

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

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

This text has shadow with #505758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505758 on black background.


Color preview on white background

This text has color #505758 on white background.



Black color preview on #505758 background

This text has black color on #505758 background.


White color preview on #505758 background

This text has white color on #505758 background.