COLOR #503441

HEX: #503441
RGB: (80,52,65)

Renk bilgisi

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

RGB renk modeli

#503441 color RGB value is (80,52,65).

  • kırmız ton 80;
  • yeşil ton 52;
  • mavi ton 65.
RGB:
(80,52,65)
(31%,20%,25%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 52 of 255 = 20%
B 65 of 255 = 25%

80
52
65

R + G + B ~ 25%. #503441 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 52 + 65 = 197 (100%)
R 80 of 197 ~ 40.61%
G 52 of 197 ~ 26.4%
B 65 of 197 ~ 32.99%

%40.61
%26.4
%32.99

CMYK RENK MODELİ

#503441 rengi CMYK tonu (0,35,19,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.00%
  • sarı tonu 18.75%
  • ana renk tonu 68.63%
CMYK:
(0,35,19,69)
C0M35Y19K69 
(0%,35%,19%,69%)
(0.00/0.35/0.19/0.69)	

CMYK yüzdeleri

%0
%35
%18.75
%68.63

Codes

Color #503441 in popluar color models

503441
RGB805265
HSL332°21.21%25.88%
HSB/HSV332°35.00%31.37%
CMYK0.00%35.00%18.75%
68.63%

Color #503441 in popluar number systems.

HEX503441
Decimal805265
Binary10100001101001000001
Octal12064101

Shades and tints

Shades of #503441

#503441
(80,52,65)
#49303C
(73,48,60)
#422C37
(66,44,55)
#3B2832
(59,40,50)
#34242D
(52,36,45)
#2D2028
(45,32,40)
#261C23
(38,28,35)
#1F181E
(31,24,30)
#181419
(24,20,25)
#111014
(17,16,20)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #503441

#503441
(80,52,65)
#5F4652
(95,70,82)
#6E5863
(110,88,99)
#7D6A74
(125,106,116)
#8C7C85
(140,124,133)
#9B8E96
(155,142,150)
#AAA0A7
(170,160,167)
#B9B2B8
(185,178,184)
#C8C4C9
(200,196,201)
#D7D6DA
(215,214,218)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503441 color. Also use rgb(80,52,65) instead hex code.

Text Font Color

.myTextColor { color: #503441; }

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

This text font color is #503441.


Background Color

.myBgColor { background-color: #503441; }

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

This div background color is #503441.


Border color

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

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

This div border color is #503441.


Opacity

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

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

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

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

This text has shadow with #503441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503441 on black background.


Color preview on white background

This text has color #503441 on white background.



Black color preview on #503441 background

This text has black color on #503441 background.


White color preview on #503441 background

This text has white color on #503441 background.