COLOR #507B64

HEX: #507B64
RGB: (80,123,100)

Color info

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

RGB color model

#507B64 color RGB value is (80,123,100).

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

RGB channels and saturation

R 80 of 255 = 31%
G 123 of 255 = 48%
B 100 of 255 = 39%

80
123
100

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

Portions of RGB colors in percentages

R + G + B =
80 + 123 + 100 = 303 (100%)
R 80 of 303 ~ 26.4%
G 123 of 303 ~ 40.59%
B 100 of 303 ~ 33%

%26.4
%40.59
%33

CMYK color model

#507B64 color CMYK value is (35,0,19,52).

  • cyan value is 34.96%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 51.76%
CMYK:
(35,0,19,52)
C35M0Y19K52 
(35%,0%,19%,52%)
(0.35/0.00/0.19/0.52)	

CMYK percentages

%34.96
%0
%18.7
%51.76

Codes

Color #507B64 in popluar color models

507B64
RGB80123100
HSL148°21.18%39.80%
HSB/HSV148°34.96%48.24%
CMYK34.96%0.00%18.70%
51.76%

Color #507B64 in popluar number systems.

HEX507B64
Decimal80123100
Binary101000011110111100100
Octal120173144

Shades and tints

Shades of #507B64

#507B64
(80,123,100)
#49705B
(73,112,91)
#426552
(66,101,82)
#3B5A49
(59,90,73)
#344F40
(52,79,64)
#2D4437
(45,68,55)
#26392E
(38,57,46)
#1F2E25
(31,46,37)
#18231C
(24,35,28)
#111813
(17,24,19)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #507B64

#507B64
(80,123,100)
#5F8772
(95,135,114)
#6E9380
(110,147,128)
#7D9F8E
(125,159,142)
#8CAB9C
(140,171,156)
#9BB7AA
(155,183,170)
#AAC3B8
(170,195,184)
#B9CFC6
(185,207,198)
#C8DBD4
(200,219,212)
#D7E7E2
(215,231,226)
#E6F3F0
(230,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507B64; }

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

This text font color is #507B64.


Background Color

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

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

This div background color is #507B64.


Border color

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

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

This div border color is #507B64.


Opacity

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

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

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

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

This text has shadow with #507B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507B64 on black background.


Color preview on white background

This text has color #507B64 on white background.



Black color preview on #507B64 background

This text has black color on #507B64 background.


White color preview on #507B64 background

This text has white color on #507B64 background.