COLOR #504D7C

HEX: #504D7C
RGB: (80,77,124)

Renk bilgisi

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

RGB renk modeli

#504D7C color RGB value is (80,77,124).

  • kırmız ton 80;
  • yeşil ton 77;
  • mavi ton 124.
RGB:
(80,77,124)
(31%,30%,49%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 77 of 255 = 30%
B 124 of 255 = 49%

80
77
124

R + G + B ~ 37%. #504D7C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 77 + 124 = 281 (100%)
R 80 of 281 ~ 28.47%
G 77 of 281 ~ 27.4%
B 124 of 281 ~ 44.13%

%28.47
%27.4
%44.13

CMYK RENK MODELİ

#504D7C rengi CMYK tonu (35,38,0,51).

  • camgöbeği tonu 35.48%
  • eflatun tonu 37.90%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(35,38,0,51)
C35M38Y0K51 
(35%,38%,0%,51%)
(0.35/0.38/0.00/0.51)	

CMYK yüzdeleri

%35.48
%37.9
%0
%51.37

Codes

Color #504D7C in popluar color models

504D7C
RGB8077124
HSL244°23.38%39.41%
HSB/HSV244°37.90%48.63%
CMYK35.48%37.90%0.00%
51.37%

Color #504D7C in popluar number systems.

HEX504D7C
Decimal8077124
Binary101000010011011111100
Octal120115174

Shades and tints

Shades of #504D7C

#504D7C
(80,77,124)
#494671
(73,70,113)
#423F66
(66,63,102)
#3B385B
(59,56,91)
#343150
(52,49,80)
#2D2A45
(45,42,69)
#26233A
(38,35,58)
#1F1C2F
(31,28,47)
#181524
(24,21,36)
#110E19
(17,14,25)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #504D7C

#504D7C
(80,77,124)
#5F5D87
(95,93,135)
#6E6D92
(110,109,146)
#7D7D9D
(125,125,157)
#8C8DA8
(140,141,168)
#9B9DB3
(155,157,179)
#AAADBE
(170,173,190)
#B9BDC9
(185,189,201)
#C8CDD4
(200,205,212)
#D7DDDF
(215,221,223)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504D7C color. Also use rgb(80,77,124) instead hex code.

Text Font Color

.myTextColor { color: #504D7C; }

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

This text font color is #504D7C.


Background Color

.myBgColor { background-color: #504D7C; }

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

This div background color is #504D7C.


Border color

.myBorderColor { border: 1px solid #504D7C; }

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

This div border color is #504D7C.


Opacity

.myOpacity80 { color: #504D7C; opacity: 0.8; }

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

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

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

This text has shadow with #504D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D7C on black background.


Color preview on white background

This text has color #504D7C on white background.



Black color preview on #504D7C background

This text has black color on #504D7C background.


White color preview on #504D7C background

This text has white color on #504D7C background.