COLOR #505658

HEX: #505658
RGB: (80,86,88)

Renk bilgisi

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

RGB renk modeli

#505658 color RGB value is (80,86,88).

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

RGB bağlantıları ve doygunluk

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

80
86
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 86 + 88 = 254 (100%)
R 80 of 254 ~ 31.5%
G 86 of 254 ~ 33.86%
B 88 of 254 ~ 34.65%

%31.5
%33.86
%34.65

CMYK RENK MODELİ

#505658 rengi CMYK tonu (9,2,0,65).

  • camgöbeği tonu 9.09%
  • eflatun tonu 2.27%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(9,2,0,65)
C9M2Y0K65 
(9%,2%,0%,65%)
(0.09/0.02/0.00/0.65)	

CMYK yüzdeleri

%9.09
%2.27
%0
%65.49

Codes

Color #505658 in popluar color models

505658
RGB808688
HSL195°4.76%32.94%
HSB/HSV195°9.09%34.51%
CMYK9.09%2.27%0.00%
65.49%

Color #505658 in popluar number systems.

HEX505658
Decimal808688
Binary101000010101101011000
Octal120126130

Shades and tints

Shades of #505658

#505658
(80,86,88)
#494F50
(73,79,80)
#424848
(66,72,72)
#3B4140
(59,65,64)
#343A38
(52,58,56)
#2D3330
(45,51,48)
#262C28
(38,44,40)
#1F2520
(31,37,32)
#181E18
(24,30,24)
#111710
(17,23,16)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #505658

#505658
(80,86,88)
#5F6567
(95,101,103)
#6E7476
(110,116,118)
#7D8385
(125,131,133)
#8C9294
(140,146,148)
#9BA1A3
(155,161,163)
#AAB0B2
(170,176,178)
#B9BFC1
(185,191,193)
#C8CED0
(200,206,208)
#D7DDDF
(215,221,223)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505658; }

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

This text font color is #505658.


Background Color

.myBgColor { background-color: #505658; }

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

This div background color is #505658.


Border color

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

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

This div border color is #505658.


Opacity

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

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

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

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

This text has shadow with #505658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505658 on black background.


Color preview on white background

This text has color #505658 on white background.



Black color preview on #505658 background

This text has black color on #505658 background.


White color preview on #505658 background

This text has white color on #505658 background.