COLOR #506396

HEX: #506396
RGB: (80,99,150)

Renk bilgisi

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

RGB renk modeli

#506396 color RGB value is (80,99,150).

  • kırmız ton 80;
  • yeşil ton 99;
  • mavi ton 150.
RGB:
(80,99,150)
(31%,39%,59%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 99 of 255 = 39%
B 150 of 255 = 59%

80
99
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 99 + 150 = 329 (100%)
R 80 of 329 ~ 24.32%
G 99 of 329 ~ 30.09%
B 150 of 329 ~ 45.59%

%24.32
%30.09
%45.59

CMYK RENK MODELİ

#506396 rengi CMYK tonu (47,34,0,41).

  • camgöbeği tonu 46.67%
  • eflatun tonu 34.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(47,34,0,41)
C47M34Y0K41 
(47%,34%,0%,41%)
(0.47/0.34/0.00/0.41)	

CMYK yüzdeleri

%46.67
%34
%0
%41.18

Codes

Color #506396 in popluar color models

506396
RGB8099150
HSL224°30.43%45.10%
HSB/HSV224°46.67%58.82%
CMYK46.67%34.00%0.00%
41.18%

Color #506396 in popluar number systems.

HEX506396
Decimal8099150
Binary1010000110001110010110
Octal120143226

Shades and tints

Shades of #506396

#506396
(80,99,150)
#495A89
(73,90,137)
#42517C
(66,81,124)
#3B486F
(59,72,111)
#343F62
(52,63,98)
#2D3655
(45,54,85)
#262D48
(38,45,72)
#1F243B
(31,36,59)
#181B2E
(24,27,46)
#111221
(17,18,33)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #506396

#506396
(80,99,150)
#5F719F
(95,113,159)
#6E7FA8
(110,127,168)
#7D8DB1
(125,141,177)
#8C9BBA
(140,155,186)
#9BA9C3
(155,169,195)
#AAB7CC
(170,183,204)
#B9C5D5
(185,197,213)
#C8D3DE
(200,211,222)
#D7E1E7
(215,225,231)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506396 color. Also use rgb(80,99,150) instead hex code.

Text Font Color

.myTextColor { color: #506396; }

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

This text font color is #506396.


Background Color

.myBgColor { background-color: #506396; }

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

This div background color is #506396.


Border color

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

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

This div border color is #506396.


Opacity

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

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

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

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

This text has shadow with #506396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506396 on black background.


Color preview on white background

This text has color #506396 on white background.



Black color preview on #506396 background

This text has black color on #506396 background.


White color preview on #506396 background

This text has white color on #506396 background.