COLOR #504F61

HEX: #504F61
RGB: (80,79,97)

Renk bilgisi

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

RGB renk modeli

#504F61 color RGB value is (80,79,97).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 79 of 255 = 31%
B 97 of 255 = 38%

80
79
97

R + G + B ~ 33%. #504F61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 79 + 97 = 256 (100%)
R 80 of 256 ~ 31.25%
G 79 of 256 ~ 30.86%
B 97 of 256 ~ 37.89%

%31.25
%30.86
%37.89

CMYK RENK MODELİ

#504F61 rengi CMYK tonu (18,19,0,62).

  • camgöbeği tonu 17.53%
  • eflatun tonu 18.56%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(18,19,0,62)
C18M19Y0K62 
(18%,19%,0%,62%)
(0.18/0.19/0.00/0.62)	

CMYK yüzdeleri

%17.53
%18.56
%0
%61.96

Codes

Color #504F61 in popluar color models

504F61
RGB807997
HSL243°10.23%34.51%
HSB/HSV243°18.56%38.04%
CMYK17.53%18.56%0.00%
61.96%

Color #504F61 in popluar number systems.

HEX504F61
Decimal807997
Binary101000010011111100001
Octal120117141

Shades and tints

Shades of #504F61

#504F61
(80,79,97)
#494859
(73,72,89)
#424151
(66,65,81)
#3B3A49
(59,58,73)
#343341
(52,51,65)
#2D2C39
(45,44,57)
#262531
(38,37,49)
#1F1E29
(31,30,41)
#181721
(24,23,33)
#111019
(17,16,25)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #504F61

#504F61
(80,79,97)
#5F5F6F
(95,95,111)
#6E6F7D
(110,111,125)
#7D7F8B
(125,127,139)
#8C8F99
(140,143,153)
#9B9FA7
(155,159,167)
#AAAFB5
(170,175,181)
#B9BFC3
(185,191,195)
#C8CFD1
(200,207,209)
#D7DFDF
(215,223,223)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504F61; }

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

This text font color is #504F61.


Background Color

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

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

This div background color is #504F61.


Border color

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

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

This div border color is #504F61.


Opacity

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

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

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

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

This text has shadow with #504F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F61 on black background.


Color preview on white background

This text has color #504F61 on white background.



Black color preview on #504F61 background

This text has black color on #504F61 background.


White color preview on #504F61 background

This text has white color on #504F61 background.