COLOR #506F8D

HEX: #506F8D
RGB: (80,111,141)

Renk bilgisi

#506F8D contains mainly green and blue colors. #506F8D ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#506F8D color RGB value is (80,111,141).

  • kırmız ton 80;
  • yeşil ton 111;
  • mavi ton 141.
RGB:
(80,111,141)
(31%,44%,55%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 111 of 255 = 44%
B 141 of 255 = 55%

80
111
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 111 + 141 = 332 (100%)
R 80 of 332 ~ 24.1%
G 111 of 332 ~ 33.43%
B 141 of 332 ~ 42.47%

%24.1
%33.43
%42.47

CMYK RENK MODELİ

#506F8D rengi CMYK tonu (43,21,0,45).

  • camgöbeği tonu 43.26%
  • eflatun tonu 21.28%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(43,21,0,45)
C43M21Y0K45 
(43%,21%,0%,45%)
(0.43/0.21/0.00/0.45)	

CMYK yüzdeleri

%43.26
%21.28
%0
%44.71

Codes

Color #506F8D in popluar color models

506F8D
RGB80111141
HSL210°27.60%43.33%
HSB/HSV210°43.26%55.29%
CMYK43.26%21.28%0.00%
44.71%

Color #506F8D in popluar number systems.

HEX506F8D
Decimal80111141
Binary1010000110111110001101
Octal120157215

Shades and tints

Shades of #506F8D

#506F8D
(80,111,141)
#496581
(73,101,129)
#425B75
(66,91,117)
#3B5169
(59,81,105)
#34475D
(52,71,93)
#2D3D51
(45,61,81)
#263345
(38,51,69)
#1F2939
(31,41,57)
#181F2D
(24,31,45)
#111521
(17,21,33)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #506F8D

#506F8D
(80,111,141)
#5F7C97
(95,124,151)
#6E89A1
(110,137,161)
#7D96AB
(125,150,171)
#8CA3B5
(140,163,181)
#9BB0BF
(155,176,191)
#AABDC9
(170,189,201)
#B9CAD3
(185,202,211)
#C8D7DD
(200,215,221)
#D7E4E7
(215,228,231)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506F8D color. Also use rgb(80,111,141) instead hex code.

Text Font Color

.myTextColor { color: #506F8D; }

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

This text font color is #506F8D.


Background Color

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

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

This div background color is #506F8D.


Border color

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

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

This div border color is #506F8D.


Opacity

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

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

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

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

This text has shadow with #506F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506F8D on black background.


Color preview on white background

This text has color #506F8D on white background.



Black color preview on #506F8D background

This text has black color on #506F8D background.


White color preview on #506F8D background

This text has white color on #506F8D background.