COLOR #503A38

HEX: #503A38
RGB: (80,58,56)

Color info

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

RGB color model

#503A38 color RGB value is (80,58,56).

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

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 56 of 255 = 22%

80
58
56

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

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 56 = 194 (100%)
R 80 of 194 ~ 41.24%
G 58 of 194 ~ 29.9%
B 56 of 194 ~ 28.87%

%41.24
%29.9
%28.87

CMYK color model

#503A38 color CMYK value is (0,28,30,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 30.00%
  • key color value is 68.63%
CMYK:
(0,28,30,69)
C0M28Y30K69 
(0%,28%,30%,69%)
(0.00/0.28/0.30/0.69)	

CMYK percentages

%0
%27.5
%30
%68.63

Codes

Color #503A38 in popluar color models

503A38
RGB805856
HSL17.65%26.67%
HSB/HSV30.00%31.37%
CMYK0.00%27.50%30.00%
68.63%

Color #503A38 in popluar number systems.

HEX503A38
Decimal805856
Binary1010000111010111000
Octal1207270

Shades and tints

Shades of #503A38

#503A38
(80,58,56)
#493533
(73,53,51)
#42302E
(66,48,46)
#3B2B29
(59,43,41)
#342624
(52,38,36)
#2D211F
(45,33,31)
#261C1A
(38,28,26)
#1F1715
(31,23,21)
#181210
(24,18,16)
#110D0B
(17,13,11)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #503A38

#503A38
(80,58,56)
#5F4B4A
(95,75,74)
#6E5C5C
(110,92,92)
#7D6D6E
(125,109,110)
#8C7E80
(140,126,128)
#9B8F92
(155,143,146)
#AAA0A4
(170,160,164)
#B9B1B6
(185,177,182)
#C8C2C8
(200,194,200)
#D7D3DA
(215,211,218)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503A38; }

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

This text font color is #503A38.


Background Color

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

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

This div background color is #503A38.


Border color

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

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

This div border color is #503A38.


Opacity

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

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

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

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

This text has shadow with #503A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503A38 on black background.


Color preview on white background

This text has color #503A38 on white background.



Black color preview on #503A38 background

This text has black color on #503A38 background.


White color preview on #503A38 background

This text has white color on #503A38 background.