COLOR #503F49

HEX: #503F49
RGB: (80,63,73)

Renk bilgisi

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

RGB renk modeli

#503F49 color RGB value is (80,63,73).

  • kırmız ton 80;
  • yeşil ton 63;
  • mavi ton 73.
RGB:
(80,63,73)
(31%,25%,29%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 63 of 255 = 25%
B 73 of 255 = 29%

80
63
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 63 + 73 = 216 (100%)
R 80 of 216 ~ 37.04%
G 63 of 216 ~ 29.17%
B 73 of 216 ~ 33.8%

%37.04
%29.17
%33.8

CMYK RENK MODELİ

#503F49 rengi CMYK tonu (0,21,9,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.25%
  • sarı tonu 8.75%
  • ana renk tonu 68.63%
CMYK:
(0,21,9,69)
C0M21Y9K69 
(0%,21%,9%,69%)
(0.00/0.21/0.09/0.69)	

CMYK yüzdeleri

%0
%21.25
%8.75
%68.63

Codes

Color #503F49 in popluar color models

503F49
RGB806373
HSL325°11.89%28.04%
HSB/HSV325°21.25%31.37%
CMYK0.00%21.25%8.75%
68.63%

Color #503F49 in popluar number systems.

HEX503F49
Decimal806373
Binary10100001111111001001
Octal12077111

Shades and tints

Shades of #503F49

#503F49
(80,63,73)
#493A43
(73,58,67)
#42353D
(66,53,61)
#3B3037
(59,48,55)
#342B31
(52,43,49)
#2D262B
(45,38,43)
#262125
(38,33,37)
#1F1C1F
(31,28,31)
#181719
(24,23,25)
#111213
(17,18,19)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #503F49

#503F49
(80,63,73)
#5F5059
(95,80,89)
#6E6169
(110,97,105)
#7D7279
(125,114,121)
#8C8389
(140,131,137)
#9B9499
(155,148,153)
#AAA5A9
(170,165,169)
#B9B6B9
(185,182,185)
#C8C7C9
(200,199,201)
#D7D8D9
(215,216,217)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503F49 color. Also use rgb(80,63,73) instead hex code.

Text Font Color

.myTextColor { color: #503F49; }

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

This text font color is #503F49.


Background Color

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

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

This div background color is #503F49.


Border color

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

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

This div border color is #503F49.


Opacity

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

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

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

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

This text has shadow with #503F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503F49 on black background.


Color preview on white background

This text has color #503F49 on white background.



Black color preview on #503F49 background

This text has black color on #503F49 background.


White color preview on #503F49 background

This text has white color on #503F49 background.