COLOR #507E68

HEX: #507E68 RGB: (80,126,104)

Color info

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

RGB color model

#507E68 color RGB value is (80,126,104).

RGB: (80,126,104) (31%, 49%, 41%)

RGB channels and saturation

R 80 of 255 = 31%
G 126 of 255 = 49%
B 104 of 255 = 41%

80
126
104

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

Portions of RGB colors in percentages

R + G + B = 80 + 126 + 104 = 310 (100%)
R 80 of 310 ~ 25.81%
G 126 of 310 ~ 40.65%
B 104 of 310 ~ 33.55'%

%25.81
%40.65
%33.55

CMYK color model

#507E68 color CMYK value is (37,0,17,51).

  • cyan value is 36.51%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 50.59%

CMYK: (37,0,17,51)
C37M0Y17K51 (37%, 0%, 17%, 51%)
(0.37 / 0.00 / 0.17 / 0.51)

CMYK percentages

%36.51
%0
%17.46
%50.59

Codes

Color #507E68 in popluar color models

50 7E 68
RGB 80 126 104
HSL 151° 22.33% 40.39%
HSB/HSV 151° 36.51% 49.41%
CMYK 36.51% 0.00% 17.46%
50.59%

Color #507E68 in popluar number systems.

HEX 50 7E 68
Decimal 80 126 104
Binary 1010000 1111110 1101000
Octal 120 176 150

Shades and tints

Shades of #507E68

#507E68
(80,126,104)
#49735F
(73,115,95)
#426856
(66,104,86)
#3B5D4D
(59,93,77)
#345244
(52,82,68)
#2D473B
(45,71,59)
#263C32
(38,60,50)
#1F3129
(31,49,41)
#182620
(24,38,32)
#111B17
(17,27,23)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #507E68

#507E68
(80,126,104)
#5F8975
(95,137,117)
#6E9482
(110,148,130)
#7D9F8F
(125,159,143)
#8CAA9C
(140,170,156)
#9BB5A9
(155,181,169)
#AAC0B6
(170,192,182)
#B9CBC3
(185,203,195)
#C8D6D0
(200,214,208)
#D7E1DD
(215,225,221)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507E68 color. Also use rgb(80,126,104) instead hex code.

Text Font Color

.myTextColor { color: #507E68; }

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

This text font color is #507E68.

Background Color

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

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

This div background color is #507E68.

Border color

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

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

This div border color is #507E68.

Opacity

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

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

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

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

This text has shadow with #507E68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507E68.

Preview

Color preview on black background

This text has color #507E68 on black background.


Color preview on white background

This text has color #507E68 on white background.


Black color preview on #507E68 background

This text has black color on #507E68 background.


White color preview on #507E68 background

This text has white color on #507E68 background.


Related colors

Complementary color

Complementary color for #hex is #AF8197.


I love getcolorcode.com

Triadic colors

1 #68507E and #7E6850 with #507E68 are triadic colors.

2 #687E50 and #7E5068 with #507E68 are triadic colors.