COLOR #503B52

HEX: #503B52
RGB: (80,59,82)

Renk bilgisi

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

RGB renk modeli

#503B52 color RGB value is (80,59,82).

  • kırmız ton 80;
  • yeşil ton 59;
  • mavi ton 82.
RGB:
(80,59,82)
(31%,23%,32%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 59 of 255 = 23%
B 82 of 255 = 32%

80
59
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 59 + 82 = 221 (100%)
R 80 of 221 ~ 36.2%
G 59 of 221 ~ 26.7%
B 82 of 221 ~ 37.1%

%36.2
%26.7
%37.1

CMYK RENK MODELİ

#503B52 rengi CMYK tonu (2,28,0,68).

  • camgöbeği tonu 2.44%
  • eflatun tonu 28.05%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(2,28,0,68)
C2M28Y0K68 
(2%,28%,0%,68%)
(0.02/0.28/0.00/0.68)	

CMYK yüzdeleri

%2.44
%28.05
%0
%67.84

Codes

Color #503B52 in popluar color models

503B52
RGB805982
HSL295°16.31%27.65%
HSB/HSV295°28.05%32.16%
CMYK2.44%28.05%0.00%
67.84%

Color #503B52 in popluar number systems.

HEX503B52
Decimal805982
Binary10100001110111010010
Octal12073122

Shades and tints

Shades of #503B52

#503B52
(80,59,82)
#49364B
(73,54,75)
#423144
(66,49,68)
#3B2C3D
(59,44,61)
#342736
(52,39,54)
#2D222F
(45,34,47)
#261D28
(38,29,40)
#1F1821
(31,24,33)
#18131A
(24,19,26)
#110E13
(17,14,19)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #503B52

#503B52
(80,59,82)
#5F4C61
(95,76,97)
#6E5D70
(110,93,112)
#7D6E7F
(125,110,127)
#8C7F8E
(140,127,142)
#9B909D
(155,144,157)
#AAA1AC
(170,161,172)
#B9B2BB
(185,178,187)
#C8C3CA
(200,195,202)
#D7D4D9
(215,212,217)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503B52 color. Also use rgb(80,59,82) instead hex code.

Text Font Color

.myTextColor { color: #503B52; }

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

This text font color is #503B52.


Background Color

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

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

This div background color is #503B52.


Border color

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

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

This div border color is #503B52.


Opacity

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

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

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

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

This text has shadow with #503B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B52 on black background.


Color preview on white background

This text has color #503B52 on white background.



Black color preview on #503B52 background

This text has black color on #503B52 background.


White color preview on #503B52 background

This text has white color on #503B52 background.