COLOR #503C2A

HEX: #503C2A RGB: (80,60,42)

Color info

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

RGB color model

#503C2A color RGB value is (80,60,42).

RGB: (80,60,42) (31%, 24%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 42 of 255 = 16%

80
60
42

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

Portions of RGB colors in percentages

R + G + B = 80 + 60 + 42 = 182 (100%)
R 80 of 182 ~ 43.96%
G 60 of 182 ~ 32.97%
B 42 of 182 ~ 23.08'%

%43.96
%32.97
%23.08

CMYK color model

#503C2A color CMYK value is (0,25,48,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 47.50%
  • key color value is 68.63%

CMYK: (0,25,48,69)
C0M25Y48K69 (0%, 25%, 48%, 69%)
(0.00 / 0.25 / 0.48 / 0.69)

CMYK percentages

%0
%25
%47.5
%68.63

Codes

Color #503C2A in popluar color models

50 3C 2A
RGB 80 60 42
HSL 28° 31.15% 23.92%
HSB/HSV 28° 47.50% 31.37%
CMYK 0.00% 25.00% 47.50%
68.63%

Color #503C2A in popluar number systems.

HEX 50 3C 2A
Decimal 80 60 42
Binary 1010000 111100 101010
Octal 120 74 52

Shades and tints

Shades of #503C2A

#503C2A
(80,60,42)
#493727
(73,55,39)
#423224
(66,50,36)
#3B2D21
(59,45,33)
#34281E
(52,40,30)
#2D231B
(45,35,27)
#261E18
(38,30,24)
#1F1915
(31,25,21)
#181412
(24,20,18)
#110F0F
(17,15,15)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #503C2A

#503C2A
(80,60,42)
#5F4D3D
(95,77,61)
#6E5E50
(110,94,80)
#7D6F63
(125,111,99)
#8C8076
(140,128,118)
#9B9189
(155,145,137)
#AAA29C
(170,162,156)
#B9B3AF
(185,179,175)
#C8C4C2
(200,196,194)
#D7D5D5
(215,213,213)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503C2A color. Also use rgb(80,60,42) instead hex code.

Text Font Color

.myTextColor { color: #503C2A; }

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

This text font color is #503C2A.

Background Color

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

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

This div background color is #503C2A.

Border color

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

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

This div border color is #503C2A.

Opacity

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

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

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

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

This text has shadow with #503C2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503C2A.

Preview

Color preview on black background

This text has color #503C2A on black background.


Color preview on white background

This text has color #503C2A on white background.


Black color preview on #503C2A background

This text has black color on #503C2A background.


White color preview on #503C2A background

This text has white color on #503C2A background.


Related colors

Complementary color

Complementary color for #hex is #AFC3D5.


I love getcolorcode.com

Triadic colors

1 #2A503C and #3C2A50 with #503C2A are triadic colors.

2 #2A3C50 and #3C502A with #503C2A are triadic colors.