COLOR #50584C

HEX: #50584C
RGB: (80,88,76)

Renk bilgisi

#50584C contains red, green and blue colors in about the same proportion. #50584C ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#50584C color RGB value is (80,88,76).

  • kırmız ton 80;
  • yeşil ton 88;
  • mavi ton 76.
RGB:
(80,88,76)
(31%,35%,30%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 88 of 255 = 35%
B 76 of 255 = 30%

80
88
76

R + G + B ~ 32%. #50584C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 88 + 76 = 244 (100%)
R 80 of 244 ~ 32.79%
G 88 of 244 ~ 36.07%
B 76 of 244 ~ 31.15%

%32.79
%36.07
%31.15

CMYK RENK MODELİ

#50584C rengi CMYK tonu (9,0,14,65).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 13.64%
  • ana renk tonu 65.49%
CMYK:
(9,0,14,65)
C9M0Y14K65 
(9%,0%,14%,65%)
(0.09/0.00/0.14/0.65)	

CMYK yüzdeleri

%9.09
%0
%13.64
%65.49

Codes

Color #50584C in popluar color models

50584C
RGB808876
HSL100°7.32%32.16%
HSB/HSV100°13.64%34.51%
CMYK9.09%0.00%13.64%
65.49%

Color #50584C in popluar number systems.

HEX50584C
Decimal808876
Binary101000010110001001100
Octal120130114

Shades and tints

Shades of #50584C

#50584C
(80,88,76)
#495046
(73,80,70)
#424840
(66,72,64)
#3B403A
(59,64,58)
#343834
(52,56,52)
#2D302E
(45,48,46)
#262828
(38,40,40)
#1F2022
(31,32,34)
#18181C
(24,24,28)
#111016
(17,16,22)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #50584C

#50584C
(80,88,76)
#5F675C
(95,103,92)
#6E766C
(110,118,108)
#7D857C
(125,133,124)
#8C948C
(140,148,140)
#9BA39C
(155,163,156)
#AAB2AC
(170,178,172)
#B9C1BC
(185,193,188)
#C8D0CC
(200,208,204)
#D7DFDC
(215,223,220)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50584C color. Also use rgb(80,88,76) instead hex code.

Text Font Color

.myTextColor { color: #50584C; }

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

This text font color is #50584C.


Background Color

.myBgColor { background-color: #50584C; }

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

This div background color is #50584C.


Border color

.myBorderColor { border: 1px solid #50584C; }

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

This div border color is #50584C.


Opacity

.myOpacity80 { color: #50584C; opacity: 0.8; }

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

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

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

This text has shadow with #50584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50584C on black background.


Color preview on white background

This text has color #50584C on white background.



Black color preview on #50584C background

This text has black color on #50584C background.


White color preview on #50584C background

This text has white color on #50584C background.