COLOR #507978

HEX: #507978
RGB: (80,121,120)

Color info

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

RGB color model

#507978 color RGB value is (80,121,120).

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

RGB channels and saturation

R 80 of 255 = 31%
G 121 of 255 = 47%
B 120 of 255 = 47%

80
121
120

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

Portions of RGB colors in percentages

R + G + B =
80 + 121 + 120 = 321 (100%)
R 80 of 321 ~ 24.92%
G 121 of 321 ~ 37.69%
B 120 of 321 ~ 37.38%

%24.92
%37.69
%37.38

CMYK color model

#507978 color CMYK value is (34,0,1,53).

  • cyan value is 33.88%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.55%
CMYK:
(34,0,1,53)
C34M0Y1K53 
(34%,0%,1%,53%)
(0.34/0.00/0.01/0.53)	

CMYK percentages

%33.88
%0
%0.83
%52.55

Codes

Color #507978 in popluar color models

507978
RGB80121120
HSL179°20.40%39.41%
HSB/HSV179°33.88%47.45%
CMYK33.88%0.00%0.83%
52.55%

Color #507978 in popluar number systems.

HEX507978
Decimal80121120
Binary101000011110011111000
Octal120171170

Shades and tints

Shades of #507978

#507978
(80,121,120)
#496E6E
(73,110,110)
#426364
(66,99,100)
#3B585A
(59,88,90)
#344D50
(52,77,80)
#2D4246
(45,66,70)
#26373C
(38,55,60)
#1F2C32
(31,44,50)
#182128
(24,33,40)
#11161E
(17,22,30)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #507978

#507978
(80,121,120)
#5F8584
(95,133,132)
#6E9190
(110,145,144)
#7D9D9C
(125,157,156)
#8CA9A8
(140,169,168)
#9BB5B4
(155,181,180)
#AAC1C0
(170,193,192)
#B9CDCC
(185,205,204)
#C8D9D8
(200,217,216)
#D7E5E4
(215,229,228)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507978; }

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

This text font color is #507978.


Background Color

.myBgColor { background-color: #507978; }

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

This div background color is #507978.


Border color

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

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

This div border color is #507978.


Opacity

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

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

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

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

This text has shadow with #507978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507978 on black background.


Color preview on white background

This text has color #507978 on white background.



Black color preview on #507978 background

This text has black color on #507978 background.


White color preview on #507978 background

This text has white color on #507978 background.