COLOR #503141

HEX: #503141
RGB: (80,49,65)

Color info

#503141 contains red, green and blue colors in about the same proportion. Web safe color of #503141 is #663333 (or #633).

RGB color model

#503141 color RGB value is (80,49,65).

  • red value is 80;
  • green value is 49;
  • blue value is 65.
RGB:
(80,49,65)
(31%,19%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 65 of 255 = 25%

80
49
65

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

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 65 = 194 (100%)
R 80 of 194 ~ 41.24%
G 49 of 194 ~ 25.26%
B 65 of 194 ~ 33.51%

%41.24
%25.26
%33.51

CMYK color model

#503141 color CMYK value is (0,39,19,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(0,39,19,69)
C0M39Y19K69 
(0%,39%,19%,69%)
(0.00/0.39/0.19/0.69)	

CMYK percentages

%0
%38.75
%18.75
%68.63

Codes

Color #503141 in popluar color models

503141
RGB804965
HSL329°24.03%25.29%
HSB/HSV329°38.75%31.37%
CMYK0.00%38.75%18.75%
68.63%

Color #503141 in popluar number systems.

HEX503141
Decimal804965
Binary10100001100011000001
Octal12061101

Shades and tints

Shades of #503141

#503141
(80,49,65)
#492D3C
(73,45,60)
#422937
(66,41,55)
#3B2532
(59,37,50)
#34212D
(52,33,45)
#2D1D28
(45,29,40)
#261923
(38,25,35)
#1F151E
(31,21,30)
#181119
(24,17,25)
#110D14
(17,13,20)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #503141

#503141
(80,49,65)
#5F4352
(95,67,82)
#6E5563
(110,85,99)
#7D6774
(125,103,116)
#8C7985
(140,121,133)
#9B8B96
(155,139,150)
#AA9DA7
(170,157,167)
#B9AFB8
(185,175,184)
#C8C1C9
(200,193,201)
#D7D3DA
(215,211,218)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503141; }

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

This text font color is #503141.


Background Color

.myBgColor { background-color: #503141; }

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

This div background color is #503141.


Border color

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

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

This div border color is #503141.


Opacity

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

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

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

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

This text has shadow with #503141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503141 on black background.


Color preview on white background

This text has color #503141 on white background.



Black color preview on #503141 background

This text has black color on #503141 background.


White color preview on #503141 background

This text has white color on #503141 background.