COLOR #50596E

HEX: #50596E
RGB: (80,89,110)

Renk bilgisi

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

RGB renk modeli

#50596E color RGB value is (80,89,110).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 89 of 255 = 35%
B 110 of 255 = 43%

80
89
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 89 + 110 = 279 (100%)
R 80 of 279 ~ 28.67%
G 89 of 279 ~ 31.9%
B 110 of 279 ~ 39.43%

%28.67
%31.9
%39.43

CMYK RENK MODELİ

#50596E rengi CMYK tonu (27,19,0,57).

  • camgöbeği tonu 27.27%
  • eflatun tonu 19.09%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(27,19,0,57)
C27M19Y0K57 
(27%,19%,0%,57%)
(0.27/0.19/0.00/0.57)	

CMYK yüzdeleri

%27.27
%19.09
%0
%56.86

Codes

Color #50596E in popluar color models

50596E
RGB8089110
HSL222°15.79%37.25%
HSB/HSV222°27.27%43.14%
CMYK27.27%19.09%0.00%
56.86%

Color #50596E in popluar number systems.

HEX50596E
Decimal8089110
Binary101000010110011101110
Octal120131156

Shades and tints

Shades of #50596E

#50596E
(80,89,110)
#495164
(73,81,100)
#42495A
(66,73,90)
#3B4150
(59,65,80)
#343946
(52,57,70)
#2D313C
(45,49,60)
#262932
(38,41,50)
#1F2128
(31,33,40)
#18191E
(24,25,30)
#111114
(17,17,20)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #50596E

#50596E
(80,89,110)
#5F687B
(95,104,123)
#6E7788
(110,119,136)
#7D8695
(125,134,149)
#8C95A2
(140,149,162)
#9BA4AF
(155,164,175)
#AAB3BC
(170,179,188)
#B9C2C9
(185,194,201)
#C8D1D6
(200,209,214)
#D7E0E3
(215,224,227)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50596E; }

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

This text font color is #50596E.


Background Color

.myBgColor { background-color: #50596E; }

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

This div background color is #50596E.


Border color

.myBorderColor { border: 1px solid #50596E; }

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

This div border color is #50596E.


Opacity

.myOpacity80 { color: #50596E; opacity: 0.8; }

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

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

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

This text has shadow with #50596E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50596E on black background.


Color preview on white background

This text has color #50596E on white background.



Black color preview on #50596E background

This text has black color on #50596E background.


White color preview on #50596E background

This text has white color on #50596E background.