COLOR #504261

HEX: #504261
RGB: (80,66,97)

Renk bilgisi

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

RGB renk modeli

#504261 color RGB value is (80,66,97).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 66 of 255 = 26%
B 97 of 255 = 38%

80
66
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 66 + 97 = 243 (100%)
R 80 of 243 ~ 32.92%
G 66 of 243 ~ 27.16%
B 97 of 243 ~ 39.92%

%32.92
%27.16
%39.92

CMYK RENK MODELİ

#504261 rengi CMYK tonu (18,32,0,62).

  • camgöbeği tonu 17.53%
  • eflatun tonu 31.96%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(18,32,0,62)
C18M32Y0K62 
(18%,32%,0%,62%)
(0.18/0.32/0.00/0.62)	

CMYK yüzdeleri

%17.53
%31.96
%0
%61.96

Codes

Color #504261 in popluar color models

504261
RGB806697
HSL267°19.02%31.96%
HSB/HSV267°31.96%38.04%
CMYK17.53%31.96%0.00%
61.96%

Color #504261 in popluar number systems.

HEX504261
Decimal806697
Binary101000010000101100001
Octal120102141

Shades and tints

Shades of #504261

#504261
(80,66,97)
#493C59
(73,60,89)
#423651
(66,54,81)
#3B3049
(59,48,73)
#342A41
(52,42,65)
#2D2439
(45,36,57)
#261E31
(38,30,49)
#1F1829
(31,24,41)
#181221
(24,18,33)
#110C19
(17,12,25)
#0A0611
(10,6,17)
#000000
(0,0,0)

Tints of #504261

#504261
(80,66,97)
#5F536F
(95,83,111)
#6E647D
(110,100,125)
#7D758B
(125,117,139)
#8C8699
(140,134,153)
#9B97A7
(155,151,167)
#AAA8B5
(170,168,181)
#B9B9C3
(185,185,195)
#C8CAD1
(200,202,209)
#D7DBDF
(215,219,223)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504261; }

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

This text font color is #504261.


Background Color

.myBgColor { background-color: #504261; }

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

This div background color is #504261.


Border color

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

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

This div border color is #504261.


Opacity

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

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

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

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

This text has shadow with #504261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504261 on black background.


Color preview on white background

This text has color #504261 on white background.



Black color preview on #504261 background

This text has black color on #504261 background.


White color preview on #504261 background

This text has white color on #504261 background.