COLOR #504259

HEX: #504259
RGB: (80,66,89)

Renk bilgisi

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

RGB renk modeli

#504259 color RGB value is (80,66,89).

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

RGB bağlantıları ve doygunluk

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

80
66
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 66 + 89 = 235 (100%)
R 80 of 235 ~ 34.04%
G 66 of 235 ~ 28.09%
B 89 of 235 ~ 37.87%

%34.04
%28.09
%37.87

CMYK RENK MODELİ

#504259 rengi CMYK tonu (10,26,0,65).

  • camgöbeği tonu 10.11%
  • eflatun tonu 25.84%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(10,26,0,65)
C10M26Y0K65 
(10%,26%,0%,65%)
(0.10/0.26/0.00/0.65)	

CMYK yüzdeleri

%10.11
%25.84
%0
%65.1

Codes

Color #504259 in popluar color models

504259
RGB806689
HSL277°14.84%30.39%
HSB/HSV277°25.84%34.90%
CMYK10.11%25.84%0.00%
65.10%

Color #504259 in popluar number systems.

HEX504259
Decimal806689
Binary101000010000101011001
Octal120102131

Shades and tints

Shades of #504259

#504259
(80,66,89)
#493C51
(73,60,81)
#423649
(66,54,73)
#3B3041
(59,48,65)
#342A39
(52,42,57)
#2D2431
(45,36,49)
#261E29
(38,30,41)
#1F1821
(31,24,33)
#181219
(24,18,25)
#110C11
(17,12,17)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #504259

#504259
(80,66,89)
#5F5368
(95,83,104)
#6E6477
(110,100,119)
#7D7586
(125,117,134)
#8C8695
(140,134,149)
#9B97A4
(155,151,164)
#AAA8B3
(170,168,179)
#B9B9C2
(185,185,194)
#C8CAD1
(200,202,209)
#D7DBE0
(215,219,224)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504259; }

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

This text font color is #504259.


Background Color

.myBgColor { background-color: #504259; }

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

This div background color is #504259.


Border color

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

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

This div border color is #504259.


Opacity

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

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

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

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

This text has shadow with #504259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504259 on black background.


Color preview on white background

This text has color #504259 on white background.



Black color preview on #504259 background

This text has black color on #504259 background.


White color preview on #504259 background

This text has white color on #504259 background.