COLOR #505968

HEX: #505968
RGB: (80,89,104)

Renk bilgisi

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

RGB renk modeli

#505968 color RGB value is (80,89,104).

  • kırmız ton 80;
  • yeşil ton 89;
  • mavi ton 104.
RGB:
(80,89,104)
(31%,35%,41%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 89 of 255 = 35%
B 104 of 255 = 41%

80
89
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 89 + 104 = 273 (100%)
R 80 of 273 ~ 29.3%
G 89 of 273 ~ 32.6%
B 104 of 273 ~ 38.1%

%29.3
%32.6
%38.1

CMYK RENK MODELİ

#505968 rengi CMYK tonu (23,14,0,59).

  • camgöbeği tonu 23.08%
  • eflatun tonu 14.42%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(23,14,0,59)
C23M14Y0K59 
(23%,14%,0%,59%)
(0.23/0.14/0.00/0.59)	

CMYK yüzdeleri

%23.08
%14.42
%0
%59.22

Codes

Color #505968 in popluar color models

505968
RGB8089104
HSL218°13.04%36.08%
HSB/HSV218°23.08%40.78%
CMYK23.08%14.42%0.00%
59.22%

Color #505968 in popluar number systems.

HEX505968
Decimal8089104
Binary101000010110011101000
Octal120131150

Shades and tints

Shades of #505968

#505968
(80,89,104)
#49515F
(73,81,95)
#424956
(66,73,86)
#3B414D
(59,65,77)
#343944
(52,57,68)
#2D313B
(45,49,59)
#262932
(38,41,50)
#1F2129
(31,33,41)
#181920
(24,25,32)
#111117
(17,17,23)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #505968

#505968
(80,89,104)
#5F6875
(95,104,117)
#6E7782
(110,119,130)
#7D868F
(125,134,143)
#8C959C
(140,149,156)
#9BA4A9
(155,164,169)
#AAB3B6
(170,179,182)
#B9C2C3
(185,194,195)
#C8D1D0
(200,209,208)
#D7E0DD
(215,224,221)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505968; }

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

This text font color is #505968.


Background Color

.myBgColor { background-color: #505968; }

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

This div background color is #505968.


Border color

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

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

This div border color is #505968.


Opacity

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

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

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

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

This text has shadow with #505968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505968 on black background.


Color preview on white background

This text has color #505968 on white background.



Black color preview on #505968 background

This text has black color on #505968 background.


White color preview on #505968 background

This text has white color on #505968 background.