COLOR #506161

HEX: #506161
RGB: (80,97,97)

Renk bilgisi

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

RGB renk modeli

#506161 color RGB value is (80,97,97).

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

RGB bağlantıları ve doygunluk

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

80
97
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 97 + 97 = 274 (100%)
R 80 of 274 ~ 29.2%
G 97 of 274 ~ 35.4%
B 97 of 274 ~ 35.4%

%29.2
%35.4
%35.4

CMYK RENK MODELİ

#506161 rengi CMYK tonu (18,0,0,62).

  • camgöbeği tonu 17.53%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(18,0,0,62)
C18M0Y0K62 
(18%,0%,0%,62%)
(0.18/0.00/0.00/0.62)	

CMYK yüzdeleri

%17.53
%0
%0
%61.96

Codes

Color #506161 in popluar color models

506161
RGB809797
HSL180°9.60%34.71%
HSB/HSV180°17.53%38.04%
CMYK17.53%0.00%0.00%
61.96%

Color #506161 in popluar number systems.

HEX506161
Decimal809797
Binary101000011000011100001
Octal120141141

Shades and tints

Shades of #506161

#506161
(80,97,97)
#495959
(73,89,89)
#425151
(66,81,81)
#3B4949
(59,73,73)
#344141
(52,65,65)
#2D3939
(45,57,57)
#263131
(38,49,49)
#1F2929
(31,41,41)
#182121
(24,33,33)
#111919
(17,25,25)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #506161

#506161
(80,97,97)
#5F6F6F
(95,111,111)
#6E7D7D
(110,125,125)
#7D8B8B
(125,139,139)
#8C9999
(140,153,153)
#9BA7A7
(155,167,167)
#AAB5B5
(170,181,181)
#B9C3C3
(185,195,195)
#C8D1D1
(200,209,209)
#D7DFDF
(215,223,223)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506161; }

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

This text font color is #506161.


Background Color

.myBgColor { background-color: #506161; }

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

This div background color is #506161.


Border color

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

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

This div border color is #506161.


Opacity

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

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

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

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

This text has shadow with #506161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506161 on black background.


Color preview on white background

This text has color #506161 on white background.



Black color preview on #506161 background

This text has black color on #506161 background.


White color preview on #506161 background

This text has white color on #506161 background.