COLOR #503C1C

HEX: #503C1C RGB: (80,60,28)

Color info

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

RGB color model

#503C1C color RGB value is (80,60,28).

RGB: (80,60,28) (31%, 24%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 28 of 255 = 11%

80
60
28

R + G + B ~ 22%. #503C1C is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 60 + 28 = 168 (100%)
R 80 of 168 ~ 47.62%
G 60 of 168 ~ 35.71%
B 28 of 168 ~ 16.67'%

%47.62
%35.71
%16.67

CMYK color model

#503C1C color CMYK value is (0,25,65,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK: (0,25,65,69) C0M25Y65K69 (0%,25%,65%,69%) (0.00/0.25/0.65/0.69) 

CMYK percentages

%0
%25
%65
%68.63

Codes

Color #503C1C in popluar color models

50 3C 1C
RGB 80 60 28
HSL 37° 48.15% 21.18%
HSB/HSV 37° 65.00% 31.37%
CMYK 0.00% 25.00% 65.00%
68.63%

Color #503C1C in popluar number systems.

HEX 50 3C 1C
Decimal 80 60 28
Binary 1010000 111100 11100
Octal 120 74 34

Shades and tints

Shades of #503C1C

#503C1C
(80,60,28)
#49371A
(73,55,26)
#423218
(66,50,24)
#3B2D16
(59,45,22)
#342814
(52,40,20)
#2D2312
(45,35,18)
#261E10
(38,30,16)
#1F190E
(31,25,14)
#18140C
(24,20,12)
#110F0A
(17,15,10)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #503C1C

#503C1C
(80,60,28)
#5F4D30
(95,77,48)
#6E5E44
(110,94,68)
#7D6F58
(125,111,88)
#8C806C
(140,128,108)
#9B9180
(155,145,128)
#AAA294
(170,162,148)
#B9B3A8
(185,179,168)
#C8C4BC
(200,196,188)
#D7D5D0
(215,213,208)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C1C; }

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

This text font color is #503C1C.

Background Color

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

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

This div background color is #503C1C.

Border color

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

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

This div border color is #503C1C.

Opacity

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

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

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

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

This text has shadow with #503C1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503C1C.

Preview

Color preview on black background

This text has color #503C1C on black background.


Color preview on white background

This text has color #503C1C on white background.


Black color preview on #503C1C background

This text has black color on #503C1C background.


White color preview on #503C1C background

This text has white color on #503C1C background.


Related colors

Complementary color

Complementary color for #hex is #AFC3E3.


I love getcolorcode.com

Triadic colors

1 #1C503C and #3C1C50 with #503C1C are triadic colors.

2 #1C3C50 and #3C501C with #503C1C are triadic colors.