COLOR #503442

HEX: #503442
RGB: (80,52,66)

Color info

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

RGB color model

#503442 color RGB value is (80,52,66).

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

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 66 of 255 = 26%

80
52
66

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

Portions of RGB colors in percentages

R + G + B =
80 + 52 + 66 = 198 (100%)
R 80 of 198 ~ 40.4%
G 52 of 198 ~ 26.26%
B 66 of 198 ~ 33.33%

%40.4
%26.26
%33.33

CMYK color model

#503442 color CMYK value is (0,35,18,69).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(0,35,18,69)
C0M35Y18K69 
(0%,35%,18%,69%)
(0.00/0.35/0.18/0.69)	

CMYK percentages

%0
%35
%17.5
%68.63

Codes

Color #503442 in popluar color models

503442
RGB805266
HSL330°21.21%25.88%
HSB/HSV330°35.00%31.37%
CMYK0.00%35.00%17.50%
68.63%

Color #503442 in popluar number systems.

HEX503442
Decimal805266
Binary10100001101001000010
Octal12064102

Shades and tints

Shades of #503442

#503442
(80,52,66)
#49303C
(73,48,60)
#422C36
(66,44,54)
#3B2830
(59,40,48)
#34242A
(52,36,42)
#2D2024
(45,32,36)
#261C1E
(38,28,30)
#1F1818
(31,24,24)
#181412
(24,20,18)
#11100C
(17,16,12)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #503442

#503442
(80,52,66)
#5F4653
(95,70,83)
#6E5864
(110,88,100)
#7D6A75
(125,106,117)
#8C7C86
(140,124,134)
#9B8E97
(155,142,151)
#AAA0A8
(170,160,168)
#B9B2B9
(185,178,185)
#C8C4CA
(200,196,202)
#D7D6DB
(215,214,219)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503442; }

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

This text font color is #503442.


Background Color

.myBgColor { background-color: #503442; }

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

This div background color is #503442.


Border color

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

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

This div border color is #503442.


Opacity

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

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

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

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

This text has shadow with #503442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503442 on black background.


Color preview on white background

This text has color #503442 on white background.



Black color preview on #503442 background

This text has black color on #503442 background.


White color preview on #503442 background

This text has white color on #503442 background.