COLOR #505E71

HEX: #505E71
RGB: (80,94,113)

Renk bilgisi

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

RGB renk modeli

#505E71 color RGB value is (80,94,113).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 94 of 255 = 37%
B 113 of 255 = 44%

80
94
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 94 + 113 = 287 (100%)
R 80 of 287 ~ 27.87%
G 94 of 287 ~ 32.75%
B 113 of 287 ~ 39.37%

%27.87
%32.75
%39.37

CMYK RENK MODELİ

#505E71 rengi CMYK tonu (29,17,0,56).

  • camgöbeği tonu 29.20%
  • eflatun tonu 16.81%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(29,17,0,56)
C29M17Y0K56 
(29%,17%,0%,56%)
(0.29/0.17/0.00/0.56)	

CMYK yüzdeleri

%29.2
%16.81
%0
%55.69

Codes

Color #505E71 in popluar color models

505E71
RGB8094113
HSL215°17.10%37.84%
HSB/HSV215°29.20%44.31%
CMYK29.20%16.81%0.00%
55.69%

Color #505E71 in popluar number systems.

HEX505E71
Decimal8094113
Binary101000010111101110001
Octal120136161

Shades and tints

Shades of #505E71

#505E71
(80,94,113)
#495667
(73,86,103)
#424E5D
(66,78,93)
#3B4653
(59,70,83)
#343E49
(52,62,73)
#2D363F
(45,54,63)
#262E35
(38,46,53)
#1F262B
(31,38,43)
#181E21
(24,30,33)
#111617
(17,22,23)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #505E71

#505E71
(80,94,113)
#5F6C7D
(95,108,125)
#6E7A89
(110,122,137)
#7D8895
(125,136,149)
#8C96A1
(140,150,161)
#9BA4AD
(155,164,173)
#AAB2B9
(170,178,185)
#B9C0C5
(185,192,197)
#C8CED1
(200,206,209)
#D7DCDD
(215,220,221)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E71; }

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

This text font color is #505E71.


Background Color

.myBgColor { background-color: #505E71; }

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

This div background color is #505E71.


Border color

.myBorderColor { border: 1px solid #505E71; }

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

This div border color is #505E71.


Opacity

.myOpacity80 { color: #505E71; opacity: 0.8; }

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

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

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

This text has shadow with #505E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E71 on black background.


Color preview on white background

This text has color #505E71 on white background.



Black color preview on #505E71 background

This text has black color on #505E71 background.


White color preview on #505E71 background

This text has white color on #505E71 background.