COLOR #506A82

HEX: #506A82
RGB: (80,106,130)

Renk bilgisi

#506A82 contains red, green and blue colors in about the same proportion. #506A82 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#506A82 color RGB value is (80,106,130).

  • kırmız ton 80;
  • yeşil ton 106;
  • mavi ton 130.
RGB:
(80,106,130)
(31%,42%,51%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 106 of 255 = 42%
B 130 of 255 = 51%

80
106
130

R + G + B ~ 41%. #506A82 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 106 + 130 = 316 (100%)
R 80 of 316 ~ 25.32%
G 106 of 316 ~ 33.54%
B 130 of 316 ~ 41.14%

%25.32
%33.54
%41.14

CMYK RENK MODELİ

#506A82 rengi CMYK tonu (38,18,0,49).

  • camgöbeği tonu 38.46%
  • eflatun tonu 18.46%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(38,18,0,49)
C38M18Y0K49 
(38%,18%,0%,49%)
(0.38/0.18/0.00/0.49)	

CMYK yüzdeleri

%38.46
%18.46
%0
%49.02

Codes

Color #506A82 in popluar color models

506A82
RGB80106130
HSL209°23.81%41.18%
HSB/HSV209°38.46%50.98%
CMYK38.46%18.46%0.00%
49.02%

Color #506A82 in popluar number systems.

HEX506A82
Decimal80106130
Binary1010000110101010000010
Octal120152202

Shades and tints

Shades of #506A82

#506A82
(80,106,130)
#496177
(73,97,119)
#42586C
(66,88,108)
#3B4F61
(59,79,97)
#344656
(52,70,86)
#2D3D4B
(45,61,75)
#263440
(38,52,64)
#1F2B35
(31,43,53)
#18222A
(24,34,42)
#11191F
(17,25,31)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #506A82

#506A82
(80,106,130)
#5F778D
(95,119,141)
#6E8498
(110,132,152)
#7D91A3
(125,145,163)
#8C9EAE
(140,158,174)
#9BABB9
(155,171,185)
#AAB8C4
(170,184,196)
#B9C5CF
(185,197,207)
#C8D2DA
(200,210,218)
#D7DFE5
(215,223,229)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506A82 color. Also use rgb(80,106,130) instead hex code.

Text Font Color

.myTextColor { color: #506A82; }

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

This text font color is #506A82.


Background Color

.myBgColor { background-color: #506A82; }

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

This div background color is #506A82.


Border color

.myBorderColor { border: 1px solid #506A82; }

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

This div border color is #506A82.


Opacity

.myOpacity80 { color: #506A82; opacity: 0.8; }

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

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

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

This text has shadow with #506A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A82 on black background.


Color preview on white background

This text has color #506A82 on white background.



Black color preview on #506A82 background

This text has black color on #506A82 background.


White color preview on #506A82 background

This text has white color on #506A82 background.