COLOR #514D55

HEX: #514D55
RGB: (81,77,85)

Renk bilgisi

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

RGB renk modeli

#514D55 color RGB value is (81,77,85).

  • kırmız ton 81;
  • yeşil ton 77;
  • mavi ton 85.
RGB:
(81,77,85)
(32%,30%,33%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 77 of 255 = 30%
B 85 of 255 = 33%

81
77
85

R + G + B ~ 32%. #514D55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 77 + 85 = 243 (100%)
R 81 of 243 ~ 33.33%
G 77 of 243 ~ 31.69%
B 85 of 243 ~ 34.98%

%33.33
%31.69
%34.98

CMYK RENK MODELİ

#514D55 rengi CMYK tonu (5,9,0,67).

  • camgöbeği tonu 4.71%
  • eflatun tonu 9.41%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(5,9,0,67)
C5M9Y0K67 
(5%,9%,0%,67%)
(0.05/0.09/0.00/0.67)	

CMYK yüzdeleri

%4.71
%9.41
%0
%66.67

Codes

Color #514D55 in popluar color models

514D55
RGB817785
HSL270°4.94%31.76%
HSB/HSV270°9.41%33.33%
CMYK4.71%9.41%0.00%
66.67%

Color #514D55 in popluar number systems.

HEX514D55
Decimal817785
Binary101000110011011010101
Octal121115125

Shades and tints

Shades of #514D55

#514D55
(81,77,85)
#4A464E
(74,70,78)
#433F47
(67,63,71)
#3C3840
(60,56,64)
#353139
(53,49,57)
#2E2A32
(46,42,50)
#27232B
(39,35,43)
#201C24
(32,28,36)
#19151D
(25,21,29)
#120E16
(18,14,22)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #514D55

#514D55
(81,77,85)
#605D64
(96,93,100)
#6F6D73
(111,109,115)
#7E7D82
(126,125,130)
#8D8D91
(141,141,145)
#9C9DA0
(156,157,160)
#ABADAF
(171,173,175)
#BABDBE
(186,189,190)
#C9CDCD
(201,205,205)
#D8DDDC
(216,221,220)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514D55 color. Also use rgb(81,77,85) instead hex code.

Text Font Color

.myTextColor { color: #514D55; }

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

This text font color is #514D55.


Background Color

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

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

This div background color is #514D55.


Border color

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

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

This div border color is #514D55.


Opacity

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

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

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

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

This text has shadow with #514D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514D55 on black background.


Color preview on white background

This text has color #514D55 on white background.



Black color preview on #514D55 background

This text has black color on #514D55 background.


White color preview on #514D55 background

This text has white color on #514D55 background.