COLOR #504674

HEX: #504674
RGB: (80,70,116)

Renk bilgisi

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

RGB renk modeli

#504674 color RGB value is (80,70,116).

  • kırmız ton 80;
  • yeşil ton 70;
  • mavi ton 116.
RGB:
(80,70,116)
(31%,27%,45%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 70 of 255 = 27%
B 116 of 255 = 45%

80
70
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 70 + 116 = 266 (100%)
R 80 of 266 ~ 30.08%
G 70 of 266 ~ 26.32%
B 116 of 266 ~ 43.61%

%30.08
%26.32
%43.61

CMYK RENK MODELİ

#504674 rengi CMYK tonu (31,40,0,55).

  • camgöbeği tonu 31.03%
  • eflatun tonu 39.66%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(31,40,0,55)
C31M40Y0K55 
(31%,40%,0%,55%)
(0.31/0.40/0.00/0.55)	

CMYK yüzdeleri

%31.03
%39.66
%0
%54.51

Codes

Color #504674 in popluar color models

504674
RGB8070116
HSL253°24.73%36.47%
HSB/HSV253°39.66%45.49%
CMYK31.03%39.66%0.00%
54.51%

Color #504674 in popluar number systems.

HEX504674
Decimal8070116
Binary101000010001101110100
Octal120106164

Shades and tints

Shades of #504674

#504674
(80,70,116)
#49406A
(73,64,106)
#423A60
(66,58,96)
#3B3456
(59,52,86)
#342E4C
(52,46,76)
#2D2842
(45,40,66)
#262238
(38,34,56)
#1F1C2E
(31,28,46)
#181624
(24,22,36)
#11101A
(17,16,26)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #504674

#504674
(80,70,116)
#5F5680
(95,86,128)
#6E668C
(110,102,140)
#7D7698
(125,118,152)
#8C86A4
(140,134,164)
#9B96B0
(155,150,176)
#AAA6BC
(170,166,188)
#B9B6C8
(185,182,200)
#C8C6D4
(200,198,212)
#D7D6E0
(215,214,224)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504674 color. Also use rgb(80,70,116) instead hex code.

Text Font Color

.myTextColor { color: #504674; }

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

This text font color is #504674.


Background Color

.myBgColor { background-color: #504674; }

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

This div background color is #504674.


Border color

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

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

This div border color is #504674.


Opacity

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

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

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

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

This text has shadow with #504674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504674 on black background.


Color preview on white background

This text has color #504674 on white background.



Black color preview on #504674 background

This text has black color on #504674 background.


White color preview on #504674 background

This text has white color on #504674 background.