COLOR #504962

HEX: #504962
RGB: (80,73,98)

Color info

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

RGB color model

#504962 color RGB value is (80,73,98).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 98 of 255 = 38%

80
73
98

R + G + B ~ 33%. #504962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 98 = 251 (100%)
R 80 of 251 ~ 31.87%
G 73 of 251 ~ 29.08%
B 98 of 251 ~ 39.04%

%31.87
%29.08
%39.04

CMYK color model

#504962 color CMYK value is (18,26,0,62).

  • cyan value is 18.37%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(18,26,0,62)
C18M26Y0K62 
(18%,26%,0%,62%)
(0.18/0.26/0.00/0.62)	

CMYK percentages

%18.37
%25.51
%0
%61.57

Codes

Color #504962 in popluar color models

504962
RGB807398
HSL257°14.62%33.53%
HSB/HSV257°25.51%38.43%
CMYK18.37%25.51%0.00%
61.57%

Color #504962 in popluar number systems.

HEX504962
Decimal807398
Binary101000010010011100010
Octal120111142

Shades and tints

Shades of #504962

#504962
(80,73,98)
#49435A
(73,67,90)
#423D52
(66,61,82)
#3B374A
(59,55,74)
#343142
(52,49,66)
#2D2B3A
(45,43,58)
#262532
(38,37,50)
#1F1F2A
(31,31,42)
#181922
(24,25,34)
#11131A
(17,19,26)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #504962

#504962
(80,73,98)
#5F5970
(95,89,112)
#6E697E
(110,105,126)
#7D798C
(125,121,140)
#8C899A
(140,137,154)
#9B99A8
(155,153,168)
#AAA9B6
(170,169,182)
#B9B9C4
(185,185,196)
#C8C9D2
(200,201,210)
#D7D9E0
(215,217,224)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504962; }

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

This text font color is #504962.


Background Color

.myBgColor { background-color: #504962; }

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

This div background color is #504962.


Border color

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

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

This div border color is #504962.


Opacity

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

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

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

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

This text has shadow with #504962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504962 on black background.


Color preview on white background

This text has color #504962 on white background.



Black color preview on #504962 background

This text has black color on #504962 background.


White color preview on #504962 background

This text has white color on #504962 background.