COLOR #503B21

HEX: #503B21
RGB: (80,59,33)

Color info

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

RGB color model

#503B21 color RGB value is (80,59,33).

  • red value is 80;
  • green value is 59;
  • blue value is 33.
RGB:
(80,59,33)
(31%,23%,13%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 33 of 255 = 13%

80
59
33

R + G + B ~ 22%. #503B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 59 + 33 = 172 (100%)
R 80 of 172 ~ 46.51%
G 59 of 172 ~ 34.3%
B 33 of 172 ~ 19.19%

%46.51
%34.3
%19.19

CMYK color model

#503B21 color CMYK value is (0,26,59,69).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 58.75%
  • key color value is 68.63%
CMYK:
(0,26,59,69)
C0M26Y59K69 
(0%,26%,59%,69%)
(0.00/0.26/0.59/0.69)	

CMYK percentages

%0
%26.25
%58.75
%68.63

Codes

Color #503B21 in popluar color models

503B21
RGB805933
HSL33°41.59%22.16%
HSB/HSV33°58.75%31.37%
CMYK0.00%26.25%58.75%
68.63%

Color #503B21 in popluar number systems.

HEX503B21
Decimal805933
Binary1010000111011100001
Octal1207341

Shades and tints

Shades of #503B21

#503B21
(80,59,33)
#49361E
(73,54,30)
#42311B
(66,49,27)
#3B2C18
(59,44,24)
#342715
(52,39,21)
#2D2212
(45,34,18)
#261D0F
(38,29,15)
#1F180C
(31,24,12)
#181309
(24,19,9)
#110E06
(17,14,6)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #503B21

#503B21
(80,59,33)
#5F4C35
(95,76,53)
#6E5D49
(110,93,73)
#7D6E5D
(125,110,93)
#8C7F71
(140,127,113)
#9B9085
(155,144,133)
#AAA199
(170,161,153)
#B9B2AD
(185,178,173)
#C8C3C1
(200,195,193)
#D7D4D5
(215,212,213)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503B21 color. Also use rgb(80,59,33) instead hex code.

Text Font Color

.myTextColor { color: #503B21; }

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

This text font color is #503B21.


Background Color

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

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

This div background color is #503B21.


Border color

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

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

This div border color is #503B21.


Opacity

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

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

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

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

This text has shadow with #503B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B21 on black background.


Color preview on white background

This text has color #503B21 on white background.



Black color preview on #503B21 background

This text has black color on #503B21 background.


White color preview on #503B21 background

This text has white color on #503B21 background.