COLOR #504359

HEX: #504359
RGB: (80,67,89)

Renk bilgisi

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

RGB renk modeli

#504359 color RGB value is (80,67,89).

  • kırmız ton 80;
  • yeşil ton 67;
  • mavi ton 89.
RGB:
(80,67,89)
(31%,26%,35%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 67 of 255 = 26%
B 89 of 255 = 35%

80
67
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 67 + 89 = 236 (100%)
R 80 of 236 ~ 33.9%
G 67 of 236 ~ 28.39%
B 89 of 236 ~ 37.71%

%33.9
%28.39
%37.71

CMYK RENK MODELİ

#504359 rengi CMYK tonu (10,25,0,65).

  • camgöbeği tonu 10.11%
  • eflatun tonu 24.72%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(10,25,0,65)
C10M25Y0K65 
(10%,25%,0%,65%)
(0.10/0.25/0.00/0.65)	

CMYK yüzdeleri

%10.11
%24.72
%0
%65.1

Codes

Color #504359 in popluar color models

504359
RGB806789
HSL275°14.10%30.59%
HSB/HSV275°24.72%34.90%
CMYK10.11%24.72%0.00%
65.10%

Color #504359 in popluar number systems.

HEX504359
Decimal806789
Binary101000010000111011001
Octal120103131

Shades and tints

Shades of #504359

#504359
(80,67,89)
#493D51
(73,61,81)
#423749
(66,55,73)
#3B3141
(59,49,65)
#342B39
(52,43,57)
#2D2531
(45,37,49)
#261F29
(38,31,41)
#1F1921
(31,25,33)
#181319
(24,19,25)
#110D11
(17,13,17)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #504359

#504359
(80,67,89)
#5F5468
(95,84,104)
#6E6577
(110,101,119)
#7D7686
(125,118,134)
#8C8795
(140,135,149)
#9B98A4
(155,152,164)
#AAA9B3
(170,169,179)
#B9BAC2
(185,186,194)
#C8CBD1
(200,203,209)
#D7DCE0
(215,220,224)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504359 color. Also use rgb(80,67,89) instead hex code.

Text Font Color

.myTextColor { color: #504359; }

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

This text font color is #504359.


Background Color

.myBgColor { background-color: #504359; }

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

This div background color is #504359.


Border color

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

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

This div border color is #504359.


Opacity

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

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

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

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

This text has shadow with #504359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504359 on black background.


Color preview on white background

This text has color #504359 on white background.



Black color preview on #504359 background

This text has black color on #504359 background.


White color preview on #504359 background

This text has white color on #504359 background.