COLOR #503D59

HEX: #503D59
RGB: (80,61,89)

Renk bilgisi

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

RGB renk modeli

#503D59 color RGB value is (80,61,89).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 61 of 255 = 24%
B 89 of 255 = 35%

80
61
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 61 + 89 = 230 (100%)
R 80 of 230 ~ 34.78%
G 61 of 230 ~ 26.52%
B 89 of 230 ~ 38.7%

%34.78
%26.52
%38.7

CMYK RENK MODELİ

#503D59 rengi CMYK tonu (10,31,0,65).

  • camgöbeği tonu 10.11%
  • eflatun tonu 31.46%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(10,31,0,65)
C10M31Y0K65 
(10%,31%,0%,65%)
(0.10/0.31/0.00/0.65)	

CMYK yüzdeleri

%10.11
%31.46
%0
%65.1

Codes

Color #503D59 in popluar color models

503D59
RGB806189
HSL281°18.67%29.41%
HSB/HSV281°31.46%34.90%
CMYK10.11%31.46%0.00%
65.10%

Color #503D59 in popluar number systems.

HEX503D59
Decimal806189
Binary10100001111011011001
Octal12075131

Shades and tints

Shades of #503D59

#503D59
(80,61,89)
#493851
(73,56,81)
#423349
(66,51,73)
#3B2E41
(59,46,65)
#342939
(52,41,57)
#2D2431
(45,36,49)
#261F29
(38,31,41)
#1F1A21
(31,26,33)
#181519
(24,21,25)
#111011
(17,16,17)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #503D59

#503D59
(80,61,89)
#5F4E68
(95,78,104)
#6E5F77
(110,95,119)
#7D7086
(125,112,134)
#8C8195
(140,129,149)
#9B92A4
(155,146,164)
#AAA3B3
(170,163,179)
#B9B4C2
(185,180,194)
#C8C5D1
(200,197,209)
#D7D6E0
(215,214,224)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503D59; }

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

This text font color is #503D59.


Background Color

.myBgColor { background-color: #503D59; }

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

This div background color is #503D59.


Border color

.myBorderColor { border: 1px solid #503D59; }

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

This div border color is #503D59.


Opacity

.myOpacity80 { color: #503D59; opacity: 0.8; }

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

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

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

This text has shadow with #503D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503D59 on black background.


Color preview on white background

This text has color #503D59 on white background.



Black color preview on #503D59 background

This text has black color on #503D59 background.


White color preview on #503D59 background

This text has white color on #503D59 background.