COLOR #50554C

HEX: #50554C
RGB: (80,85,76)

Renk bilgisi

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

RGB renk modeli

#50554C color RGB value is (80,85,76).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 85 of 255 = 33%
B 76 of 255 = 30%

80
85
76

R + G + B ~ 31%. #50554C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 85 + 76 = 241 (100%)
R 80 of 241 ~ 33.2%
G 85 of 241 ~ 35.27%
B 76 of 241 ~ 31.54%

%33.2
%35.27
%31.54

CMYK RENK MODELİ

#50554C rengi CMYK tonu (6,0,11,67).

  • camgöbeği tonu 5.88%
  • eflatun tonu 0.00%
  • sarı tonu 10.59%
  • ana renk tonu 66.67%
CMYK: (6,0,11,67) C6M0Y11K67 (6%,0%,11%,67%) (0.06/0.00/0.11/0.67)

CMYK yüzdeleri

%5.88
%0
%10.59
%66.67

Codes

Color #50554C in popluar color models

50554C
RGB808576
HSL93°5.59%31.57%
HSB/HSV93°10.59%33.33%
CMYK5.88%0.00%10.59%
66.67%

Color #50554C in popluar number systems.

HEX50554C
Decimal808576
Binary101000010101011001100
Octal120125114

Shades and tints

Shades of #50554C

#50554C
(80,85,76)
#494E46
(73,78,70)
#424740
(66,71,64)
#3B403A
(59,64,58)
#343934
(52,57,52)
#2D322E
(45,50,46)
#262B28
(38,43,40)
#1F2422
(31,36,34)
#181D1C
(24,29,28)
#111616
(17,22,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #50554C

#50554C
(80,85,76)
#5F645C
(95,100,92)
#6E736C
(110,115,108)
#7D827C
(125,130,124)
#8C918C
(140,145,140)
#9BA09C
(155,160,156)
#AAAFAC
(170,175,172)
#B9BEBC
(185,190,188)
#C8CDCC
(200,205,204)
#D7DCDC
(215,220,220)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50554C; }

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

This text font color is #50554C.


Background Color

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

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

This div background color is #50554C.


Border color

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

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

This div border color is #50554C.


Opacity

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

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

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

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

This text has shadow with #50554C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #50554C on black background.


Color preview on white background

This text has color #50554C on white background.



Black color preview on #50554C background

This text has black color on #50554C background.


White color preview on #50554C background

This text has white color on #50554C background.