COLOR #504649

HEX: #504649
RGB: (80,70,73)

Color info

#504649 contains red, green and blue colors in about the same proportion. Web safe color of #504649 is #663333 (or #633).

RGB color model

#504649 color RGB value is (80,70,73).

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

RGB channels and saturation

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

80
70
73

R + G + B ~ 29%. #504649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 73 = 223 (100%)
R 80 of 223 ~ 35.87%
G 70 of 223 ~ 31.39%
B 73 of 223 ~ 32.74%

%35.87
%31.39
%32.74

CMYK color model

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

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

CMYK percentages

%0
%12.5
%8.75
%68.63

Codes

Color #504649 in popluar color models

504649
RGB807073
HSL342°6.67%29.41%
HSB/HSV342°12.50%31.37%
CMYK0.00%12.50%8.75%
68.63%

Color #504649 in popluar number systems.

HEX504649
Decimal807073
Binary101000010001101001001
Octal120106111

Shades and tints

Shades of #504649

#504649
(80,70,73)
#494043
(73,64,67)
#423A3D
(66,58,61)
#3B3437
(59,52,55)
#342E31
(52,46,49)
#2D282B
(45,40,43)
#262225
(38,34,37)
#1F1C1F
(31,28,31)
#181619
(24,22,25)
#111013
(17,16,19)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #504649

#504649
(80,70,73)
#5F5659
(95,86,89)
#6E6669
(110,102,105)
#7D7679
(125,118,121)
#8C8689
(140,134,137)
#9B9699
(155,150,153)
#AAA6A9
(170,166,169)
#B9B6B9
(185,182,185)
#C8C6C9
(200,198,201)
#D7D6D9
(215,214,217)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504649; }

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

This text font color is #504649.


Background Color

.myBgColor { background-color: #504649; }

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

This div background color is #504649.


Border color

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

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

This div border color is #504649.


Opacity

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

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

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

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

This text has shadow with #504649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504649 on black background.


Color preview on white background

This text has color #504649 on white background.



Black color preview on #504649 background

This text has black color on #504649 background.


White color preview on #504649 background

This text has white color on #504649 background.