COLOR #506663

HEX: #506663
RGB: (80,102,99)

Renk bilgisi

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

RGB renk modeli

#506663 color RGB value is (80,102,99).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 102 of 255 = 40%
B 99 of 255 = 39%

80
102
99

R + G + B ~ 37%. #506663 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 102 + 99 = 281 (100%)
R 80 of 281 ~ 28.47%
G 102 of 281 ~ 36.3%
B 99 of 281 ~ 35.23%

%28.47
%36.3
%35.23

CMYK RENK MODELİ

#506663 rengi CMYK tonu (22,0,3,60).

  • camgöbeği tonu 21.57%
  • eflatun tonu 0.00%
  • sarı tonu 2.94%
  • ana renk tonu 60.00%
CMYK:
(22,0,3,60)
C22M0Y3K60 
(22%,0%,3%,60%)
(0.22/0.00/0.03/0.60)	

CMYK yüzdeleri

%21.57
%0
%2.94
%60

Codes

Color #506663 in popluar color models

506663
RGB8010299
HSL172°12.09%35.69%
HSB/HSV172°21.57%40.00%
CMYK21.57%0.00%2.94%
60.00%

Color #506663 in popluar number systems.

HEX506663
Decimal8010299
Binary101000011001101100011
Octal120146143

Shades and tints

Shades of #506663

#506663
(80,102,99)
#495D5A
(73,93,90)
#425451
(66,84,81)
#3B4B48
(59,75,72)
#34423F
(52,66,63)
#2D3936
(45,57,54)
#26302D
(38,48,45)
#1F2724
(31,39,36)
#181E1B
(24,30,27)
#111512
(17,21,18)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #506663

#506663
(80,102,99)
#5F7371
(95,115,113)
#6E807F
(110,128,127)
#7D8D8D
(125,141,141)
#8C9A9B
(140,154,155)
#9BA7A9
(155,167,169)
#AAB4B7
(170,180,183)
#B9C1C5
(185,193,197)
#C8CED3
(200,206,211)
#D7DBE1
(215,219,225)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506663; }

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

This text font color is #506663.


Background Color

.myBgColor { background-color: #506663; }

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

This div background color is #506663.


Border color

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

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

This div border color is #506663.


Opacity

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

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

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

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

This text has shadow with #506663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506663 on black background.


Color preview on white background

This text has color #506663 on white background.



Black color preview on #506663 background

This text has black color on #506663 background.


White color preview on #506663 background

This text has white color on #506663 background.