COLOR #50514C

HEX: #50514C
RGB: (80,81,76)

Renk bilgisi

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

RGB renk modeli

#50514C color RGB value is (80,81,76).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 81 of 255 = 32%
B 76 of 255 = 30%

80
81
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 81 + 76 = 237 (100%)
R 80 of 237 ~ 33.76%
G 81 of 237 ~ 34.18%
B 76 of 237 ~ 32.07%

%33.76
%34.18
%32.07

CMYK RENK MODELİ

#50514C rengi CMYK tonu (1,0,6,68).

  • camgöbeği tonu 1.23%
  • eflatun tonu 0.00%
  • sarı tonu 6.17%
  • ana renk tonu 68.24%
CMYK:
(1,0,6,68)
C1M0Y6K68 
(1%,0%,6%,68%)
(0.01/0.00/0.06/0.68)	

CMYK yüzdeleri

%1.23
%0
%6.17
%68.24

Codes

Color #50514C in popluar color models

50514C
RGB808176
HSL72°3.18%30.78%
HSB/HSV72°6.17%31.76%
CMYK1.23%0.00%6.17%
68.24%

Color #50514C in popluar number systems.

HEX50514C
Decimal808176
Binary101000010100011001100
Octal120121114

Shades and tints

Shades of #50514C

#50514C
(80,81,76)
#494A46
(73,74,70)
#424340
(66,67,64)
#3B3C3A
(59,60,58)
#343534
(52,53,52)
#2D2E2E
(45,46,46)
#262728
(38,39,40)
#1F2022
(31,32,34)
#18191C
(24,25,28)
#111216
(17,18,22)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #50514C

#50514C
(80,81,76)
#5F605C
(95,96,92)
#6E6F6C
(110,111,108)
#7D7E7C
(125,126,124)
#8C8D8C
(140,141,140)
#9B9C9C
(155,156,156)
#AAABAC
(170,171,172)
#B9BABC
(185,186,188)
#C8C9CC
(200,201,204)
#D7D8DC
(215,216,220)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50514C; }

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

This text font color is #50514C.


Background Color

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

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

This div background color is #50514C.


Border color

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

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

This div border color is #50514C.


Opacity

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

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

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

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

This text has shadow with #50514C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50514C on black background.


Color preview on white background

This text has color #50514C on white background.



Black color preview on #50514C background

This text has black color on #50514C background.


White color preview on #50514C background

This text has white color on #50514C background.