COLOR #505361

HEX: #505361
RGB: (80,83,97)

Renk bilgisi

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

RGB renk modeli

#505361 color RGB value is (80,83,97).

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

RGB bağlantıları ve doygunluk

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

80
83
97

R + G + B ~ 34%. #505361 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 83 + 97 = 260 (100%)
R 80 of 260 ~ 30.77%
G 83 of 260 ~ 31.92%
B 97 of 260 ~ 37.31%

%30.77
%31.92
%37.31

CMYK RENK MODELİ

#505361 rengi CMYK tonu (18,14,0,62).

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

CMYK yüzdeleri

%17.53
%14.43
%0
%61.96

Codes

Color #505361 in popluar color models

505361
RGB808397
HSL229°9.60%34.71%
HSB/HSV229°17.53%38.04%
CMYK17.53%14.43%0.00%
61.96%

Color #505361 in popluar number systems.

HEX505361
Decimal808397
Binary101000010100111100001
Octal120123141

Shades and tints

Shades of #505361

#505361
(80,83,97)
#494C59
(73,76,89)
#424551
(66,69,81)
#3B3E49
(59,62,73)
#343741
(52,55,65)
#2D3039
(45,48,57)
#262931
(38,41,49)
#1F2229
(31,34,41)
#181B21
(24,27,33)
#111419
(17,20,25)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #505361

#505361
(80,83,97)
#5F626F
(95,98,111)
#6E717D
(110,113,125)
#7D808B
(125,128,139)
#8C8F99
(140,143,153)
#9B9EA7
(155,158,167)
#AAADB5
(170,173,181)
#B9BCC3
(185,188,195)
#C8CBD1
(200,203,209)
#D7DADF
(215,218,223)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505361; }

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

This text font color is #505361.


Background Color

.myBgColor { background-color: #505361; }

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

This div background color is #505361.


Border color

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

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

This div border color is #505361.


Opacity

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

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

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

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

This text has shadow with #505361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505361 on black background.


Color preview on white background

This text has color #505361 on white background.



Black color preview on #505361 background

This text has black color on #505361 background.


White color preview on #505361 background

This text has white color on #505361 background.