COLOR #505F72

HEX: #505F72
RGB: (80,95,114)

Renk bilgisi

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

RGB renk modeli

#505F72 color RGB value is (80,95,114).

  • kırmız ton 80;
  • yeşil ton 95;
  • mavi ton 114.
RGB:
(80,95,114)
(31%,37%,45%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 95 of 255 = 37%
B 114 of 255 = 45%

80
95
114

R + G + B ~ 38%. #505F72 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 95 + 114 = 289 (100%)
R 80 of 289 ~ 27.68%
G 95 of 289 ~ 32.87%
B 114 of 289 ~ 39.45%

%27.68
%32.87
%39.45

CMYK RENK MODELİ

#505F72 rengi CMYK tonu (30,17,0,55).

  • camgöbeği tonu 29.82%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(30,17,0,55)
C30M17Y0K55 
(30%,17%,0%,55%)
(0.30/0.17/0.00/0.55)	

CMYK yüzdeleri

%29.82
%16.67
%0
%55.29

Codes

Color #505F72 in popluar color models

505F72
RGB8095114
HSL214°17.53%38.04%
HSB/HSV214°29.82%44.71%
CMYK29.82%16.67%0.00%
55.29%

Color #505F72 in popluar number systems.

HEX505F72
Decimal8095114
Binary101000010111111110010
Octal120137162

Shades and tints

Shades of #505F72

#505F72
(80,95,114)
#495768
(73,87,104)
#424F5E
(66,79,94)
#3B4754
(59,71,84)
#343F4A
(52,63,74)
#2D3740
(45,55,64)
#262F36
(38,47,54)
#1F272C
(31,39,44)
#181F22
(24,31,34)
#111718
(17,23,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #505F72

#505F72
(80,95,114)
#5F6D7E
(95,109,126)
#6E7B8A
(110,123,138)
#7D8996
(125,137,150)
#8C97A2
(140,151,162)
#9BA5AE
(155,165,174)
#AAB3BA
(170,179,186)
#B9C1C6
(185,193,198)
#C8CFD2
(200,207,210)
#D7DDDE
(215,221,222)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505F72 color. Also use rgb(80,95,114) instead hex code.

Text Font Color

.myTextColor { color: #505F72; }

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

This text font color is #505F72.


Background Color

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

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

This div background color is #505F72.


Border color

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

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

This div border color is #505F72.


Opacity

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

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

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

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

This text has shadow with #505F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F72 on black background.


Color preview on white background

This text has color #505F72 on white background.



Black color preview on #505F72 background

This text has black color on #505F72 background.


White color preview on #505F72 background

This text has white color on #505F72 background.