COLOR #504169

HEX: #504169
RGB: (80,65,105)

Renk bilgisi

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

RGB renk modeli

#504169 color RGB value is (80,65,105).

  • kırmız ton 80;
  • yeşil ton 65;
  • mavi ton 105.
RGB:
(80,65,105)
(31%,25%,41%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 65 of 255 = 25%
B 105 of 255 = 41%

80
65
105

R + G + B ~ 32%. #504169 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 65 + 105 = 250 (100%)
R 80 of 250 ~ 32%
G 65 of 250 ~ 26%
B 105 of 250 ~ 42%

%32
%26
%42

CMYK RENK MODELİ

#504169 rengi CMYK tonu (24,38,0,59).

  • camgöbeği tonu 23.81%
  • eflatun tonu 38.10%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(24,38,0,59)
C24M38Y0K59 
(24%,38%,0%,59%)
(0.24/0.38/0.00/0.59)	

CMYK yüzdeleri

%23.81
%38.1
%0
%58.82

Codes

Color #504169 in popluar color models

504169
RGB8065105
HSL263°23.53%33.33%
HSB/HSV263°38.10%41.18%
CMYK23.81%38.10%0.00%
58.82%

Color #504169 in popluar number systems.

HEX504169
Decimal8065105
Binary101000010000011101001
Octal120101151

Shades and tints

Shades of #504169

#504169
(80,65,105)
#493C60
(73,60,96)
#423757
(66,55,87)
#3B324E
(59,50,78)
#342D45
(52,45,69)
#2D283C
(45,40,60)
#262333
(38,35,51)
#1F1E2A
(31,30,42)
#181921
(24,25,33)
#111418
(17,20,24)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #504169

#504169
(80,65,105)
#5F5276
(95,82,118)
#6E6383
(110,99,131)
#7D7490
(125,116,144)
#8C859D
(140,133,157)
#9B96AA
(155,150,170)
#AAA7B7
(170,167,183)
#B9B8C4
(185,184,196)
#C8C9D1
(200,201,209)
#D7DADE
(215,218,222)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504169 color. Also use rgb(80,65,105) instead hex code.

Text Font Color

.myTextColor { color: #504169; }

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

This text font color is #504169.


Background Color

.myBgColor { background-color: #504169; }

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

This div background color is #504169.


Border color

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

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

This div border color is #504169.


Opacity

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

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

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

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

This text has shadow with #504169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504169 on black background.


Color preview on white background

This text has color #504169 on white background.



Black color preview on #504169 background

This text has black color on #504169 background.


White color preview on #504169 background

This text has white color on #504169 background.