COLOR #507C73

HEX: #507C73 RGB: (80,124,115)

Color info

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

RGB color model

#507C73 color RGB value is (80,124,115).

RGB: (80,124,115) (31%, 49%, 45%)

RGB channels and saturation

R 80 of 255 = 31%
G 124 of 255 = 49%
B 115 of 255 = 45%

80
124
115

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

Portions of RGB colors in percentages

R + G + B = 80 + 124 + 115 = 319 (100%)
R 80 of 319 ~ 25.08%
G 124 of 319 ~ 38.87%
B 115 of 319 ~ 36.05'%

%25.08
%38.87
%36.05

CMYK color model

#507C73 color CMYK value is (35,0,7,51).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 51.37%

CMYK: (35,0,7,51)
C35M0Y7K51 (35%, 0%, 7%, 51%)
(0.35 / 0.00 / 0.07 / 0.51)

CMYK percentages

%35.48
%0
%7.26
%51.37

Codes

Color #507C73 in popluar color models

50 7C 73
RGB 80 124 115
HSL 168° 21.57% 40.00%
HSB/HSV 168° 35.48% 48.63%
CMYK 35.48% 0.00% 7.26%
51.37%

Color #507C73 in popluar number systems.

HEX 50 7C 73
Decimal 80 124 115
Binary 1010000 1111100 1110011
Octal 120 174 163

Shades and tints

Shades of #507C73

#507C73
(80,124,115)
#497169
(73,113,105)
#42665F
(66,102,95)
#3B5B55
(59,91,85)
#34504B
(52,80,75)
#2D4541
(45,69,65)
#263A37
(38,58,55)
#1F2F2D
(31,47,45)
#182423
(24,36,35)
#111919
(17,25,25)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #507C73

#507C73
(80,124,115)
#5F877F
(95,135,127)
#6E928B
(110,146,139)
#7D9D97
(125,157,151)
#8CA8A3
(140,168,163)
#9BB3AF
(155,179,175)
#AABEBB
(170,190,187)
#B9C9C7
(185,201,199)
#C8D4D3
(200,212,211)
#D7DFDF
(215,223,223)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507C73 color. Also use rgb(80,124,115) instead hex code.

Text Font Color

.myTextColor { color: #507C73; }

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

This text font color is #507C73.

Background Color

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

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

This div background color is #507C73.

Border color

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

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

This div border color is #507C73.

Opacity

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

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

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

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

This text has shadow with #507C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507C73.

Preview

Color preview on black background

This text has color #507C73 on black background.


Color preview on white background

This text has color #507C73 on white background.


Black color preview on #507C73 background

This text has black color on #507C73 background.


White color preview on #507C73 background

This text has white color on #507C73 background.


Related colors

Complementary color

Complementary color for #hex is #AF838C.


I love getcolorcode.com

Triadic colors

1 #73507C and #7C7350 with #507C73 are triadic colors.

2 #737C50 and #7C5073 with #507C73 are triadic colors.