COLOR #504770

HEX: #504770
RGB: (80,71,112)

Renk bilgisi

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

RGB renk modeli

#504770 color RGB value is (80,71,112).

  • kırmız ton 80;
  • yeşil ton 71;
  • mavi ton 112.
RGB:
(80,71,112)
(31%,28%,44%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 71 of 255 = 28%
B 112 of 255 = 44%

80
71
112

R + G + B ~ 34%. #504770 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 71 + 112 = 263 (100%)
R 80 of 263 ~ 30.42%
G 71 of 263 ~ 27%
B 112 of 263 ~ 42.59%

%30.42
%27
%42.59

CMYK RENK MODELİ

#504770 rengi CMYK tonu (29,37,0,56).

  • camgöbeği tonu 28.57%
  • eflatun tonu 36.61%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(29,37,0,56)
C29M37Y0K56 
(29%,37%,0%,56%)
(0.29/0.37/0.00/0.56)	

CMYK yüzdeleri

%28.57
%36.61
%0
%56.08

Codes

Color #504770 in popluar color models

504770
RGB8071112
HSL253°22.40%35.88%
HSB/HSV253°36.61%43.92%
CMYK28.57%36.61%0.00%
56.08%

Color #504770 in popluar number systems.

HEX504770
Decimal8071112
Binary101000010001111110000
Octal120107160

Shades and tints

Shades of #504770

#504770
(80,71,112)
#494166
(73,65,102)
#423B5C
(66,59,92)
#3B3552
(59,53,82)
#342F48
(52,47,72)
#2D293E
(45,41,62)
#262334
(38,35,52)
#1F1D2A
(31,29,42)
#181720
(24,23,32)
#111116
(17,17,22)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #504770

#504770
(80,71,112)
#5F577D
(95,87,125)
#6E678A
(110,103,138)
#7D7797
(125,119,151)
#8C87A4
(140,135,164)
#9B97B1
(155,151,177)
#AAA7BE
(170,167,190)
#B9B7CB
(185,183,203)
#C8C7D8
(200,199,216)
#D7D7E5
(215,215,229)
#E6E7F2
(230,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504770 color. Also use rgb(80,71,112) instead hex code.

Text Font Color

.myTextColor { color: #504770; }

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

This text font color is #504770.


Background Color

.myBgColor { background-color: #504770; }

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

This div background color is #504770.


Border color

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

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

This div border color is #504770.


Opacity

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

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

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

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

This text has shadow with #504770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504770 on black background.


Color preview on white background

This text has color #504770 on white background.



Black color preview on #504770 background

This text has black color on #504770 background.


White color preview on #504770 background

This text has white color on #504770 background.