COLOR #503D28

HEX: #503D28 RGB: (80,61,40)

Color info

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

RGB color model

#503D28 color RGB value is (80,61,40).

RGB: (80,61,40) (31%, 24%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 61 of 255 = 24%
B 40 of 255 = 16%

80
61
40

R + G + B ~ 24%. #503D28 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 61 + 40 = 181 (100%)
R 80 of 181 ~ 44.2%
G 61 of 181 ~ 33.7%
B 40 of 181 ~ 22.1'%

%44.2
%33.7
%22.1

CMYK color model

#503D28 color CMYK value is (0,24,50,69).

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

CMYK: (0,24,50,69)
C0M24Y50K69 (0%, 24%, 50%, 69%)
(0.00 / 0.24 / 0.50 / 0.69)

CMYK percentages

%0
%23.75
%50
%68.63

Codes

Color #503D28 in popluar color models

50 3D 28
RGB 80 61 40
HSL 32° 33.33% 23.53%
HSB/HSV 32° 50.00% 31.37%
CMYK 0.00% 23.75% 50.00%
68.63%

Color #503D28 in popluar number systems.

HEX 50 3D 28
Decimal 80 61 40
Binary 1010000 111101 101000
Octal 120 75 50

Shades and tints

Shades of #503D28

#503D28
(80,61,40)
#493825
(73,56,37)
#423322
(66,51,34)
#3B2E1F
(59,46,31)
#34291C
(52,41,28)
#2D2419
(45,36,25)
#261F16
(38,31,22)
#1F1A13
(31,26,19)
#181510
(24,21,16)
#11100D
(17,16,13)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #503D28

#503D28
(80,61,40)
#5F4E3B
(95,78,59)
#6E5F4E
(110,95,78)
#7D7061
(125,112,97)
#8C8174
(140,129,116)
#9B9287
(155,146,135)
#AAA39A
(170,163,154)
#B9B4AD
(185,180,173)
#C8C5C0
(200,197,192)
#D7D6D3
(215,214,211)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503D28; }

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

This text font color is #503D28.

Background Color

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

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

This div background color is #503D28.

Border color

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

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

This div border color is #503D28.

Opacity

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

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

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

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

This text has shadow with #503D28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503D28.

Preview

Color preview on black background

This text has color #503D28 on black background.


Color preview on white background

This text has color #503D28 on white background.


Black color preview on #503D28 background

This text has black color on #503D28 background.


White color preview on #503D28 background

This text has white color on #503D28 background.


Related colors

Complementary color

Complementary color for #hex is #AFC2D7.


I love getcolorcode.com

Triadic colors

1 #28503D and #3D2850 with #503D28 are triadic colors.

2 #283D50 and #3D5028 with #503D28 are triadic colors.