COLOR #514D99

HEX: #514D99
RGB: (81,77,153)

Renk bilgisi

#514D99 contains mainly blue color. #514D99 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#514D99 color RGB value is (81,77,153).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 77 of 255 = 30%
B 153 of 255 = 60%

81
77
153

R + G + B ~ 41%. #514D99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 77 + 153 = 311 (100%)
R 81 of 311 ~ 26.05%
G 77 of 311 ~ 24.76%
B 153 of 311 ~ 49.2%

%26.05
%24.76
%49.2

CMYK RENK MODELİ

#514D99 rengi CMYK tonu (47,50,0,40).

  • camgöbeği tonu 47.06%
  • eflatun tonu 49.67%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(47,50,0,40)
C47M50Y0K40 
(47%,50%,0%,40%)
(0.47/0.50/0.00/0.40)	

CMYK yüzdeleri

%47.06
%49.67
%0
%40

Codes

Color #514D99 in popluar color models

514D99
RGB8177153
HSL243°33.04%45.10%
HSB/HSV243°49.67%60.00%
CMYK47.06%49.67%0.00%
40.00%

Color #514D99 in popluar number systems.

HEX514D99
Decimal8177153
Binary1010001100110110011001
Octal121115231

Shades and tints

Shades of #514D99

#514D99
(81,77,153)
#4A468C
(74,70,140)
#433F7F
(67,63,127)
#3C3872
(60,56,114)
#353165
(53,49,101)
#2E2A58
(46,42,88)
#27234B
(39,35,75)
#201C3E
(32,28,62)
#191531
(25,21,49)
#120E24
(18,14,36)
#0B0717
(11,7,23)
#000000
(0,0,0)

Tints of #514D99

#514D99
(81,77,153)
#605DA2
(96,93,162)
#6F6DAB
(111,109,171)
#7E7DB4
(126,125,180)
#8D8DBD
(141,141,189)
#9C9DC6
(156,157,198)
#ABADCF
(171,173,207)
#BABDD8
(186,189,216)
#C9CDE1
(201,205,225)
#D8DDEA
(216,221,234)
#E7EDF3
(231,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514D99; }

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

This text font color is #514D99.


Background Color

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

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

This div background color is #514D99.


Border color

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

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

This div border color is #514D99.


Opacity

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

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

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

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

This text has shadow with #514D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514D99 on black background.


Color preview on white background

This text has color #514D99 on white background.



Black color preview on #514D99 background

This text has black color on #514D99 background.


White color preview on #514D99 background

This text has white color on #514D99 background.