COLOR #503D2B

HEX: #503D2B
RGB: (80,61,43)

Color info

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

RGB color model

#503D2B color RGB value is (80,61,43).

  • red value is 80;
  • green value is 61;
  • blue value is 43.
RGB:
(80,61,43)
(31%,24%,17%)

RGB channels and saturation

R 80 of 255 = 31%
G 61 of 255 = 24%
B 43 of 255 = 17%

80
61
43

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

Portions of RGB colors in percentages

R + G + B =
80 + 61 + 43 = 184 (100%)
R 80 of 184 ~ 43.48%
G 61 of 184 ~ 33.15%
B 43 of 184 ~ 23.37%

%43.48
%33.15
%23.37

CMYK color model

#503D2B color CMYK value is (0,24,46,69).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 46.25%
  • key color value is 68.63%
CMYK:
(0,24,46,69)
C0M24Y46K69 
(0%,24%,46%,69%)
(0.00/0.24/0.46/0.69)	

CMYK percentages

%0
%23.75
%46.25
%68.63

Codes

Color #503D2B in popluar color models

503D2B
RGB806143
HSL29°30.08%24.12%
HSB/HSV29°46.25%31.37%
CMYK0.00%23.75%46.25%
68.63%

Color #503D2B in popluar number systems.

HEX503D2B
Decimal806143
Binary1010000111101101011
Octal1207553

Shades and tints

Shades of #503D2B

#503D2B
(80,61,43)
#493828
(73,56,40)
#423325
(66,51,37)
#3B2E22
(59,46,34)
#34291F
(52,41,31)
#2D241C
(45,36,28)
#261F19
(38,31,25)
#1F1A16
(31,26,22)
#181513
(24,21,19)
#111010
(17,16,16)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #503D2B

#503D2B
(80,61,43)
#5F4E3E
(95,78,62)
#6E5F51
(110,95,81)
#7D7064
(125,112,100)
#8C8177
(140,129,119)
#9B928A
(155,146,138)
#AAA39D
(170,163,157)
#B9B4B0
(185,180,176)
#C8C5C3
(200,197,195)
#D7D6D6
(215,214,214)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503D2B color. Also use rgb(80,61,43) instead hex code.

Text Font Color

.myTextColor { color: #503D2B; }

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

This text font color is #503D2B.


Background Color

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

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

This div background color is #503D2B.


Border color

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

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

This div border color is #503D2B.


Opacity

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

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

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

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

This text has shadow with #503D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503D2B on black background.


Color preview on white background

This text has color #503D2B on white background.



Black color preview on #503D2B background

This text has black color on #503D2B background.


White color preview on #503D2B background

This text has white color on #503D2B background.