COLOR #504650

HEX: #504650
RGB: (80,70,80)

Color info

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

RGB color model

#504650 color RGB value is (80,70,80).

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

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 80 of 255 = 31%

80
70
80

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

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 80 = 230 (100%)
R 80 of 230 ~ 34.78%
G 70 of 230 ~ 30.43%
B 80 of 230 ~ 34.78%

%34.78
%30.43
%34.78

CMYK color model

#504650 color CMYK value is (0,13,0,69).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(0,13,0,69)
C0M13Y0K69 
(0%,13%,0%,69%)
(0.00/0.13/0.00/0.69)	

CMYK percentages

%0
%12.5
%0
%68.63

Codes

Color #504650 in popluar color models

504650
RGB807080
HSL300°6.67%29.41%
HSB/HSV300°12.50%31.37%
CMYK0.00%12.50%0.00%
68.63%

Color #504650 in popluar number systems.

HEX504650
Decimal807080
Binary101000010001101010000
Octal120106120

Shades and tints

Shades of #504650

#504650
(80,70,80)
#494049
(73,64,73)
#423A42
(66,58,66)
#3B343B
(59,52,59)
#342E34
(52,46,52)
#2D282D
(45,40,45)
#262226
(38,34,38)
#1F1C1F
(31,28,31)
#181618
(24,22,24)
#111011
(17,16,17)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #504650

#504650
(80,70,80)
#5F565F
(95,86,95)
#6E666E
(110,102,110)
#7D767D
(125,118,125)
#8C868C
(140,134,140)
#9B969B
(155,150,155)
#AAA6AA
(170,166,170)
#B9B6B9
(185,182,185)
#C8C6C8
(200,198,200)
#D7D6D7
(215,214,215)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504650; }

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

This text font color is #504650.


Background Color

.myBgColor { background-color: #504650; }

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

This div background color is #504650.


Border color

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

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

This div border color is #504650.


Opacity

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

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

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

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

This text has shadow with #504650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504650 on black background.


Color preview on white background

This text has color #504650 on white background.



Black color preview on #504650 background

This text has black color on #504650 background.


White color preview on #504650 background

This text has white color on #504650 background.