COLOR #504458

HEX: #504458
RGB: (80,68,88)

Color info

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

RGB color model

#504458 color RGB value is (80,68,88).

  • red value is 80;
  • green value is 68;
  • blue value is 88.
RGB:
(80,68,88)
(31%,27%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 88 of 255 = 35%

80
68
88

R + G + B ~ 31%. #504458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 88 = 236 (100%)
R 80 of 236 ~ 33.9%
G 68 of 236 ~ 28.81%
B 88 of 236 ~ 37.29%

%33.9
%28.81
%37.29

CMYK color model

#504458 color CMYK value is (9,23,0,65).

  • cyan value is 9.09%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(9,23,0,65)
C9M23Y0K65 
(9%,23%,0%,65%)
(0.09/0.23/0.00/0.65)	

CMYK percentages

%9.09
%22.73
%0
%65.49

Codes

Color #504458 in popluar color models

504458
RGB806888
HSL276°12.82%30.59%
HSB/HSV276°22.73%34.51%
CMYK9.09%22.73%0.00%
65.49%

Color #504458 in popluar number systems.

HEX504458
Decimal806888
Binary101000010001001011000
Octal120104130

Shades and tints

Shades of #504458

#504458
(80,68,88)
#493E50
(73,62,80)
#423848
(66,56,72)
#3B3240
(59,50,64)
#342C38
(52,44,56)
#2D2630
(45,38,48)
#262028
(38,32,40)
#1F1A20
(31,26,32)
#181418
(24,20,24)
#110E10
(17,14,16)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #504458

#504458
(80,68,88)
#5F5567
(95,85,103)
#6E6676
(110,102,118)
#7D7785
(125,119,133)
#8C8894
(140,136,148)
#9B99A3
(155,153,163)
#AAAAB2
(170,170,178)
#B9BBC1
(185,187,193)
#C8CCD0
(200,204,208)
#D7DDDF
(215,221,223)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504458; }

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

This text font color is #504458.


Background Color

.myBgColor { background-color: #504458; }

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

This div background color is #504458.


Border color

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

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

This div border color is #504458.


Opacity

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

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

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

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

This text has shadow with #504458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504458 on black background.


Color preview on white background

This text has color #504458 on white background.



Black color preview on #504458 background

This text has black color on #504458 background.


White color preview on #504458 background

This text has white color on #504458 background.