COLOR #504153

HEX: #504153
RGB: (80,65,83)

Color info

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

RGB color model

#504153 color RGB value is (80,65,83).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 83 of 255 = 33%

80
65
83

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

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 83 = 228 (100%)
R 80 of 228 ~ 35.09%
G 65 of 228 ~ 28.51%
B 83 of 228 ~ 36.4%

%35.09
%28.51
%36.4

CMYK color model

#504153 color CMYK value is (4,22,0,67).

  • cyan value is 3.61%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(4,22,0,67)
C4M22Y0K67 
(4%,22%,0%,67%)
(0.04/0.22/0.00/0.67)	

CMYK percentages

%3.61
%21.69
%0
%67.45

Codes

Color #504153 in popluar color models

504153
RGB806583
HSL290°12.16%29.02%
HSB/HSV290°21.69%32.55%
CMYK3.61%21.69%0.00%
67.45%

Color #504153 in popluar number systems.

HEX504153
Decimal806583
Binary101000010000011010011
Octal120101123

Shades and tints

Shades of #504153

#504153
(80,65,83)
#493C4C
(73,60,76)
#423745
(66,55,69)
#3B323E
(59,50,62)
#342D37
(52,45,55)
#2D2830
(45,40,48)
#262329
(38,35,41)
#1F1E22
(31,30,34)
#18191B
(24,25,27)
#111414
(17,20,20)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #504153

#504153
(80,65,83)
#5F5262
(95,82,98)
#6E6371
(110,99,113)
#7D7480
(125,116,128)
#8C858F
(140,133,143)
#9B969E
(155,150,158)
#AAA7AD
(170,167,173)
#B9B8BC
(185,184,188)
#C8C9CB
(200,201,203)
#D7DADA
(215,218,218)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504153; }

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

This text font color is #504153.


Background Color

.myBgColor { background-color: #504153; }

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

This div background color is #504153.


Border color

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

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

This div border color is #504153.


Opacity

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

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

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

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

This text has shadow with #504153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504153 on black background.


Color preview on white background

This text has color #504153 on white background.



Black color preview on #504153 background

This text has black color on #504153 background.


White color preview on #504153 background

This text has white color on #504153 background.