COLOR #503E32

HEX: #503E32
RGB: (80,62,50)

Color info

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

RGB color model

#503E32 color RGB value is (80,62,50).

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

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 50 of 255 = 20%

80
62
50

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

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 50 = 192 (100%)
R 80 of 192 ~ 41.67%
G 62 of 192 ~ 32.29%
B 50 of 192 ~ 26.04%

%41.67
%32.29
%26.04

CMYK color model

#503E32 color CMYK value is (0,23,38,69).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 37.50%
  • key color value is 68.63%
CMYK:
(0,23,38,69)
C0M23Y38K69 
(0%,23%,38%,69%)
(0.00/0.23/0.38/0.69)	

CMYK percentages

%0
%22.5
%37.5
%68.63

Codes

Color #503E32 in popluar color models

503E32
RGB806250
HSL24°23.08%25.49%
HSB/HSV24°37.50%31.37%
CMYK0.00%22.50%37.50%
68.63%

Color #503E32 in popluar number systems.

HEX503E32
Decimal806250
Binary1010000111110110010
Octal1207662

Shades and tints

Shades of #503E32

#503E32
(80,62,50)
#49392E
(73,57,46)
#42342A
(66,52,42)
#3B2F26
(59,47,38)
#342A22
(52,42,34)
#2D251E
(45,37,30)
#26201A
(38,32,26)
#1F1B16
(31,27,22)
#181612
(24,22,18)
#11110E
(17,17,14)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #503E32

#503E32
(80,62,50)
#5F4F44
(95,79,68)
#6E6056
(110,96,86)
#7D7168
(125,113,104)
#8C827A
(140,130,122)
#9B938C
(155,147,140)
#AAA49E
(170,164,158)
#B9B5B0
(185,181,176)
#C8C6C2
(200,198,194)
#D7D7D4
(215,215,212)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E32; }

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

This text font color is #503E32.


Background Color

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

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

This div background color is #503E32.


Border color

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

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

This div border color is #503E32.


Opacity

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

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

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

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

This text has shadow with #503E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E32 on black background.


Color preview on white background

This text has color #503E32 on white background.



Black color preview on #503E32 background

This text has black color on #503E32 background.


White color preview on #503E32 background

This text has white color on #503E32 background.