COLOR #515073

HEX: #515073
RGB: (81,80,115)

Renk bilgisi

#515073 contains red, green and blue colors in about the same proportion. #515073 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#515073 color RGB value is (81,80,115).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 80 of 255 = 31%
B 115 of 255 = 45%

81
80
115

R + G + B ~ 36%. #515073 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 80 + 115 = 276 (100%)
R 81 of 276 ~ 29.35%
G 80 of 276 ~ 28.99%
B 115 of 276 ~ 41.67%

%29.35
%28.99
%41.67

CMYK RENK MODELİ

#515073 rengi CMYK tonu (30,30,0,55).

  • camgöbeği tonu 29.57%
  • eflatun tonu 30.43%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(30,30,0,55)
C30M30Y0K55 
(30%,30%,0%,55%)
(0.30/0.30/0.00/0.55)	

CMYK yüzdeleri

%29.57
%30.43
%0
%54.9

Codes

Color #515073 in popluar color models

515073
RGB8180115
HSL242°17.95%38.24%
HSB/HSV242°30.43%45.10%
CMYK29.57%30.43%0.00%
54.90%

Color #515073 in popluar number systems.

HEX515073
Decimal8180115
Binary101000110100001110011
Octal121120163

Shades and tints

Shades of #515073

#515073
(81,80,115)
#4A4969
(74,73,105)
#43425F
(67,66,95)
#3C3B55
(60,59,85)
#35344B
(53,52,75)
#2E2D41
(46,45,65)
#272637
(39,38,55)
#201F2D
(32,31,45)
#191823
(25,24,35)
#121119
(18,17,25)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #515073

#515073
(81,80,115)
#605F7F
(96,95,127)
#6F6E8B
(111,110,139)
#7E7D97
(126,125,151)
#8D8CA3
(141,140,163)
#9C9BAF
(156,155,175)
#ABAABB
(171,170,187)
#BAB9C7
(186,185,199)
#C9C8D3
(201,200,211)
#D8D7DF
(216,215,223)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515073; }

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

This text font color is #515073.


Background Color

.myBgColor { background-color: #515073; }

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

This div background color is #515073.


Border color

.myBorderColor { border: 1px solid #515073; }

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

This div border color is #515073.


Opacity

.myOpacity80 { color: #515073; opacity: 0.8; }

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

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

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

This text has shadow with #515073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515073 on black background.


Color preview on white background

This text has color #515073 on white background.



Black color preview on #515073 background

This text has black color on #515073 background.


White color preview on #515073 background

This text has white color on #515073 background.