COLOR #507D78

HEX: #507D78
RGB: (80,125,120)

Color info

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

RGB color model

#507D78 color RGB value is (80,125,120).

  • red value is 80;
  • green value is 125;
  • blue value is 120.
RGB:
(80,125,120)
(31%,49%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 125 of 255 = 49%
B 120 of 255 = 47%

80
125
120

R + G + B ~ 42%. #507D78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 125 + 120 = 325 (100%)
R 80 of 325 ~ 24.62%
G 125 of 325 ~ 38.46%
B 120 of 325 ~ 36.92%

%24.62
%38.46
%36.92

CMYK color model

#507D78 color CMYK value is (36,0,4,51).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 50.98%
CMYK:
(36,0,4,51)
C36M0Y4K51 
(36%,0%,4%,51%)
(0.36/0.00/0.04/0.51)	

CMYK percentages

%36
%0
%4
%50.98

Codes

Color #507D78 in popluar color models

507D78
RGB80125120
HSL173°21.95%40.20%
HSB/HSV173°36.00%49.02%
CMYK36.00%0.00%4.00%
50.98%

Color #507D78 in popluar number systems.

HEX507D78
Decimal80125120
Binary101000011111011111000
Octal120175170

Shades and tints

Shades of #507D78

#507D78
(80,125,120)
#49726E
(73,114,110)
#426764
(66,103,100)
#3B5C5A
(59,92,90)
#345150
(52,81,80)
#2D4646
(45,70,70)
#263B3C
(38,59,60)
#1F3032
(31,48,50)
#182528
(24,37,40)
#111A1E
(17,26,30)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #507D78

#507D78
(80,125,120)
#5F8884
(95,136,132)
#6E9390
(110,147,144)
#7D9E9C
(125,158,156)
#8CA9A8
(140,169,168)
#9BB4B4
(155,180,180)
#AABFC0
(170,191,192)
#B9CACC
(185,202,204)
#C8D5D8
(200,213,216)
#D7E0E4
(215,224,228)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507D78 color. Also use rgb(80,125,120) instead hex code.

Text Font Color

.myTextColor { color: #507D78; }

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

This text font color is #507D78.


Background Color

.myBgColor { background-color: #507D78; }

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

This div background color is #507D78.


Border color

.myBorderColor { border: 1px solid #507D78; }

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

This div border color is #507D78.


Opacity

.myOpacity80 { color: #507D78; opacity: 0.8; }

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

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

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

This text has shadow with #507D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507D78 on black background.


Color preview on white background

This text has color #507D78 on white background.



Black color preview on #507D78 background

This text has black color on #507D78 background.


White color preview on #507D78 background

This text has white color on #507D78 background.