COLOR #507179

HEX: #507179
RGB: (80,113,121)

Color info

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

RGB color model

#507179 color RGB value is (80,113,121).

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

RGB channels and saturation

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

80
113
121

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

Portions of RGB colors in percentages

R + G + B =
80 + 113 + 121 = 314 (100%)
R 80 of 314 ~ 25.48%
G 113 of 314 ~ 35.99%
B 121 of 314 ~ 38.54%

%25.48
%35.99
%38.54

CMYK color model

#507179 color CMYK value is (34,7,0,53).

  • cyan value is 33.88%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(34,7,0,53)
C34M7Y0K53 
(34%,7%,0%,53%)
(0.34/0.07/0.00/0.53)	

CMYK percentages

%33.88
%6.61
%0
%52.55

Codes

Color #507179 in popluar color models

507179
RGB80113121
HSL192°20.40%39.41%
HSB/HSV192°33.88%47.45%
CMYK33.88%6.61%0.00%
52.55%

Color #507179 in popluar number systems.

HEX507179
Decimal80113121
Binary101000011100011111001
Octal120161171

Shades and tints

Shades of #507179

#507179
(80,113,121)
#49676E
(73,103,110)
#425D63
(66,93,99)
#3B5358
(59,83,88)
#34494D
(52,73,77)
#2D3F42
(45,63,66)
#263537
(38,53,55)
#1F2B2C
(31,43,44)
#182121
(24,33,33)
#111716
(17,23,22)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #507179

#507179
(80,113,121)
#5F7D85
(95,125,133)
#6E8991
(110,137,145)
#7D959D
(125,149,157)
#8CA1A9
(140,161,169)
#9BADB5
(155,173,181)
#AAB9C1
(170,185,193)
#B9C5CD
(185,197,205)
#C8D1D9
(200,209,217)
#D7DDE5
(215,221,229)
#E6E9F1
(230,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507179; }

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

This text font color is #507179.


Background Color

.myBgColor { background-color: #507179; }

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

This div background color is #507179.


Border color

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

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

This div border color is #507179.


Opacity

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

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

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

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

This text has shadow with #507179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507179 on black background.


Color preview on white background

This text has color #507179 on white background.



Black color preview on #507179 background

This text has black color on #507179 background.


White color preview on #507179 background

This text has white color on #507179 background.