COLOR #503E38

HEX: #503E38
RGB: (80,62,56)

Color info

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

RGB color model

#503E38 color RGB value is (80,62,56).

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

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 56 of 255 = 22%

80
62
56

R + G + B ~ 26%. #503E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 56 = 198 (100%)
R 80 of 198 ~ 40.4%
G 62 of 198 ~ 31.31%
B 56 of 198 ~ 28.28%

%40.4
%31.31
%28.28

CMYK color model

#503E38 color CMYK value is (0,23,30,69).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 30.00%
  • key color value is 68.63%
CMYK:
(0,23,30,69)
C0M23Y30K69 
(0%,23%,30%,69%)
(0.00/0.23/0.30/0.69)	

CMYK percentages

%0
%22.5
%30
%68.63

Codes

Color #503E38 in popluar color models

503E38
RGB806256
HSL15°17.65%26.67%
HSB/HSV15°30.00%31.37%
CMYK0.00%22.50%30.00%
68.63%

Color #503E38 in popluar number systems.

HEX503E38
Decimal806256
Binary1010000111110111000
Octal1207670

Shades and tints

Shades of #503E38

#503E38
(80,62,56)
#493933
(73,57,51)
#42342E
(66,52,46)
#3B2F29
(59,47,41)
#342A24
(52,42,36)
#2D251F
(45,37,31)
#26201A
(38,32,26)
#1F1B15
(31,27,21)
#181610
(24,22,16)
#11110B
(17,17,11)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #503E38

#503E38
(80,62,56)
#5F4F4A
(95,79,74)
#6E605C
(110,96,92)
#7D716E
(125,113,110)
#8C8280
(140,130,128)
#9B9392
(155,147,146)
#AAA4A4
(170,164,164)
#B9B5B6
(185,181,182)
#C8C6C8
(200,198,200)
#D7D7DA
(215,215,218)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E38; }

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

This text font color is #503E38.


Background Color

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

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

This div background color is #503E38.


Border color

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

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

This div border color is #503E38.


Opacity

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

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

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

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

This text has shadow with #503E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E38 on black background.


Color preview on white background

This text has color #503E38 on white background.



Black color preview on #503E38 background

This text has black color on #503E38 background.


White color preview on #503E38 background

This text has white color on #503E38 background.