COLOR #503A28

HEX: #503A28 RGB: (80,58,40)

Color info

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

RGB color model

#503A28 color RGB value is (80,58,40).

RGB: (80,58,40) (31%, 23%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 40 of 255 = 16%

80
58
40

R + G + B ~ 23%. #503A28 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 58 + 40 = 178 (100%)
R 80 of 178 ~ 44.94%
G 58 of 178 ~ 32.58%
B 40 of 178 ~ 22.47'%

%44.94
%32.58
%22.47

CMYK color model

#503A28 color CMYK value is (0,28,50,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 50.00%
  • key color value is 68.63%

CMYK: (0,28,50,69)
C0M28Y50K69 (0%, 28%, 50%, 69%)
(0.00 / 0.28 / 0.50 / 0.69)

CMYK percentages

%0
%27.5
%50
%68.63

Codes

Color #503A28 in popluar color models

50 3A 28
RGB 80 58 40
HSL 27° 33.33% 23.53%
HSB/HSV 27° 50.00% 31.37%
CMYK 0.00% 27.50% 50.00%
68.63%

Color #503A28 in popluar number systems.

HEX 50 3A 28
Decimal 80 58 40
Binary 1010000 111010 101000
Octal 120 72 50

Shades and tints

Shades of #503A28

#503A28
(80,58,40)
#493525
(73,53,37)
#423022
(66,48,34)
#3B2B1F
(59,43,31)
#34261C
(52,38,28)
#2D2119
(45,33,25)
#261C16
(38,28,22)
#1F1713
(31,23,19)
#181210
(24,18,16)
#110D0D
(17,13,13)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #503A28

#503A28
(80,58,40)
#5F4B3B
(95,75,59)
#6E5C4E
(110,92,78)
#7D6D61
(125,109,97)
#8C7E74
(140,126,116)
#9B8F87
(155,143,135)
#AAA09A
(170,160,154)
#B9B1AD
(185,177,173)
#C8C2C0
(200,194,192)
#D7D3D3
(215,211,211)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503A28; }

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

This text font color is #503A28.

Background Color

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

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

This div background color is #503A28.

Border color

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

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

This div border color is #503A28.

Opacity

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

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

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

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

This text has shadow with #503A28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503A28.

Preview

Color preview on black background

This text has color #503A28 on black background.


Color preview on white background

This text has color #503A28 on white background.


Black color preview on #503A28 background

This text has black color on #503A28 background.


White color preview on #503A28 background

This text has white color on #503A28 background.


Related colors

Complementary color

Complementary color for #hex is #AFC5D7.


I love getcolorcode.com

Triadic colors

1 #28503A and #3A2850 with #503A28 are triadic colors.

2 #283A50 and #3A5028 with #503A28 are triadic colors.