COLOR #503542

HEX: #503542
RGB: (80,53,66)

Color info

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

RGB color model

#503542 color RGB value is (80,53,66).

  • red value is 80;
  • green value is 53;
  • blue value is 66.
RGB:
(80,53,66)
(31%,21%,26%)

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 66 of 255 = 26%

80
53
66

R + G + B ~ 26%. #503542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 66 = 199 (100%)
R 80 of 199 ~ 40.2%
G 53 of 199 ~ 26.63%
B 66 of 199 ~ 33.17%

%40.2
%26.63
%33.17

CMYK color model

#503542 color CMYK value is (0,34,18,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(0,34,18,69)
C0M34Y18K69 
(0%,34%,18%,69%)
(0.00/0.34/0.18/0.69)	

CMYK percentages

%0
%33.75
%17.5
%68.63

Codes

Color #503542 in popluar color models

503542
RGB805366
HSL331°20.30%26.08%
HSB/HSV331°33.75%31.37%
CMYK0.00%33.75%17.50%
68.63%

Color #503542 in popluar number systems.

HEX503542
Decimal805366
Binary10100001101011000010
Octal12065102

Shades and tints

Shades of #503542

#503542
(80,53,66)
#49313C
(73,49,60)
#422D36
(66,45,54)
#3B2930
(59,41,48)
#34252A
(52,37,42)
#2D2124
(45,33,36)
#261D1E
(38,29,30)
#1F1918
(31,25,24)
#181512
(24,21,18)
#11110C
(17,17,12)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #503542

#503542
(80,53,66)
#5F4753
(95,71,83)
#6E5964
(110,89,100)
#7D6B75
(125,107,117)
#8C7D86
(140,125,134)
#9B8F97
(155,143,151)
#AAA1A8
(170,161,168)
#B9B3B9
(185,179,185)
#C8C5CA
(200,197,202)
#D7D7DB
(215,215,219)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503542 color. Also use rgb(80,53,66) instead hex code.

Text Font Color

.myTextColor { color: #503542; }

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

This text font color is #503542.


Background Color

.myBgColor { background-color: #503542; }

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

This div background color is #503542.


Border color

.myBorderColor { border: 1px solid #503542; }

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

This div border color is #503542.


Opacity

.myOpacity80 { color: #503542; opacity: 0.8; }

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

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

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

This text has shadow with #503542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503542 on black background.


Color preview on white background

This text has color #503542 on white background.



Black color preview on #503542 background

This text has black color on #503542 background.


White color preview on #503542 background

This text has white color on #503542 background.