COLOR #507B59

HEX: #507B59
RGB: (80,123,89)

Color info

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

RGB color model

#507B59 color RGB value is (80,123,89).

  • red value is 80;
  • green value is 123;
  • blue value is 89.
RGB:
(80,123,89)
(31%,48%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 123 of 255 = 48%
B 89 of 255 = 35%

80
123
89

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

Portions of RGB colors in percentages

R + G + B =
80 + 123 + 89 = 292 (100%)
R 80 of 292 ~ 27.4%
G 123 of 292 ~ 42.12%
B 89 of 292 ~ 30.48%

%27.4
%42.12
%30.48

CMYK color model

#507B59 color CMYK value is (35,0,28,52).

  • cyan value is 34.96%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 51.76%
CMYK:
(35,0,28,52)
C35M0Y28K52 
(35%,0%,28%,52%)
(0.35/0.00/0.28/0.52)	

CMYK percentages

%34.96
%0
%27.64
%51.76

Codes

Color #507B59 in popluar color models

507B59
RGB8012389
HSL133°21.18%39.80%
HSB/HSV133°34.96%48.24%
CMYK34.96%0.00%27.64%
51.76%

Color #507B59 in popluar number systems.

HEX507B59
Decimal8012389
Binary101000011110111011001
Octal120173131

Shades and tints

Shades of #507B59

#507B59
(80,123,89)
#497051
(73,112,81)
#426549
(66,101,73)
#3B5A41
(59,90,65)
#344F39
(52,79,57)
#2D4431
(45,68,49)
#263929
(38,57,41)
#1F2E21
(31,46,33)
#182319
(24,35,25)
#111811
(17,24,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #507B59

#507B59
(80,123,89)
#5F8768
(95,135,104)
#6E9377
(110,147,119)
#7D9F86
(125,159,134)
#8CAB95
(140,171,149)
#9BB7A4
(155,183,164)
#AAC3B3
(170,195,179)
#B9CFC2
(185,207,194)
#C8DBD1
(200,219,209)
#D7E7E0
(215,231,224)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507B59; }

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

This text font color is #507B59.


Background Color

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

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

This div background color is #507B59.


Border color

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

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

This div border color is #507B59.


Opacity

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

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

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

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

This text has shadow with #507B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507B59 on black background.


Color preview on white background

This text has color #507B59 on white background.



Black color preview on #507B59 background

This text has black color on #507B59 background.


White color preview on #507B59 background

This text has white color on #507B59 background.