COLOR #514B50

HEX: #514B50
RGB: (81,75,80)

Renk bilgisi

#514B50 contains red, green and blue colors in about the same proportion. #514B50 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#514B50 color RGB value is (81,75,80).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 75 of 255 = 29%
B 80 of 255 = 31%

81
75
80

R + G + B ~ 31%. #514B50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 75 + 80 = 236 (100%)
R 81 of 236 ~ 34.32%
G 75 of 236 ~ 31.78%
B 80 of 236 ~ 33.9%

%34.32
%31.78
%33.9

CMYK RENK MODELİ

#514B50 rengi CMYK tonu (0,7,1,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.41%
  • sarı tonu 1.23%
  • ana renk tonu 68.24%
CMYK:
(0,7,1,68)
C0M7Y1K68 
(0%,7%,1%,68%)
(0.00/0.07/0.01/0.68)	

CMYK yüzdeleri

%0
%7.41
%1.23
%68.24

Codes

Color #514B50 in popluar color models

514B50
RGB817580
HSL310°3.85%30.59%
HSB/HSV310°7.41%31.76%
CMYK0.00%7.41%1.23%
68.24%

Color #514B50 in popluar number systems.

HEX514B50
Decimal817580
Binary101000110010111010000
Octal121113120

Shades and tints

Shades of #514B50

#514B50
(81,75,80)
#4A4549
(74,69,73)
#433F42
(67,63,66)
#3C393B
(60,57,59)
#353334
(53,51,52)
#2E2D2D
(46,45,45)
#272726
(39,39,38)
#20211F
(32,33,31)
#191B18
(25,27,24)
#121511
(18,21,17)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #514B50

#514B50
(81,75,80)
#605B5F
(96,91,95)
#6F6B6E
(111,107,110)
#7E7B7D
(126,123,125)
#8D8B8C
(141,139,140)
#9C9B9B
(156,155,155)
#ABABAA
(171,171,170)
#BABBB9
(186,187,185)
#C9CBC8
(201,203,200)
#D8DBD7
(216,219,215)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514B50 color. Also use rgb(81,75,80) instead hex code.

Text Font Color

.myTextColor { color: #514B50; }

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

This text font color is #514B50.


Background Color

.myBgColor { background-color: #514B50; }

<div style="background-color:#514B50">Inner text</div>

This div background color is #514B50.


Border color

.myBorderColor { border: 1px solid #514B50; }

<div style="border:3px solid #514B50">Div</div>

This div border color is #514B50.


Opacity

.myOpacity80 { color: #514B50; opacity: 0.8; }

<p style="color:#514B50;opacity:0.8;">80%</p>

Text with #514B50 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 #514B50;}

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

This text has shadow with #514B50 color.

.textShadow {text-shadow: 3px 3px 1px #514B50, 3px 3px 1px red;}

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

This text has shadow with #514B50 primary color and red secondary color.


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

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

This text has shadow with #514B50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514B50 on black background.


Color preview on white background

This text has color #514B50 on white background.



Black color preview on #514B50 background

This text has black color on #514B50 background.


White color preview on #514B50 background

This text has white color on #514B50 background.