COLOR #504461

HEX: #504461
RGB: (80,68,97)

Renk bilgisi

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

RGB renk modeli

#504461 color RGB value is (80,68,97).

  • kırmız ton 80;
  • yeşil ton 68;
  • mavi ton 97.
RGB:
(80,68,97)
(31%,27%,38%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 68 of 255 = 27%
B 97 of 255 = 38%

80
68
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 68 + 97 = 245 (100%)
R 80 of 245 ~ 32.65%
G 68 of 245 ~ 27.76%
B 97 of 245 ~ 39.59%

%32.65
%27.76
%39.59

CMYK RENK MODELİ

#504461 rengi CMYK tonu (18,30,0,62).

  • camgöbeği tonu 17.53%
  • eflatun tonu 29.90%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(18,30,0,62)
C18M30Y0K62 
(18%,30%,0%,62%)
(0.18/0.30/0.00/0.62)	

CMYK yüzdeleri

%17.53
%29.9
%0
%61.96

Codes

Color #504461 in popluar color models

504461
RGB806897
HSL265°17.58%32.35%
HSB/HSV265°29.90%38.04%
CMYK17.53%29.90%0.00%
61.96%

Color #504461 in popluar number systems.

HEX504461
Decimal806897
Binary101000010001001100001
Octal120104141

Shades and tints

Shades of #504461

#504461
(80,68,97)
#493E59
(73,62,89)
#423851
(66,56,81)
#3B3249
(59,50,73)
#342C41
(52,44,65)
#2D2639
(45,38,57)
#262031
(38,32,49)
#1F1A29
(31,26,41)
#181421
(24,20,33)
#110E19
(17,14,25)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #504461

#504461
(80,68,97)
#5F556F
(95,85,111)
#6E667D
(110,102,125)
#7D778B
(125,119,139)
#8C8899
(140,136,153)
#9B99A7
(155,153,167)
#AAAAB5
(170,170,181)
#B9BBC3
(185,187,195)
#C8CCD1
(200,204,209)
#D7DDDF
(215,221,223)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504461 color. Also use rgb(80,68,97) instead hex code.

Text Font Color

.myTextColor { color: #504461; }

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

This text font color is #504461.


Background Color

.myBgColor { background-color: #504461; }

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

This div background color is #504461.


Border color

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

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

This div border color is #504461.


Opacity

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

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

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

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

This text has shadow with #504461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504461 on black background.


Color preview on white background

This text has color #504461 on white background.



Black color preview on #504461 background

This text has black color on #504461 background.


White color preview on #504461 background

This text has white color on #504461 background.