COLOR #507A5B

HEX: #507A5B
RGB: (80,122,91)

Color info

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

RGB color model

#507A5B color RGB value is (80,122,91).

  • red value is 80;
  • green value is 122;
  • blue value is 91.
RGB:
(80,122,91)
(31%,48%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 122 of 255 = 48%
B 91 of 255 = 36%

80
122
91

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

Portions of RGB colors in percentages

R + G + B =
80 + 122 + 91 = 293 (100%)
R 80 of 293 ~ 27.3%
G 122 of 293 ~ 41.64%
B 91 of 293 ~ 31.06%

%27.3
%41.64
%31.06

CMYK color model

#507A5B color CMYK value is (34,0,25,52).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 52.16%
CMYK:
(34,0,25,52)
C34M0Y25K52 
(34%,0%,25%,52%)
(0.34/0.00/0.25/0.52)	

CMYK percentages

%34.43
%0
%25.41
%52.16

Codes

Color #507A5B in popluar color models

507A5B
RGB8012291
HSL136°20.79%39.61%
HSB/HSV136°34.43%47.84%
CMYK34.43%0.00%25.41%
52.16%

Color #507A5B in popluar number systems.

HEX507A5B
Decimal8012291
Binary101000011110101011011
Octal120172133

Shades and tints

Shades of #507A5B

#507A5B
(80,122,91)
#496F53
(73,111,83)
#42644B
(66,100,75)
#3B5943
(59,89,67)
#344E3B
(52,78,59)
#2D4333
(45,67,51)
#26382B
(38,56,43)
#1F2D23
(31,45,35)
#18221B
(24,34,27)
#111713
(17,23,19)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #507A5B

#507A5B
(80,122,91)
#5F8669
(95,134,105)
#6E9277
(110,146,119)
#7D9E85
(125,158,133)
#8CAA93
(140,170,147)
#9BB6A1
(155,182,161)
#AAC2AF
(170,194,175)
#B9CEBD
(185,206,189)
#C8DACB
(200,218,203)
#D7E6D9
(215,230,217)
#E6F2E7
(230,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507A5B color. Also use rgb(80,122,91) instead hex code.

Text Font Color

.myTextColor { color: #507A5B; }

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

This text font color is #507A5B.


Background Color

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

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

This div background color is #507A5B.


Border color

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

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

This div border color is #507A5B.


Opacity

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

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

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

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

This text has shadow with #507A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507A5B on black background.


Color preview on white background

This text has color #507A5B on white background.



Black color preview on #507A5B background

This text has black color on #507A5B background.


White color preview on #507A5B background

This text has white color on #507A5B background.