COLOR #503C4A

HEX: #503C4A
RGB: (80,60,74)

Color info

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

RGB color model

#503C4A color RGB value is (80,60,74).

  • red value is 80;
  • green value is 60;
  • blue value is 74.
RGB:
(80,60,74)
(31%,24%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 74 of 255 = 29%

80
60
74

R + G + B ~ 28%. #503C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 74 = 214 (100%)
R 80 of 214 ~ 37.38%
G 60 of 214 ~ 28.04%
B 74 of 214 ~ 34.58%

%37.38
%28.04
%34.58

CMYK color model

#503C4A color CMYK value is (0,25,7,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 7.50%
  • key color value is 68.63%
CMYK:
(0,25,7,69)
C0M25Y7K69 
(0%,25%,7%,69%)
(0.00/0.25/0.07/0.69)	

CMYK percentages

%0
%25
%7.5
%68.63

Codes

Color #503C4A in popluar color models

503C4A
RGB806074
HSL318°14.29%27.45%
HSB/HSV318°25.00%31.37%
CMYK0.00%25.00%7.50%
68.63%

Color #503C4A in popluar number systems.

HEX503C4A
Decimal806074
Binary10100001111001001010
Octal12074112

Shades and tints

Shades of #503C4A

#503C4A
(80,60,74)
#493744
(73,55,68)
#42323E
(66,50,62)
#3B2D38
(59,45,56)
#342832
(52,40,50)
#2D232C
(45,35,44)
#261E26
(38,30,38)
#1F1920
(31,25,32)
#18141A
(24,20,26)
#110F14
(17,15,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #503C4A

#503C4A
(80,60,74)
#5F4D5A
(95,77,90)
#6E5E6A
(110,94,106)
#7D6F7A
(125,111,122)
#8C808A
(140,128,138)
#9B919A
(155,145,154)
#AAA2AA
(170,162,170)
#B9B3BA
(185,179,186)
#C8C4CA
(200,196,202)
#D7D5DA
(215,213,218)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C4A; }

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

This text font color is #503C4A.


Background Color

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

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

This div background color is #503C4A.


Border color

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

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

This div border color is #503C4A.


Opacity

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

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

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

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

This text has shadow with #503C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C4A on black background.


Color preview on white background

This text has color #503C4A on white background.



Black color preview on #503C4A background

This text has black color on #503C4A background.


White color preview on #503C4A background

This text has white color on #503C4A background.