COLOR #504053

HEX: #504053
RGB: (80,64,83)

Renk bilgisi

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

RGB renk modeli

#504053 color RGB value is (80,64,83).

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

RGB bağlantıları ve doygunluk

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

80
64
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 64 + 83 = 227 (100%)
R 80 of 227 ~ 35.24%
G 64 of 227 ~ 28.19%
B 83 of 227 ~ 36.56%

%35.24
%28.19
%36.56

CMYK RENK MODELİ

#504053 rengi CMYK tonu (4,23,0,67).

  • camgöbeği tonu 3.61%
  • eflatun tonu 22.89%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(4,23,0,67)
C4M23Y0K67 
(4%,23%,0%,67%)
(0.04/0.23/0.00/0.67)	

CMYK yüzdeleri

%3.61
%22.89
%0
%67.45

Codes

Color #504053 in popluar color models

504053
RGB806483
HSL291°12.93%28.82%
HSB/HSV291°22.89%32.55%
CMYK3.61%22.89%0.00%
67.45%

Color #504053 in popluar number systems.

HEX504053
Decimal806483
Binary101000010000001010011
Octal120100123

Shades and tints

Shades of #504053

#504053
(80,64,83)
#493B4C
(73,59,76)
#423645
(66,54,69)
#3B313E
(59,49,62)
#342C37
(52,44,55)
#2D2730
(45,39,48)
#262229
(38,34,41)
#1F1D22
(31,29,34)
#18181B
(24,24,27)
#111314
(17,19,20)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #504053

#504053
(80,64,83)
#5F5162
(95,81,98)
#6E6271
(110,98,113)
#7D7380
(125,115,128)
#8C848F
(140,132,143)
#9B959E
(155,149,158)
#AAA6AD
(170,166,173)
#B9B7BC
(185,183,188)
#C8C8CB
(200,200,203)
#D7D9DA
(215,217,218)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504053; }

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

This text font color is #504053.


Background Color

.myBgColor { background-color: #504053; }

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

This div background color is #504053.


Border color

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

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

This div border color is #504053.


Opacity

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

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

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

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

This text has shadow with #504053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504053 on black background.


Color preview on white background

This text has color #504053 on white background.



Black color preview on #504053 background

This text has black color on #504053 background.


White color preview on #504053 background

This text has white color on #504053 background.