COLOR #506873

HEX: #506873
RGB: (80,104,115)

Renk bilgisi

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

RGB renk modeli

#506873 color RGB value is (80,104,115).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 104 of 255 = 41%
B 115 of 255 = 45%

80
104
115

R + G + B ~ 39%. #506873 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 104 + 115 = 299 (100%)
R 80 of 299 ~ 26.76%
G 104 of 299 ~ 34.78%
B 115 of 299 ~ 38.46%

%26.76
%34.78
%38.46

CMYK RENK MODELİ

#506873 rengi CMYK tonu (30,10,0,55).

  • camgöbeği tonu 30.43%
  • eflatun tonu 9.57%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(30,10,0,55)
C30M10Y0K55 
(30%,10%,0%,55%)
(0.30/0.10/0.00/0.55)	

CMYK yüzdeleri

%30.43
%9.57
%0
%54.9

Codes

Color #506873 in popluar color models

506873
RGB80104115
HSL199°17.95%38.24%
HSB/HSV199°30.43%45.10%
CMYK30.43%9.57%0.00%
54.90%

Color #506873 in popluar number systems.

HEX506873
Decimal80104115
Binary101000011010001110011
Octal120150163

Shades and tints

Shades of #506873

#506873
(80,104,115)
#495F69
(73,95,105)
#42565F
(66,86,95)
#3B4D55
(59,77,85)
#34444B
(52,68,75)
#2D3B41
(45,59,65)
#263237
(38,50,55)
#1F292D
(31,41,45)
#182023
(24,32,35)
#111719
(17,23,25)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #506873

#506873
(80,104,115)
#5F757F
(95,117,127)
#6E828B
(110,130,139)
#7D8F97
(125,143,151)
#8C9CA3
(140,156,163)
#9BA9AF
(155,169,175)
#AAB6BB
(170,182,187)
#B9C3C7
(185,195,199)
#C8D0D3
(200,208,211)
#D7DDDF
(215,221,223)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506873; }

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

This text font color is #506873.


Background Color

.myBgColor { background-color: #506873; }

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

This div background color is #506873.


Border color

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

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

This div border color is #506873.


Opacity

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

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

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

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

This text has shadow with #506873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506873 on black background.


Color preview on white background

This text has color #506873 on white background.



Black color preview on #506873 background

This text has black color on #506873 background.


White color preview on #506873 background

This text has white color on #506873 background.