COLOR #503D58

HEX: #503D58 RGB: (80,61,88)

Color info

#503D58 contains red, green and blue colors in about the same proportion. Web safe color of #503D58 is #663366 (or #636).

RGB color model

#503D58 color RGB value is (80,61,88).

RGB: (80,61,88) (31%, 24%, 35%)

RGB channels and saturation

R 80 of 255 = 31%
G 61 of 255 = 24%
B 88 of 255 = 35%

80
61
88

R + G + B ~ 30%. #503D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 61 + 88 = 229 (100%)
R 80 of 229 ~ 34.93%
G 61 of 229 ~ 26.64%
B 88 of 229 ~ 38.43'%

%34.93
%26.64
%38.43

CMYK color model

#503D58 color CMYK value is (9,31,0,65).

  • cyan value is 9.09%
  • magenta value is 30.68%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (9,31,0,65)
C9M31Y0K65 (9%, 31%, 0%, 65%)
(0.09 / 0.31 / 0.00 / 0.65)

CMYK percentages

%9.09
%30.68
%0
%65.49

Codes

Color #503D58 in popluar color models

50 3D 58
RGB 80 61 88
HSL 282° 18.12% 29.22%
HSB/HSV 282° 30.68% 34.51%
CMYK 9.09% 30.68% 0.00%
65.49%

Color #503D58 in popluar number systems.

HEX 50 3D 58
Decimal 80 61 88
Binary 1010000 111101 1011000
Octal 120 75 130

Shades and tints

Shades of #503D58

#503D58
(80,61,88)
#493850
(73,56,80)
#423348
(66,51,72)
#3B2E40
(59,46,64)
#342938
(52,41,56)
#2D2430
(45,36,48)
#261F28
(38,31,40)
#1F1A20
(31,26,32)
#181518
(24,21,24)
#111010
(17,16,16)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #503D58

#503D58
(80,61,88)
#5F4E67
(95,78,103)
#6E5F76
(110,95,118)
#7D7085
(125,112,133)
#8C8194
(140,129,148)
#9B92A3
(155,146,163)
#AAA3B2
(170,163,178)
#B9B4C1
(185,180,193)
#C8C5D0
(200,197,208)
#D7D6DF
(215,214,223)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503D58 color. Also use rgb(80,61,88) instead hex code.

Text Font Color

.myTextColor { color: #503D58; }

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

This text font color is #503D58.

Background Color

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

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

This div background color is #503D58.

Border color

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

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

This div border color is #503D58.

Opacity

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

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

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

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

This text has shadow with #503D58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503D58.

Preview

Color preview on black background

This text has color #503D58 on black background.


Color preview on white background

This text has color #503D58 on white background.


Black color preview on #503D58 background

This text has black color on #503D58 background.


White color preview on #503D58 background

This text has white color on #503D58 background.


Related colors

Complementary color

Complementary color for #hex is #AFC2A7.


I love getcolorcode.com

Triadic colors

1 #58503D and #3D5850 with #503D58 are triadic colors.

2 #583D50 and #3D5058 with #503D58 are triadic colors.