COLOR #503047

HEX: #503047
RGB: (80,48,71)

Renk bilgisi

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

RGB renk modeli

#503047 color RGB value is (80,48,71).

  • kırmız ton 80;
  • yeşil ton 48;
  • mavi ton 71.
RGB:
(80,48,71)
(31%,19%,28%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 48 of 255 = 19%
B 71 of 255 = 28%

80
48
71

R + G + B ~ 26%. #503047 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 48 + 71 = 199 (100%)
R 80 of 199 ~ 40.2%
G 48 of 199 ~ 24.12%
B 71 of 199 ~ 35.68%

%40.2
%24.12
%35.68

CMYK RENK MODELİ

#503047 rengi CMYK tonu (0,40,11,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 11.25%
  • ana renk tonu 68.63%
CMYK:
(0,40,11,69)
C0M40Y11K69 
(0%,40%,11%,69%)
(0.00/0.40/0.11/0.69)	

CMYK yüzdeleri

%0
%40
%11.25
%68.63

Codes

Color #503047 in popluar color models

503047
RGB804871
HSL317°25.00%25.10%
HSB/HSV317°40.00%31.37%
CMYK0.00%40.00%11.25%
68.63%

Color #503047 in popluar number systems.

HEX503047
Decimal804871
Binary10100001100001000111
Octal12060107

Shades and tints

Shades of #503047

#503047
(80,48,71)
#492C41
(73,44,65)
#42283B
(66,40,59)
#3B2435
(59,36,53)
#34202F
(52,32,47)
#2D1C29
(45,28,41)
#261823
(38,24,35)
#1F141D
(31,20,29)
#181017
(24,16,23)
#110C11
(17,12,17)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #503047

#503047
(80,48,71)
#5F4257
(95,66,87)
#6E5467
(110,84,103)
#7D6677
(125,102,119)
#8C7887
(140,120,135)
#9B8A97
(155,138,151)
#AA9CA7
(170,156,167)
#B9AEB7
(185,174,183)
#C8C0C7
(200,192,199)
#D7D2D7
(215,210,215)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503047 color. Also use rgb(80,48,71) instead hex code.

Text Font Color

.myTextColor { color: #503047; }

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

This text font color is #503047.


Background Color

.myBgColor { background-color: #503047; }

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

This div background color is #503047.


Border color

.myBorderColor { border: 1px solid #503047; }

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

This div border color is #503047.


Opacity

.myOpacity80 { color: #503047; opacity: 0.8; }

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

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

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

This text has shadow with #503047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503047 on black background.


Color preview on white background

This text has color #503047 on white background.



Black color preview on #503047 background

This text has black color on #503047 background.


White color preview on #503047 background

This text has white color on #503047 background.