COLOR #506472

HEX: #506472
RGB: (80,100,114)

Renk bilgisi

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

RGB renk modeli

#506472 color RGB value is (80,100,114).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 100 of 255 = 39%
B 114 of 255 = 45%

80
100
114

R + G + B ~ 38%. #506472 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 100 + 114 = 294 (100%)
R 80 of 294 ~ 27.21%
G 100 of 294 ~ 34.01%
B 114 of 294 ~ 38.78%

%27.21
%34.01
%38.78

CMYK RENK MODELİ

#506472 rengi CMYK tonu (30,12,0,55).

  • camgöbeği tonu 29.82%
  • eflatun tonu 12.28%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(30,12,0,55)
C30M12Y0K55 
(30%,12%,0%,55%)
(0.30/0.12/0.00/0.55)	

CMYK yüzdeleri

%29.82
%12.28
%0
%55.29

Codes

Color #506472 in popluar color models

506472
RGB80100114
HSL205°17.53%38.04%
HSB/HSV205°29.82%44.71%
CMYK29.82%12.28%0.00%
55.29%

Color #506472 in popluar number systems.

HEX506472
Decimal80100114
Binary101000011001001110010
Octal120144162

Shades and tints

Shades of #506472

#506472
(80,100,114)
#495B68
(73,91,104)
#42525E
(66,82,94)
#3B4954
(59,73,84)
#34404A
(52,64,74)
#2D3740
(45,55,64)
#262E36
(38,46,54)
#1F252C
(31,37,44)
#181C22
(24,28,34)
#111318
(17,19,24)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #506472

#506472
(80,100,114)
#5F727E
(95,114,126)
#6E808A
(110,128,138)
#7D8E96
(125,142,150)
#8C9CA2
(140,156,162)
#9BAAAE
(155,170,174)
#AAB8BA
(170,184,186)
#B9C6C6
(185,198,198)
#C8D4D2
(200,212,210)
#D7E2DE
(215,226,222)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506472; }

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

This text font color is #506472.


Background Color

.myBgColor { background-color: #506472; }

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

This div background color is #506472.


Border color

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

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

This div border color is #506472.


Opacity

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

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

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

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

This text has shadow with #506472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506472 on black background.


Color preview on white background

This text has color #506472 on white background.



Black color preview on #506472 background

This text has black color on #506472 background.


White color preview on #506472 background

This text has white color on #506472 background.