COLOR #504953

HEX: #504953
RGB: (80,73,83)

Color info

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

RGB color model

#504953 color RGB value is (80,73,83).

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

RGB channels and saturation

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

80
73
83

R + G + B ~ 31%. #504953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 83 = 236 (100%)
R 80 of 236 ~ 33.9%
G 73 of 236 ~ 30.93%
B 83 of 236 ~ 35.17%

%33.9
%30.93
%35.17

CMYK color model

#504953 color CMYK value is (4,12,0,67).

  • cyan value is 3.61%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(4,12,0,67)
C4M12Y0K67 
(4%,12%,0%,67%)
(0.04/0.12/0.00/0.67)	

CMYK percentages

%3.61
%12.05
%0
%67.45

Codes

Color #504953 in popluar color models

504953
RGB807383
HSL282°6.41%30.59%
HSB/HSV282°12.05%32.55%
CMYK3.61%12.05%0.00%
67.45%

Color #504953 in popluar number systems.

HEX504953
Decimal807383
Binary101000010010011010011
Octal120111123

Shades and tints

Shades of #504953

#504953
(80,73,83)
#49434C
(73,67,76)
#423D45
(66,61,69)
#3B373E
(59,55,62)
#343137
(52,49,55)
#2D2B30
(45,43,48)
#262529
(38,37,41)
#1F1F22
(31,31,34)
#18191B
(24,25,27)
#111314
(17,19,20)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #504953

#504953
(80,73,83)
#5F5962
(95,89,98)
#6E6971
(110,105,113)
#7D7980
(125,121,128)
#8C898F
(140,137,143)
#9B999E
(155,153,158)
#AAA9AD
(170,169,173)
#B9B9BC
(185,185,188)
#C8C9CB
(200,201,203)
#D7D9DA
(215,217,218)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504953; }

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

This text font color is #504953.


Background Color

.myBgColor { background-color: #504953; }

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

This div background color is #504953.


Border color

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

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

This div border color is #504953.


Opacity

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

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

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

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

This text has shadow with #504953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504953 on black background.


Color preview on white background

This text has color #504953 on white background.



Black color preview on #504953 background

This text has black color on #504953 background.


White color preview on #504953 background

This text has white color on #504953 background.