COLOR #503A31

HEX: #503A31
RGB: (80,58,49)

Color info

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

RGB color model

#503A31 color RGB value is (80,58,49).

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

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 49 of 255 = 19%

80
58
49

R + G + B ~ 24%. #503A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 49 = 187 (100%)
R 80 of 187 ~ 42.78%
G 58 of 187 ~ 31.02%
B 49 of 187 ~ 26.2%

%42.78
%31.02
%26.2

CMYK color model

#503A31 color CMYK value is (0,28,39,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 38.75%
  • key color value is 68.63%
CMYK:
(0,28,39,69)
C0M28Y39K69 
(0%,28%,39%,69%)
(0.00/0.28/0.39/0.69)	

CMYK percentages

%0
%27.5
%38.75
%68.63

Codes

Color #503A31 in popluar color models

503A31
RGB805849
HSL17°24.03%25.29%
HSB/HSV17°38.75%31.37%
CMYK0.00%27.50%38.75%
68.63%

Color #503A31 in popluar number systems.

HEX503A31
Decimal805849
Binary1010000111010110001
Octal1207261

Shades and tints

Shades of #503A31

#503A31
(80,58,49)
#49352D
(73,53,45)
#423029
(66,48,41)
#3B2B25
(59,43,37)
#342621
(52,38,33)
#2D211D
(45,33,29)
#261C19
(38,28,25)
#1F1715
(31,23,21)
#181211
(24,18,17)
#110D0D
(17,13,13)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #503A31

#503A31
(80,58,49)
#5F4B43
(95,75,67)
#6E5C55
(110,92,85)
#7D6D67
(125,109,103)
#8C7E79
(140,126,121)
#9B8F8B
(155,143,139)
#AAA09D
(170,160,157)
#B9B1AF
(185,177,175)
#C8C2C1
(200,194,193)
#D7D3D3
(215,211,211)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503A31; }

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

This text font color is #503A31.


Background Color

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

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

This div background color is #503A31.


Border color

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

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

This div border color is #503A31.


Opacity

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

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

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

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

This text has shadow with #503A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503A31 on black background.


Color preview on white background

This text has color #503A31 on white background.



Black color preview on #503A31 background

This text has black color on #503A31 background.


White color preview on #503A31 background

This text has white color on #503A31 background.