COLOR #507564

HEX: #507564
RGB: (80,117,100)

Color info

#507564 contains red, green and blue colors in about the same proportion. Web safe color of #507564 is #666666 (or #666).

RGB color model

#507564 color RGB value is (80,117,100).

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

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 100 of 255 = 39%

80
117
100

R + G + B ~ 39%. #507564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 100 = 297 (100%)
R 80 of 297 ~ 26.94%
G 117 of 297 ~ 39.39%
B 100 of 297 ~ 33.67%

%26.94
%39.39
%33.67

CMYK color model

#507564 color CMYK value is (32,0,15,54).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(32,0,15,54)
C32M0Y15K54 
(32%,0%,15%,54%)
(0.32/0.00/0.15/0.54)	

CMYK percentages

%31.62
%0
%14.53
%54.12

Codes

Color #507564 in popluar color models

507564
RGB80117100
HSL152°18.78%38.63%
HSB/HSV152°31.62%45.88%
CMYK31.62%0.00%14.53%
54.12%

Color #507564 in popluar number systems.

HEX507564
Decimal80117100
Binary101000011101011100100
Octal120165144

Shades and tints

Shades of #507564

#507564
(80,117,100)
#496B5B
(73,107,91)
#426152
(66,97,82)
#3B5749
(59,87,73)
#344D40
(52,77,64)
#2D4337
(45,67,55)
#26392E
(38,57,46)
#1F2F25
(31,47,37)
#18251C
(24,37,28)
#111B13
(17,27,19)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #507564

#507564
(80,117,100)
#5F8172
(95,129,114)
#6E8D80
(110,141,128)
#7D998E
(125,153,142)
#8CA59C
(140,165,156)
#9BB1AA
(155,177,170)
#AABDB8
(170,189,184)
#B9C9C6
(185,201,198)
#C8D5D4
(200,213,212)
#D7E1E2
(215,225,226)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507564; }

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

This text font color is #507564.


Background Color

.myBgColor { background-color: #507564; }

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

This div background color is #507564.


Border color

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

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

This div border color is #507564.


Opacity

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

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

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

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

This text has shadow with #507564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507564 on black background.


Color preview on white background

This text has color #507564 on white background.



Black color preview on #507564 background

This text has black color on #507564 background.


White color preview on #507564 background

This text has white color on #507564 background.