COLOR #504B64

HEX: #504B64
RGB: (80,75,100)

Color info

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

RGB color model

#504B64 color RGB value is (80,75,100).

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

RGB channels and saturation

R 80 of 255 = 31%
G 75 of 255 = 29%
B 100 of 255 = 39%

80
75
100

R + G + B ~ 33%. #504B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 75 + 100 = 255 (100%)
R 80 of 255 ~ 31.37%
G 75 of 255 ~ 29.41%
B 100 of 255 ~ 39.22%

%31.37
%29.41
%39.22

CMYK color model

#504B64 color CMYK value is (20,25,0,61).

  • cyan value is 20.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(20,25,0,61)
C20M25Y0K61 
(20%,25%,0%,61%)
(0.20/0.25/0.00/0.61)	

CMYK percentages

%20
%25
%0
%60.78

Codes

Color #504B64 in popluar color models

504B64
RGB8075100
HSL252°14.29%34.31%
HSB/HSV252°25.00%39.22%
CMYK20.00%25.00%0.00%
60.78%

Color #504B64 in popluar number systems.

HEX504B64
Decimal8075100
Binary101000010010111100100
Octal120113144

Shades and tints

Shades of #504B64

#504B64
(80,75,100)
#49455B
(73,69,91)
#423F52
(66,63,82)
#3B3949
(59,57,73)
#343340
(52,51,64)
#2D2D37
(45,45,55)
#26272E
(38,39,46)
#1F2125
(31,33,37)
#181B1C
(24,27,28)
#111513
(17,21,19)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #504B64

#504B64
(80,75,100)
#5F5B72
(95,91,114)
#6E6B80
(110,107,128)
#7D7B8E
(125,123,142)
#8C8B9C
(140,139,156)
#9B9BAA
(155,155,170)
#AAABB8
(170,171,184)
#B9BBC6
(185,187,198)
#C8CBD4
(200,203,212)
#D7DBE2
(215,219,226)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504B64; }

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

This text font color is #504B64.


Background Color

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

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

This div background color is #504B64.


Border color

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

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

This div border color is #504B64.


Opacity

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

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

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

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

This text has shadow with #504B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504B64 on black background.


Color preview on white background

This text has color #504B64 on white background.



Black color preview on #504B64 background

This text has black color on #504B64 background.


White color preview on #504B64 background

This text has white color on #504B64 background.