COLOR #503B32

HEX: #503B32
RGB: (80,59,50)

Color info

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

RGB color model

#503B32 color RGB value is (80,59,50).

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

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 50 of 255 = 20%

80
59
50

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

Portions of RGB colors in percentages

R + G + B =
80 + 59 + 50 = 189 (100%)
R 80 of 189 ~ 42.33%
G 59 of 189 ~ 31.22%
B 50 of 189 ~ 26.46%

%42.33
%31.22
%26.46

CMYK color model

#503B32 color CMYK value is (0,26,38,69).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 37.50%
  • key color value is 68.63%
CMYK:
(0,26,38,69)
C0M26Y38K69 
(0%,26%,38%,69%)
(0.00/0.26/0.38/0.69)	

CMYK percentages

%0
%26.25
%37.5
%68.63

Codes

Color #503B32 in popluar color models

503B32
RGB805950
HSL18°23.08%25.49%
HSB/HSV18°37.50%31.37%
CMYK0.00%26.25%37.50%
68.63%

Color #503B32 in popluar number systems.

HEX503B32
Decimal805950
Binary1010000111011110010
Octal1207362

Shades and tints

Shades of #503B32

#503B32
(80,59,50)
#49362E
(73,54,46)
#42312A
(66,49,42)
#3B2C26
(59,44,38)
#342722
(52,39,34)
#2D221E
(45,34,30)
#261D1A
(38,29,26)
#1F1816
(31,24,22)
#181312
(24,19,18)
#110E0E
(17,14,14)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #503B32

#503B32
(80,59,50)
#5F4C44
(95,76,68)
#6E5D56
(110,93,86)
#7D6E68
(125,110,104)
#8C7F7A
(140,127,122)
#9B908C
(155,144,140)
#AAA19E
(170,161,158)
#B9B2B0
(185,178,176)
#C8C3C2
(200,195,194)
#D7D4D4
(215,212,212)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503B32; }

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

This text font color is #503B32.


Background Color

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

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

This div background color is #503B32.


Border color

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

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

This div border color is #503B32.


Opacity

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

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

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

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

This text has shadow with #503B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B32 on black background.


Color preview on white background

This text has color #503B32 on white background.



Black color preview on #503B32 background

This text has black color on #503B32 background.


White color preview on #503B32 background

This text has white color on #503B32 background.