COLOR #504762

HEX: #504762
RGB: (80,71,98)

Color info

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

RGB color model

#504762 color RGB value is (80,71,98).

  • red value is 80;
  • green value is 71;
  • blue value is 98.
RGB:
(80,71,98)
(31%,28%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 71 of 255 = 28%
B 98 of 255 = 38%

80
71
98

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

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 98 = 249 (100%)
R 80 of 249 ~ 32.13%
G 71 of 249 ~ 28.51%
B 98 of 249 ~ 39.36%

%32.13
%28.51
%39.36

CMYK color model

#504762 color CMYK value is (18,28,0,62).

  • cyan value is 18.37%
  • magenta value is 27.55%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(18,28,0,62)
C18M28Y0K62 
(18%,28%,0%,62%)
(0.18/0.28/0.00/0.62)	

CMYK percentages

%18.37
%27.55
%0
%61.57

Codes

Color #504762 in popluar color models

504762
RGB807198
HSL260°15.98%33.14%
HSB/HSV260°27.55%38.43%
CMYK18.37%27.55%0.00%
61.57%

Color #504762 in popluar number systems.

HEX504762
Decimal807198
Binary101000010001111100010
Octal120107142

Shades and tints

Shades of #504762

#504762
(80,71,98)
#49415A
(73,65,90)
#423B52
(66,59,82)
#3B354A
(59,53,74)
#342F42
(52,47,66)
#2D293A
(45,41,58)
#262332
(38,35,50)
#1F1D2A
(31,29,42)
#181722
(24,23,34)
#11111A
(17,17,26)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #504762

#504762
(80,71,98)
#5F5770
(95,87,112)
#6E677E
(110,103,126)
#7D778C
(125,119,140)
#8C879A
(140,135,154)
#9B97A8
(155,151,168)
#AAA7B6
(170,167,182)
#B9B7C4
(185,183,196)
#C8C7D2
(200,199,210)
#D7D7E0
(215,215,224)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504762 color. Also use rgb(80,71,98) instead hex code.

Text Font Color

.myTextColor { color: #504762; }

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

This text font color is #504762.


Background Color

.myBgColor { background-color: #504762; }

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

This div background color is #504762.


Border color

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

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

This div border color is #504762.


Opacity

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

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

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

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

This text has shadow with #504762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504762 on black background.


Color preview on white background

This text has color #504762 on white background.



Black color preview on #504762 background

This text has black color on #504762 background.


White color preview on #504762 background

This text has white color on #504762 background.