COLOR #507178

HEX: #507178
RGB: (80,113,120)

Color info

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

RGB color model

#507178 color RGB value is (80,113,120).

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

RGB channels and saturation

R 80 of 255 = 31%
G 113 of 255 = 44%
B 120 of 255 = 47%

80
113
120

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

Portions of RGB colors in percentages

R + G + B =
80 + 113 + 120 = 313 (100%)
R 80 of 313 ~ 25.56%
G 113 of 313 ~ 36.1%
B 120 of 313 ~ 38.34%

%25.56
%36.1
%38.34

CMYK color model

#507178 color CMYK value is (33,6,0,53).

  • cyan value is 33.33%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,6,0,53)
C33M6Y0K53 
(33%,6%,0%,53%)
(0.33/0.06/0.00/0.53)	

CMYK percentages

%33.33
%5.83
%0
%52.94

Codes

Color #507178 in popluar color models

507178
RGB80113120
HSL191°20.00%39.22%
HSB/HSV191°33.33%47.06%
CMYK33.33%5.83%0.00%
52.94%

Color #507178 in popluar number systems.

HEX507178
Decimal80113120
Binary101000011100011111000
Octal120161170

Shades and tints

Shades of #507178

#507178
(80,113,120)
#49676E
(73,103,110)
#425D64
(66,93,100)
#3B535A
(59,83,90)
#344950
(52,73,80)
#2D3F46
(45,63,70)
#26353C
(38,53,60)
#1F2B32
(31,43,50)
#182128
(24,33,40)
#11171E
(17,23,30)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #507178

#507178
(80,113,120)
#5F7D84
(95,125,132)
#6E8990
(110,137,144)
#7D959C
(125,149,156)
#8CA1A8
(140,161,168)
#9BADB4
(155,173,180)
#AAB9C0
(170,185,192)
#B9C5CC
(185,197,204)
#C8D1D8
(200,209,216)
#D7DDE4
(215,221,228)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507178; }

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

This text font color is #507178.


Background Color

.myBgColor { background-color: #507178; }

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

This div background color is #507178.


Border color

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

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

This div border color is #507178.


Opacity

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

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

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

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

This text has shadow with #507178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507178 on black background.


Color preview on white background

This text has color #507178 on white background.



Black color preview on #507178 background

This text has black color on #507178 background.


White color preview on #507178 background

This text has white color on #507178 background.