COLOR #507E5C

HEX: #507E5C RGB: (80,126,92)

Color info

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

RGB color model

#507E5C color RGB value is (80,126,92).

RGB: (80,126,92) (31%, 49%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 126 of 255 = 49%
B 92 of 255 = 36%

80
126
92

R + G + B ~ 39%. #507E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 126 + 92 = 298 (100%)
R 80 of 298 ~ 26.85%
G 126 of 298 ~ 42.28%
B 92 of 298 ~ 30.87'%

%26.85
%42.28
%30.87

CMYK color model

#507E5C color CMYK value is (37,0,27,51).

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

CMYK: (37,0,27,51)
C37M0Y27K51 (37%, 0%, 27%, 51%)
(0.37 / 0.00 / 0.27 / 0.51)

CMYK percentages

%36.51
%0
%26.98
%50.59

Codes

Color #507E5C in popluar color models

50 7E 5C
RGB 80 126 92
HSL 136° 22.33% 40.39%
HSB/HSV 136° 36.51% 49.41%
CMYK 36.51% 0.00% 26.98%
50.59%

Color #507E5C in popluar number systems.

HEX 50 7E 5C
Decimal 80 126 92
Binary 1010000 1111110 1011100
Octal 120 176 134

Shades and tints

Shades of #507E5C

#507E5C
(80,126,92)
#497354
(73,115,84)
#42684C
(66,104,76)
#3B5D44
(59,93,68)
#34523C
(52,82,60)
#2D4734
(45,71,52)
#263C2C
(38,60,44)
#1F3124
(31,49,36)
#18261C
(24,38,28)
#111B14
(17,27,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #507E5C

#507E5C
(80,126,92)
#5F896A
(95,137,106)
#6E9478
(110,148,120)
#7D9F86
(125,159,134)
#8CAA94
(140,170,148)
#9BB5A2
(155,181,162)
#AAC0B0
(170,192,176)
#B9CBBE
(185,203,190)
#C8D6CC
(200,214,204)
#D7E1DA
(215,225,218)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507E5C; }

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

This text font color is #507E5C.

Background Color

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

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

This div background color is #507E5C.

Border color

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

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

This div border color is #507E5C.

Opacity

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

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

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

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

This text has shadow with #507E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507E5C.

Preview

Color preview on black background

This text has color #507E5C on black background.


Color preview on white background

This text has color #507E5C on white background.


Black color preview on #507E5C background

This text has black color on #507E5C background.


White color preview on #507E5C background

This text has white color on #507E5C background.


Related colors

Complementary color

Complementary color for #hex is #AF81A3.


I love getcolorcode.com

Triadic colors

1 #5C507E and #7E5C50 with #507E5C are triadic colors.

2 #5C7E50 and #7E505C with #507E5C are triadic colors.