COLOR #504552

HEX: #504552
RGB: (80,69,82)

Color info

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

RGB color model

#504552 color RGB value is (80,69,82).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 82 of 255 = 32%

80
69
82

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

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 82 = 231 (100%)
R 80 of 231 ~ 34.63%
G 69 of 231 ~ 29.87%
B 82 of 231 ~ 35.5%

%34.63
%29.87
%35.5

CMYK color model

#504552 color CMYK value is (2,16,0,68).

  • cyan value is 2.44%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(2,16,0,68)
C2M16Y0K68 
(2%,16%,0%,68%)
(0.02/0.16/0.00/0.68)	

CMYK percentages

%2.44
%15.85
%0
%67.84

Codes

Color #504552 in popluar color models

504552
RGB806982
HSL291°8.61%29.61%
HSB/HSV291°15.85%32.16%
CMYK2.44%15.85%0.00%
67.84%

Color #504552 in popluar number systems.

HEX504552
Decimal806982
Binary101000010001011010010
Octal120105122

Shades and tints

Shades of #504552

#504552
(80,69,82)
#493F4B
(73,63,75)
#423944
(66,57,68)
#3B333D
(59,51,61)
#342D36
(52,45,54)
#2D272F
(45,39,47)
#262128
(38,33,40)
#1F1B21
(31,27,33)
#18151A
(24,21,26)
#110F13
(17,15,19)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #504552

#504552
(80,69,82)
#5F5561
(95,85,97)
#6E6570
(110,101,112)
#7D757F
(125,117,127)
#8C858E
(140,133,142)
#9B959D
(155,149,157)
#AAA5AC
(170,165,172)
#B9B5BB
(185,181,187)
#C8C5CA
(200,197,202)
#D7D5D9
(215,213,217)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504552; }

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

This text font color is #504552.


Background Color

.myBgColor { background-color: #504552; }

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

This div background color is #504552.


Border color

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

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

This div border color is #504552.


Opacity

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

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

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

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

This text has shadow with #504552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504552 on black background.


Color preview on white background

This text has color #504552 on white background.



Black color preview on #504552 background

This text has black color on #504552 background.


White color preview on #504552 background

This text has white color on #504552 background.