COLOR #503D53

HEX: #503D53
RGB: (80,61,83)

Renk bilgisi

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

RGB renk modeli

#503D53 color RGB value is (80,61,83).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 61 of 255 = 24%
B 83 of 255 = 33%

80
61
83

R + G + B ~ 29%. #503D53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 61 + 83 = 224 (100%)
R 80 of 224 ~ 35.71%
G 61 of 224 ~ 27.23%
B 83 of 224 ~ 37.05%

%35.71
%27.23
%37.05

CMYK RENK MODELİ

#503D53 rengi CMYK tonu (4,27,0,67).

  • camgöbeği tonu 3.61%
  • eflatun tonu 26.51%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(4,27,0,67)
C4M27Y0K67 
(4%,27%,0%,67%)
(0.04/0.27/0.00/0.67)	

CMYK yüzdeleri

%3.61
%26.51
%0
%67.45

Codes

Color #503D53 in popluar color models

503D53
RGB806183
HSL292°15.28%28.24%
HSB/HSV292°26.51%32.55%
CMYK3.61%26.51%0.00%
67.45%

Color #503D53 in popluar number systems.

HEX503D53
Decimal806183
Binary10100001111011010011
Octal12075123

Shades and tints

Shades of #503D53

#503D53
(80,61,83)
#49384C
(73,56,76)
#423345
(66,51,69)
#3B2E3E
(59,46,62)
#342937
(52,41,55)
#2D2430
(45,36,48)
#261F29
(38,31,41)
#1F1A22
(31,26,34)
#18151B
(24,21,27)
#111014
(17,16,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #503D53

#503D53
(80,61,83)
#5F4E62
(95,78,98)
#6E5F71
(110,95,113)
#7D7080
(125,112,128)
#8C818F
(140,129,143)
#9B929E
(155,146,158)
#AAA3AD
(170,163,173)
#B9B4BC
(185,180,188)
#C8C5CB
(200,197,203)
#D7D6DA
(215,214,218)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503D53; }

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

This text font color is #503D53.


Background Color

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

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

This div background color is #503D53.


Border color

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

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

This div border color is #503D53.


Opacity

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

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

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

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

This text has shadow with #503D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503D53 on black background.


Color preview on white background

This text has color #503D53 on white background.



Black color preview on #503D53 background

This text has black color on #503D53 background.


White color preview on #503D53 background

This text has white color on #503D53 background.