COLOR #504054

HEX: #504054
RGB: (80,64,84)

Renk bilgisi

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

RGB renk modeli

#504054 color RGB value is (80,64,84).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 64 of 255 = 25%
B 84 of 255 = 33%

80
64
84

R + G + B ~ 30%. #504054 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 64 + 84 = 228 (100%)
R 80 of 228 ~ 35.09%
G 64 of 228 ~ 28.07%
B 84 of 228 ~ 36.84%

%35.09
%28.07
%36.84

CMYK RENK MODELİ

#504054 rengi CMYK tonu (5,24,0,67).

  • camgöbeği tonu 4.76%
  • eflatun tonu 23.81%
  • sarı tonu 0.00%
  • ana renk tonu 67.06%
CMYK:
(5,24,0,67)
C5M24Y0K67 
(5%,24%,0%,67%)
(0.05/0.24/0.00/0.67)	

CMYK yüzdeleri

%4.76
%23.81
%0
%67.06

Codes

Color #504054 in popluar color models

504054
RGB806484
HSL288°13.51%29.02%
HSB/HSV288°23.81%32.94%
CMYK4.76%23.81%0.00%
67.06%

Color #504054 in popluar number systems.

HEX504054
Decimal806484
Binary101000010000001010100
Octal120100124

Shades and tints

Shades of #504054

#504054
(80,64,84)
#493B4D
(73,59,77)
#423646
(66,54,70)
#3B313F
(59,49,63)
#342C38
(52,44,56)
#2D2731
(45,39,49)
#26222A
(38,34,42)
#1F1D23
(31,29,35)
#18181C
(24,24,28)
#111315
(17,19,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #504054

#504054
(80,64,84)
#5F5163
(95,81,99)
#6E6272
(110,98,114)
#7D7381
(125,115,129)
#8C8490
(140,132,144)
#9B959F
(155,149,159)
#AAA6AE
(170,166,174)
#B9B7BD
(185,183,189)
#C8C8CC
(200,200,204)
#D7D9DB
(215,217,219)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504054; }

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

This text font color is #504054.


Background Color

.myBgColor { background-color: #504054; }

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

This div background color is #504054.


Border color

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

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

This div border color is #504054.


Opacity

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

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

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

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

This text has shadow with #504054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504054 on black background.


Color preview on white background

This text has color #504054 on white background.



Black color preview on #504054 background

This text has black color on #504054 background.


White color preview on #504054 background

This text has white color on #504054 background.