COLOR #50584A

HEX: #50584A
RGB: (80,88,74)

Renk bilgisi

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

RGB renk modeli

#50584A color RGB value is (80,88,74).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 88 of 255 = 35%
B 74 of 255 = 29%

80
88
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 88 + 74 = 242 (100%)
R 80 of 242 ~ 33.06%
G 88 of 242 ~ 36.36%
B 74 of 242 ~ 30.58%

%33.06
%36.36
%30.58

CMYK RENK MODELİ

#50584A rengi CMYK tonu (9,0,16,65).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 15.91%
  • ana renk tonu 65.49%
CMYK:
(9,0,16,65)
C9M0Y16K65 
(9%,0%,16%,65%)
(0.09/0.00/0.16/0.65)	

CMYK yüzdeleri

%9.09
%0
%15.91
%65.49

Codes

Color #50584A in popluar color models

50584A
RGB808874
HSL94°8.64%31.76%
HSB/HSV94°15.91%34.51%
CMYK9.09%0.00%15.91%
65.49%

Color #50584A in popluar number systems.

HEX50584A
Decimal808874
Binary101000010110001001010
Octal120130112

Shades and tints

Shades of #50584A

#50584A
(80,88,74)
#495044
(73,80,68)
#42483E
(66,72,62)
#3B4038
(59,64,56)
#343832
(52,56,50)
#2D302C
(45,48,44)
#262826
(38,40,38)
#1F2020
(31,32,32)
#18181A
(24,24,26)
#111014
(17,16,20)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #50584A

#50584A
(80,88,74)
#5F675A
(95,103,90)
#6E766A
(110,118,106)
#7D857A
(125,133,122)
#8C948A
(140,148,138)
#9BA39A
(155,163,154)
#AAB2AA
(170,178,170)
#B9C1BA
(185,193,186)
#C8D0CA
(200,208,202)
#D7DFDA
(215,223,218)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50584A; }

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

This text font color is #50584A.


Background Color

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

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

This div background color is #50584A.


Border color

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

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

This div border color is #50584A.


Opacity

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

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

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

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

This text has shadow with #50584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50584A on black background.


Color preview on white background

This text has color #50584A on white background.



Black color preview on #50584A background

This text has black color on #50584A background.


White color preview on #50584A background

This text has white color on #50584A background.