COLOR #504A54

HEX: #504A54
RGB: (80,74,84)

Renk bilgisi

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

RGB renk modeli

#504A54 color RGB value is (80,74,84).

  • kırmız ton 80;
  • yeşil ton 74;
  • mavi ton 84.
RGB:
(80,74,84)
(31%,29%,33%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 74 of 255 = 29%
B 84 of 255 = 33%

80
74
84

R + G + B ~ 31%. #504A54 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 74 + 84 = 238 (100%)
R 80 of 238 ~ 33.61%
G 74 of 238 ~ 31.09%
B 84 of 238 ~ 35.29%

%33.61
%31.09
%35.29

CMYK RENK MODELİ

#504A54 rengi CMYK tonu (5,12,0,67).

  • camgöbeği tonu 4.76%
  • eflatun tonu 11.90%
  • sarı tonu 0.00%
  • ana renk tonu 67.06%
CMYK:
(5,12,0,67)
C5M12Y0K67 
(5%,12%,0%,67%)
(0.05/0.12/0.00/0.67)	

CMYK yüzdeleri

%4.76
%11.9
%0
%67.06

Codes

Color #504A54 in popluar color models

504A54
RGB807484
HSL276°6.33%30.98%
HSB/HSV276°11.90%32.94%
CMYK4.76%11.90%0.00%
67.06%

Color #504A54 in popluar number systems.

HEX504A54
Decimal807484
Binary101000010010101010100
Octal120112124

Shades and tints

Shades of #504A54

#504A54
(80,74,84)
#49444D
(73,68,77)
#423E46
(66,62,70)
#3B383F
(59,56,63)
#343238
(52,50,56)
#2D2C31
(45,44,49)
#26262A
(38,38,42)
#1F2023
(31,32,35)
#181A1C
(24,26,28)
#111415
(17,20,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #504A54

#504A54
(80,74,84)
#5F5A63
(95,90,99)
#6E6A72
(110,106,114)
#7D7A81
(125,122,129)
#8C8A90
(140,138,144)
#9B9A9F
(155,154,159)
#AAAAAE
(170,170,174)
#B9BABD
(185,186,189)
#C8CACC
(200,202,204)
#D7DADB
(215,218,219)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504A54 color. Also use rgb(80,74,84) instead hex code.

Text Font Color

.myTextColor { color: #504A54; }

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

This text font color is #504A54.


Background Color

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

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

This div background color is #504A54.


Border color

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

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

This div border color is #504A54.


Opacity

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

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

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

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

This text has shadow with #504A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A54 on black background.


Color preview on white background

This text has color #504A54 on white background.



Black color preview on #504A54 background

This text has black color on #504A54 background.


White color preview on #504A54 background

This text has white color on #504A54 background.