COLOR #504C58

HEX: #504C58 RGB: (80,76,88)

Color info

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

RGB color model

#504C58 color RGB value is (80,76,88).

RGB: (80,76,88) (31%, 30%, 35%)

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 88 of 255 = 35%

80
76
88

R + G + B ~ 32%. #504C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 76 + 88 = 244 (100%)
R 80 of 244 ~ 32.79%
G 76 of 244 ~ 31.15%
B 88 of 244 ~ 36.07'%

%32.79
%31.15
%36.07

CMYK color model

#504C58 color CMYK value is (9,14,0,65).

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

CMYK: (9,14,0,65)
C9M14Y0K65 (9%, 14%, 0%, 65%)
(0.09 / 0.14 / 0.00 / 0.65)

CMYK percentages

%9.09
%13.64
%0
%65.49

Codes

Color #504C58 in popluar color models

50 4C 58
RGB 80 76 88
HSL 260° 7.32% 32.16%
HSB/HSV 260° 13.64% 34.51%
CMYK 9.09% 13.64% 0.00%
65.49%

Color #504C58 in popluar number systems.

HEX 50 4C 58
Decimal 80 76 88
Binary 1010000 1001100 1011000
Octal 120 114 130

Shades and tints

Shades of #504C58

#504C58
(80,76,88)
#494650
(73,70,80)
#424048
(66,64,72)
#3B3A40
(59,58,64)
#343438
(52,52,56)
#2D2E30
(45,46,48)
#262828
(38,40,40)
#1F2220
(31,34,32)
#181C18
(24,28,24)
#111610
(17,22,16)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #504C58

#504C58
(80,76,88)
#5F5C67
(95,92,103)
#6E6C76
(110,108,118)
#7D7C85
(125,124,133)
#8C8C94
(140,140,148)
#9B9CA3
(155,156,163)
#AAACB2
(170,172,178)
#B9BCC1
(185,188,193)
#C8CCD0
(200,204,208)
#D7DCDF
(215,220,223)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504C58 color. Also use rgb(80,76,88) instead hex code.

Text Font Color

.myTextColor { color: #504C58; }

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

This text font color is #504C58.

Background Color

.myBgColor { background-color: #504C58; }

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

This div background color is #504C58.

Border color

.myBorderColor { border: 1px solid #504C58; }

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

This div border color is #504C58.

Opacity

.myOpacity80 { color: #504C58; opacity: 0.8; }

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

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

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

This text has shadow with #504C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504C58.

Preview

Color preview on black background

This text has color #504C58 on black background.


Color preview on white background

This text has color #504C58 on white background.


Black color preview on #504C58 background

This text has black color on #504C58 background.


White color preview on #504C58 background

This text has white color on #504C58 background.


Related colors

Complementary color

Complementary color for #hex is #AFB3A7.


I love getcolorcode.com

Triadic colors

1 #58504C and #4C5850 with #504C58 are triadic colors.

2 #584C50 and #4C5058 with #504C58 are triadic colors.