COLOR #506476

HEX: #506476
RGB: (80,100,118)

Renk bilgisi

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

RGB renk modeli

#506476 color RGB value is (80,100,118).

  • kırmız ton 80;
  • yeşil ton 100;
  • mavi ton 118.
RGB:
(80,100,118)
(31%,39%,46%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 100 of 255 = 39%
B 118 of 255 = 46%

80
100
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 100 + 118 = 298 (100%)
R 80 of 298 ~ 26.85%
G 100 of 298 ~ 33.56%
B 118 of 298 ~ 39.6%

%26.85
%33.56
%39.6

CMYK RENK MODELİ

#506476 rengi CMYK tonu (32,15,0,54).

  • camgöbeği tonu 32.20%
  • eflatun tonu 15.25%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(32,15,0,54)
C32M15Y0K54 
(32%,15%,0%,54%)
(0.32/0.15/0.00/0.54)	

CMYK yüzdeleri

%32.2
%15.25
%0
%53.73

Codes

Color #506476 in popluar color models

506476
RGB80100118
HSL208°19.19%38.82%
HSB/HSV208°32.20%46.27%
CMYK32.20%15.25%0.00%
53.73%

Color #506476 in popluar number systems.

HEX506476
Decimal80100118
Binary101000011001001110110
Octal120144166

Shades and tints

Shades of #506476

#506476
(80,100,118)
#495B6C
(73,91,108)
#425262
(66,82,98)
#3B4958
(59,73,88)
#34404E
(52,64,78)
#2D3744
(45,55,68)
#262E3A
(38,46,58)
#1F2530
(31,37,48)
#181C26
(24,28,38)
#11131C
(17,19,28)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #506476

#506476
(80,100,118)
#5F7282
(95,114,130)
#6E808E
(110,128,142)
#7D8E9A
(125,142,154)
#8C9CA6
(140,156,166)
#9BAAB2
(155,170,178)
#AAB8BE
(170,184,190)
#B9C6CA
(185,198,202)
#C8D4D6
(200,212,214)
#D7E2E2
(215,226,226)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506476; }

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

This text font color is #506476.


Background Color

.myBgColor { background-color: #506476; }

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

This div background color is #506476.


Border color

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

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

This div border color is #506476.


Opacity

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

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

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

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

This text has shadow with #506476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506476 on black background.


Color preview on white background

This text has color #506476 on white background.



Black color preview on #506476 background

This text has black color on #506476 background.


White color preview on #506476 background

This text has white color on #506476 background.