COLOR #503B4D

HEX: #503B4D
RGB: (80,59,77)

Renk bilgisi

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

RGB renk modeli

#503B4D color RGB value is (80,59,77).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 59 of 255 = 23%
B 77 of 255 = 30%

80
59
77

R + G + B ~ 28%. #503B4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 59 + 77 = 216 (100%)
R 80 of 216 ~ 37.04%
G 59 of 216 ~ 27.31%
B 77 of 216 ~ 35.65%

%37.04
%27.31
%35.65

CMYK RENK MODELİ

#503B4D rengi CMYK tonu (0,26,4,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.25%
  • sarı tonu 3.75%
  • ana renk tonu 68.63%
CMYK:
(0,26,4,69)
C0M26Y4K69 
(0%,26%,4%,69%)
(0.00/0.26/0.04/0.69)	

CMYK yüzdeleri

%0
%26.25
%3.75
%68.63

Codes

Color #503B4D in popluar color models

503B4D
RGB805977
HSL309°15.11%27.25%
HSB/HSV309°26.25%31.37%
CMYK0.00%26.25%3.75%
68.63%

Color #503B4D in popluar number systems.

HEX503B4D
Decimal805977
Binary10100001110111001101
Octal12073115

Shades and tints

Shades of #503B4D

#503B4D
(80,59,77)
#493646
(73,54,70)
#42313F
(66,49,63)
#3B2C38
(59,44,56)
#342731
(52,39,49)
#2D222A
(45,34,42)
#261D23
(38,29,35)
#1F181C
(31,24,28)
#181315
(24,19,21)
#110E0E
(17,14,14)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #503B4D

#503B4D
(80,59,77)
#5F4C5D
(95,76,93)
#6E5D6D
(110,93,109)
#7D6E7D
(125,110,125)
#8C7F8D
(140,127,141)
#9B909D
(155,144,157)
#AAA1AD
(170,161,173)
#B9B2BD
(185,178,189)
#C8C3CD
(200,195,205)
#D7D4DD
(215,212,221)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503B4D; }

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

This text font color is #503B4D.


Background Color

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

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

This div background color is #503B4D.


Border color

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

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

This div border color is #503B4D.


Opacity

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

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

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

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

This text has shadow with #503B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B4D on black background.


Color preview on white background

This text has color #503B4D on white background.



Black color preview on #503B4D background

This text has black color on #503B4D background.


White color preview on #503B4D background

This text has white color on #503B4D background.