COLOR #504A4A

HEX: #504A4A
RGB: (80,74,74)

Color info

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

RGB color model

#504A4A color RGB value is (80,74,74).

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

RGB channels and saturation

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

80
74
74

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

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 74 = 228 (100%)
R 80 of 228 ~ 35.09%
G 74 of 228 ~ 32.46%
B 74 of 228 ~ 32.46%

%35.09
%32.46
%32.46

CMYK color model

#504A4A color CMYK value is (0,7,7,69).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 7.50%
  • key color value is 68.63%
CMYK:
(0,7,7,69)
C0M7Y7K69 
(0%,7%,7%,69%)
(0.00/0.07/0.07/0.69)	

CMYK percentages

%0
%7.5
%7.5
%68.63

Codes

Color #504A4A in popluar color models

504A4A
RGB807474
HSL3.90%30.20%
HSB/HSV7.50%31.37%
CMYK0.00%7.50%7.50%
68.63%

Color #504A4A in popluar number systems.

HEX504A4A
Decimal807474
Binary101000010010101001010
Octal120112112

Shades and tints

Shades of #504A4A

#504A4A
(80,74,74)
#494444
(73,68,68)
#423E3E
(66,62,62)
#3B3838
(59,56,56)
#343232
(52,50,50)
#2D2C2C
(45,44,44)
#262626
(38,38,38)
#1F2020
(31,32,32)
#181A1A
(24,26,26)
#111414
(17,20,20)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #504A4A

#504A4A
(80,74,74)
#5F5A5A
(95,90,90)
#6E6A6A
(110,106,106)
#7D7A7A
(125,122,122)
#8C8A8A
(140,138,138)
#9B9A9A
(155,154,154)
#AAAAAA
(170,170,170)
#B9BABA
(185,186,186)
#C8CACA
(200,202,202)
#D7DADA
(215,218,218)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A4A; }

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

This text font color is #504A4A.


Background Color

.myBgColor { background-color: #504A4A; }

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

This div background color is #504A4A.


Border color

.myBorderColor { border: 1px solid #504A4A; }

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

This div border color is #504A4A.


Opacity

.myOpacity80 { color: #504A4A; opacity: 0.8; }

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

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

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

This text has shadow with #504A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A4A on black background.


Color preview on white background

This text has color #504A4A on white background.



Black color preview on #504A4A background

This text has black color on #504A4A background.


White color preview on #504A4A background

This text has white color on #504A4A background.