COLOR #506857

HEX: #506857
RGB: (80,104,87)

Renk bilgisi

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

RGB renk modeli

#506857 color RGB value is (80,104,87).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 104 of 255 = 41%
B 87 of 255 = 34%

80
104
87

R + G + B ~ 35%. #506857 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 104 + 87 = 271 (100%)
R 80 of 271 ~ 29.52%
G 104 of 271 ~ 38.38%
B 87 of 271 ~ 32.1%

%29.52
%38.38
%32.1

CMYK RENK MODELİ

#506857 rengi CMYK tonu (23,0,16,59).

  • camgöbeği tonu 23.08%
  • eflatun tonu 0.00%
  • sarı tonu 16.35%
  • ana renk tonu 59.22%
CMYK:
(23,0,16,59)
C23M0Y16K59 
(23%,0%,16%,59%)
(0.23/0.00/0.16/0.59)	

CMYK yüzdeleri

%23.08
%0
%16.35
%59.22

Codes

Color #506857 in popluar color models

506857
RGB8010487
HSL138°13.04%36.08%
HSB/HSV138°23.08%40.78%
CMYK23.08%0.00%16.35%
59.22%

Color #506857 in popluar number systems.

HEX506857
Decimal8010487
Binary101000011010001010111
Octal120150127

Shades and tints

Shades of #506857

#506857
(80,104,87)
#495F50
(73,95,80)
#425649
(66,86,73)
#3B4D42
(59,77,66)
#34443B
(52,68,59)
#2D3B34
(45,59,52)
#26322D
(38,50,45)
#1F2926
(31,41,38)
#18201F
(24,32,31)
#111718
(17,23,24)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #506857

#506857
(80,104,87)
#5F7566
(95,117,102)
#6E8275
(110,130,117)
#7D8F84
(125,143,132)
#8C9C93
(140,156,147)
#9BA9A2
(155,169,162)
#AAB6B1
(170,182,177)
#B9C3C0
(185,195,192)
#C8D0CF
(200,208,207)
#D7DDDE
(215,221,222)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506857; }

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

This text font color is #506857.


Background Color

.myBgColor { background-color: #506857; }

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

This div background color is #506857.


Border color

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

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

This div border color is #506857.


Opacity

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

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

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

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

This text has shadow with #506857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506857 on black background.


Color preview on white background

This text has color #506857 on white background.



Black color preview on #506857 background

This text has black color on #506857 background.


White color preview on #506857 background

This text has white color on #506857 background.