COLOR #505371

HEX: #505371
RGB: (80,83,113)

Renk bilgisi

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

RGB renk modeli

#505371 color RGB value is (80,83,113).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 83 of 255 = 33%
B 113 of 255 = 44%

80
83
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 83 + 113 = 276 (100%)
R 80 of 276 ~ 28.99%
G 83 of 276 ~ 30.07%
B 113 of 276 ~ 40.94%

%28.99
%30.07
%40.94

CMYK RENK MODELİ

#505371 rengi CMYK tonu (29,27,0,56).

  • camgöbeği tonu 29.20%
  • eflatun tonu 26.55%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(29,27,0,56)
C29M27Y0K56 
(29%,27%,0%,56%)
(0.29/0.27/0.00/0.56)	

CMYK yüzdeleri

%29.2
%26.55
%0
%55.69

Codes

Color #505371 in popluar color models

505371
RGB8083113
HSL235°17.10%37.84%
HSB/HSV235°29.20%44.31%
CMYK29.20%26.55%0.00%
55.69%

Color #505371 in popluar number systems.

HEX505371
Decimal8083113
Binary101000010100111110001
Octal120123161

Shades and tints

Shades of #505371

#505371
(80,83,113)
#494C67
(73,76,103)
#42455D
(66,69,93)
#3B3E53
(59,62,83)
#343749
(52,55,73)
#2D303F
(45,48,63)
#262935
(38,41,53)
#1F222B
(31,34,43)
#181B21
(24,27,33)
#111417
(17,20,23)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #505371

#505371
(80,83,113)
#5F627D
(95,98,125)
#6E7189
(110,113,137)
#7D8095
(125,128,149)
#8C8FA1
(140,143,161)
#9B9EAD
(155,158,173)
#AAADB9
(170,173,185)
#B9BCC5
(185,188,197)
#C8CBD1
(200,203,209)
#D7DADD
(215,218,221)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505371; }

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

This text font color is #505371.


Background Color

.myBgColor { background-color: #505371; }

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

This div background color is #505371.


Border color

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

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

This div border color is #505371.


Opacity

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

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

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

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

This text has shadow with #505371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505371 on black background.


Color preview on white background

This text has color #505371 on white background.



Black color preview on #505371 background

This text has black color on #505371 background.


White color preview on #505371 background

This text has white color on #505371 background.