COLOR #514C59

HEX: #514C59
RGB: (81,76,89)

Renk bilgisi

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

RGB renk modeli

#514C59 color RGB value is (81,76,89).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 76 of 255 = 30%
B 89 of 255 = 35%

81
76
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 76 + 89 = 246 (100%)
R 81 of 246 ~ 32.93%
G 76 of 246 ~ 30.89%
B 89 of 246 ~ 36.18%

%32.93
%30.89
%36.18

CMYK RENK MODELİ

#514C59 rengi CMYK tonu (9,15,0,65).

  • camgöbeği tonu 8.99%
  • eflatun tonu 14.61%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(9,15,0,65)
C9M15Y0K65 
(9%,15%,0%,65%)
(0.09/0.15/0.00/0.65)	

CMYK yüzdeleri

%8.99
%14.61
%0
%65.1

Codes

Color #514C59 in popluar color models

514C59
RGB817689
HSL263°7.88%32.35%
HSB/HSV263°14.61%34.90%
CMYK8.99%14.61%0.00%
65.10%

Color #514C59 in popluar number systems.

HEX514C59
Decimal817689
Binary101000110011001011001
Octal121114131

Shades and tints

Shades of #514C59

#514C59
(81,76,89)
#4A4651
(74,70,81)
#434049
(67,64,73)
#3C3A41
(60,58,65)
#353439
(53,52,57)
#2E2E31
(46,46,49)
#272829
(39,40,41)
#202221
(32,34,33)
#191C19
(25,28,25)
#121611
(18,22,17)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #514C59

#514C59
(81,76,89)
#605C68
(96,92,104)
#6F6C77
(111,108,119)
#7E7C86
(126,124,134)
#8D8C95
(141,140,149)
#9C9CA4
(156,156,164)
#ABACB3
(171,172,179)
#BABCC2
(186,188,194)
#C9CCD1
(201,204,209)
#D8DCE0
(216,220,224)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C59; }

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

This text font color is #514C59.


Background Color

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

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

This div background color is #514C59.


Border color

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

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

This div border color is #514C59.


Opacity

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

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

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

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

This text has shadow with #514C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C59 on black background.


Color preview on white background

This text has color #514C59 on white background.



Black color preview on #514C59 background

This text has black color on #514C59 background.


White color preview on #514C59 background

This text has white color on #514C59 background.