COLOR #514C57

HEX: #514C57
RGB: (81,76,87)

Renk bilgisi

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

RGB renk modeli

#514C57 color RGB value is (81,76,87).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 76 of 255 = 30%
B 87 of 255 = 34%

81
76
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 76 + 87 = 244 (100%)
R 81 of 244 ~ 33.2%
G 76 of 244 ~ 31.15%
B 87 of 244 ~ 35.66%

%33.2
%31.15
%35.66

CMYK RENK MODELİ

#514C57 rengi CMYK tonu (7,13,0,66).

  • camgöbeği tonu 6.90%
  • eflatun tonu 12.64%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(7,13,0,66)
C7M13Y0K66 
(7%,13%,0%,66%)
(0.07/0.13/0.00/0.66)	

CMYK yüzdeleri

%6.9
%12.64
%0
%65.88

Codes

Color #514C57 in popluar color models

514C57
RGB817687
HSL267°6.75%31.96%
HSB/HSV267°12.64%34.12%
CMYK6.90%12.64%0.00%
65.88%

Color #514C57 in popluar number systems.

HEX514C57
Decimal817687
Binary101000110011001010111
Octal121114127

Shades and tints

Shades of #514C57

#514C57
(81,76,87)
#4A4650
(74,70,80)
#434049
(67,64,73)
#3C3A42
(60,58,66)
#35343B
(53,52,59)
#2E2E34
(46,46,52)
#27282D
(39,40,45)
#202226
(32,34,38)
#191C1F
(25,28,31)
#121618
(18,22,24)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #514C57

#514C57
(81,76,87)
#605C66
(96,92,102)
#6F6C75
(111,108,117)
#7E7C84
(126,124,132)
#8D8C93
(141,140,147)
#9C9CA2
(156,156,162)
#ABACB1
(171,172,177)
#BABCC0
(186,188,192)
#C9CCCF
(201,204,207)
#D8DCDE
(216,220,222)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514C57 color. Also use rgb(81,76,87) instead hex code.

Text Font Color

.myTextColor { color: #514C57; }

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

This text font color is #514C57.


Background Color

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

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

This div background color is #514C57.


Border color

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

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

This div border color is #514C57.


Opacity

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

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

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

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

This text has shadow with #514C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C57 on black background.


Color preview on white background

This text has color #514C57 on white background.



Black color preview on #514C57 background

This text has black color on #514C57 background.


White color preview on #514C57 background

This text has white color on #514C57 background.