COLOR #505058

HEX: #505058
RGB: (80,80,88)

Renk bilgisi

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

RGB renk modeli

#505058 color RGB value is (80,80,88).

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

RGB bağlantıları ve doygunluk

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

80
80
88

R + G + B ~ 32%. #505058 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 88 = 248 (100%)
R 80 of 248 ~ 32.26%
G 80 of 248 ~ 32.26%
B 88 of 248 ~ 35.48%

%32.26
%32.26
%35.48

CMYK RENK MODELİ

#505058 rengi CMYK tonu (9,9,0,65).

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

CMYK yüzdeleri

%9.09
%9.09
%0
%65.49

Codes

Color #505058 in popluar color models

505058
RGB808088
HSL240°4.76%32.94%
HSB/HSV240°9.09%34.51%
CMYK9.09%9.09%0.00%
65.49%

Color #505058 in popluar number systems.

HEX505058
Decimal808088
Binary101000010100001011000
Octal120120130

Shades and tints

Shades of #505058

#505058
(80,80,88)
#494950
(73,73,80)
#424248
(66,66,72)
#3B3B40
(59,59,64)
#343438
(52,52,56)
#2D2D30
(45,45,48)
#262628
(38,38,40)
#1F1F20
(31,31,32)
#181818
(24,24,24)
#111110
(17,17,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #505058

#505058
(80,80,88)
#5F5F67
(95,95,103)
#6E6E76
(110,110,118)
#7D7D85
(125,125,133)
#8C8C94
(140,140,148)
#9B9BA3
(155,155,163)
#AAAAB2
(170,170,178)
#B9B9C1
(185,185,193)
#C8C8D0
(200,200,208)
#D7D7DF
(215,215,223)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505058; }

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

This text font color is #505058.


Background Color

.myBgColor { background-color: #505058; }

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

This div background color is #505058.


Border color

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

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

This div border color is #505058.


Opacity

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

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

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

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

This text has shadow with #505058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505058 on black background.


Color preview on white background

This text has color #505058 on white background.



Black color preview on #505058 background

This text has black color on #505058 background.


White color preview on #505058 background

This text has white color on #505058 background.