COLOR #505856

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
88
86

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

Yüzdelerle RGB renk parçaları

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

%31.5
%34.65
%33.86

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%9.09
%0
%2.27
%65.49

Codes

Color #505856 in popluar color models

505856
RGB808886
HSL165°4.76%32.94%
HSB/HSV165°9.09%34.51%
CMYK9.09%0.00%2.27%
65.49%

Color #505856 in popluar number systems.

HEX505856
Decimal808886
Binary101000010110001010110
Octal120130126

Shades and tints

Shades of #505856

#505856
(80,88,86)
#49504F
(73,80,79)
#424848
(66,72,72)
#3B4041
(59,64,65)
#34383A
(52,56,58)
#2D3033
(45,48,51)
#26282C
(38,40,44)
#1F2025
(31,32,37)
#18181E
(24,24,30)
#111017
(17,16,23)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #505856

#505856
(80,88,86)
#5F6765
(95,103,101)
#6E7674
(110,118,116)
#7D8583
(125,133,131)
#8C9492
(140,148,146)
#9BA3A1
(155,163,161)
#AAB2B0
(170,178,176)
#B9C1BF
(185,193,191)
#C8D0CE
(200,208,206)
#D7DFDD
(215,223,221)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505856; }

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

This text font color is #505856.


Background Color

.myBgColor { background-color: #505856; }

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

This div background color is #505856.


Border color

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

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

This div border color is #505856.


Opacity

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

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

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

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

This text has shadow with #505856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505856 on black background.


Color preview on white background

This text has color #505856 on white background.



Black color preview on #505856 background

This text has black color on #505856 background.


White color preview on #505856 background

This text has white color on #505856 background.