COLOR #503831

HEX: #503831
RGB: (80,56,49)

Color info

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

RGB color model

#503831 color RGB value is (80,56,49).

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

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 49 of 255 = 19%

80
56
49

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

Portions of RGB colors in percentages

R + G + B =
80 + 56 + 49 = 185 (100%)
R 80 of 185 ~ 43.24%
G 56 of 185 ~ 30.27%
B 49 of 185 ~ 26.49%

%43.24
%30.27
%26.49

CMYK color model

#503831 color CMYK value is (0,30,39,69).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 38.75%
  • key color value is 68.63%
CMYK:
(0,30,39,69)
C0M30Y39K69 
(0%,30%,39%,69%)
(0.00/0.30/0.39/0.69)	

CMYK percentages

%0
%30
%38.75
%68.63

Codes

Color #503831 in popluar color models

503831
RGB805649
HSL14°24.03%25.29%
HSB/HSV14°38.75%31.37%
CMYK0.00%30.00%38.75%
68.63%

Color #503831 in popluar number systems.

HEX503831
Decimal805649
Binary1010000111000110001
Octal1207061

Shades and tints

Shades of #503831

#503831
(80,56,49)
#49332D
(73,51,45)
#422E29
(66,46,41)
#3B2925
(59,41,37)
#342421
(52,36,33)
#2D1F1D
(45,31,29)
#261A19
(38,26,25)
#1F1515
(31,21,21)
#181011
(24,16,17)
#110B0D
(17,11,13)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #503831

#503831
(80,56,49)
#5F4A43
(95,74,67)
#6E5C55
(110,92,85)
#7D6E67
(125,110,103)
#8C8079
(140,128,121)
#9B928B
(155,146,139)
#AAA49D
(170,164,157)
#B9B6AF
(185,182,175)
#C8C8C1
(200,200,193)
#D7DAD3
(215,218,211)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503831; }

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

This text font color is #503831.


Background Color

.myBgColor { background-color: #503831; }

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

This div background color is #503831.


Border color

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

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

This div border color is #503831.


Opacity

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

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

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

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

This text has shadow with #503831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503831 on black background.


Color preview on white background

This text has color #503831 on white background.



Black color preview on #503831 background

This text has black color on #503831 background.


White color preview on #503831 background

This text has white color on #503831 background.