COLOR #507B5C

HEX: #507B5C RGB: (80,123,92)

Color info

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

RGB color model

#507B5C color RGB value is (80,123,92).

RGB: (80,123,92) (31%, 48%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 123 of 255 = 48%
B 92 of 255 = 36%

80
123
92

R + G + B ~ 38%. #507B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 123 + 92 = 295 (100%)
R 80 of 295 ~ 27.12%
G 123 of 295 ~ 41.69%
B 92 of 295 ~ 31.19'%

%27.12
%41.69
%31.19

CMYK color model

#507B5C color CMYK value is (35,0,25,52).

  • cyan value is 34.96%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 51.76%

CMYK: (35,0,25,52)
C35M0Y25K52 (35%, 0%, 25%, 52%)
(0.35 / 0.00 / 0.25 / 0.52)

CMYK percentages

%34.96
%0
%25.2
%51.76

Codes

Color #507B5C in popluar color models

50 7B 5C
RGB 80 123 92
HSL 137° 21.18% 39.80%
HSB/HSV 137° 34.96% 48.24%
CMYK 34.96% 0.00% 25.20%
51.76%

Color #507B5C in popluar number systems.

HEX 50 7B 5C
Decimal 80 123 92
Binary 1010000 1111011 1011100
Octal 120 173 134

Shades and tints

Shades of #507B5C

#507B5C
(80,123,92)
#497054
(73,112,84)
#42654C
(66,101,76)
#3B5A44
(59,90,68)
#344F3C
(52,79,60)
#2D4434
(45,68,52)
#26392C
(38,57,44)
#1F2E24
(31,46,36)
#18231C
(24,35,28)
#111814
(17,24,20)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #507B5C

#507B5C
(80,123,92)
#5F876A
(95,135,106)
#6E9378
(110,147,120)
#7D9F86
(125,159,134)
#8CAB94
(140,171,148)
#9BB7A2
(155,183,162)
#AAC3B0
(170,195,176)
#B9CFBE
(185,207,190)
#C8DBCC
(200,219,204)
#D7E7DA
(215,231,218)
#E6F3E8
(230,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507B5C; }

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

This text font color is #507B5C.

Background Color

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

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

This div background color is #507B5C.

Border color

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

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

This div border color is #507B5C.

Opacity

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

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

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

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

This text has shadow with #507B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507B5C.

Preview

Color preview on black background

This text has color #507B5C on black background.


Color preview on white background

This text has color #507B5C on white background.


Black color preview on #507B5C background

This text has black color on #507B5C background.


White color preview on #507B5C background

This text has white color on #507B5C background.


Related colors

Complementary color

Complementary color for #hex is #AF84A3.


I love getcolorcode.com

Triadic colors

1 #5C507B and #7B5C50 with #507B5C are triadic colors.

2 #5C7B50 and #7B505C with #507B5C are triadic colors.