COLOR #506661

HEX: #506661
RGB: (80,102,97)

Renk bilgisi

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

RGB renk modeli

#506661 color RGB value is (80,102,97).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 102 of 255 = 40%
B 97 of 255 = 38%

80
102
97

R + G + B ~ 36%. #506661 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 102 + 97 = 279 (100%)
R 80 of 279 ~ 28.67%
G 102 of 279 ~ 36.56%
B 97 of 279 ~ 34.77%

%28.67
%36.56
%34.77

CMYK RENK MODELİ

#506661 rengi CMYK tonu (22,0,5,60).

  • camgöbeği tonu 21.57%
  • eflatun tonu 0.00%
  • sarı tonu 4.90%
  • ana renk tonu 60.00%
CMYK:
(22,0,5,60)
C22M0Y5K60 
(22%,0%,5%,60%)
(0.22/0.00/0.05/0.60)	

CMYK yüzdeleri

%21.57
%0
%4.9
%60

Codes

Color #506661 in popluar color models

506661
RGB8010297
HSL166°12.09%35.69%
HSB/HSV166°21.57%40.00%
CMYK21.57%0.00%4.90%
60.00%

Color #506661 in popluar number systems.

HEX506661
Decimal8010297
Binary101000011001101100001
Octal120146141

Shades and tints

Shades of #506661

#506661
(80,102,97)
#495D59
(73,93,89)
#425451
(66,84,81)
#3B4B49
(59,75,73)
#344241
(52,66,65)
#2D3939
(45,57,57)
#263031
(38,48,49)
#1F2729
(31,39,41)
#181E21
(24,30,33)
#111519
(17,21,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #506661

#506661
(80,102,97)
#5F736F
(95,115,111)
#6E807D
(110,128,125)
#7D8D8B
(125,141,139)
#8C9A99
(140,154,153)
#9BA7A7
(155,167,167)
#AAB4B5
(170,180,181)
#B9C1C3
(185,193,195)
#C8CED1
(200,206,209)
#D7DBDF
(215,219,223)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506661; }

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

This text font color is #506661.


Background Color

.myBgColor { background-color: #506661; }

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

This div background color is #506661.


Border color

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

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

This div border color is #506661.


Opacity

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

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

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

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

This text has shadow with #506661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506661 on black background.


Color preview on white background

This text has color #506661 on white background.



Black color preview on #506661 background

This text has black color on #506661 background.


White color preview on #506661 background

This text has white color on #506661 background.