COLOR #504949

HEX: #504949 RGB: (80,73,73)

Color info

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

RGB color model

#504949 color RGB value is (80,73,73).

RGB: (80,73,73) (31%, 29%, 29%)

RGB channels and saturation

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

80
73
73

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

Portions of RGB colors in percentages

R + G + B = 80 + 73 + 73 = 226 (100%)
R 80 of 226 ~ 35.4%
G 73 of 226 ~ 32.3%
B 73 of 226 ~ 32.3'%

%35.4
%32.3
%32.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 8.75%
  • key color value is 68.63%

CMYK: (0,9,9,69)
C0M9Y9K69 (0%, 9%, 9%, 69%)
(0.00 / 0.09 / 0.09 / 0.69)

CMYK percentages

%0
%8.75
%8.75
%68.63

Codes

Color #504949 in popluar color models

50 49 49
RGB 80 73 73
HSL 4.58% 30.00%
HSB/HSV 8.75% 31.37%
CMYK 0.00% 8.75% 8.75%
68.63%

Color #504949 in popluar number systems.

HEX 50 49 49
Decimal 80 73 73
Binary 1010000 1001001 1001001
Octal 120 111 111

Shades and tints

Shades of #504949

#504949
(80,73,73)
#494343
(73,67,67)
#423D3D
(66,61,61)
#3B3737
(59,55,55)
#343131
(52,49,49)
#2D2B2B
(45,43,43)
#262525
(38,37,37)
#1F1F1F
(31,31,31)
#181919
(24,25,25)
#111313
(17,19,19)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #504949

#504949
(80,73,73)
#5F5959
(95,89,89)
#6E6969
(110,105,105)
#7D7979
(125,121,121)
#8C8989
(140,137,137)
#9B9999
(155,153,153)
#AAA9A9
(170,169,169)
#B9B9B9
(185,185,185)
#C8C9C9
(200,201,201)
#D7D9D9
(215,217,217)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504949; }

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

This text font color is #504949.

Background Color

.myBgColor { background-color: #504949; }

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

This div background color is #504949.

Border color

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

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

This div border color is #504949.

Opacity

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

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

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

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

This text has shadow with #504949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504949.

Preview

Color preview on black background

This text has color #504949 on black background.


Color preview on white background

This text has color #504949 on white background.


Black color preview on #504949 background

This text has black color on #504949 background.


White color preview on #504949 background

This text has white color on #504949 background.


Related colors

Complementary color

Complementary color for #hex is #AFB6B6.


I love getcolorcode.com