COLOR #507661

HEX: #507661
RGB: (80,118,97)

Color info

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

RGB color model

#507661 color RGB value is (80,118,97).

  • red value is 80;
  • green value is 118;
  • blue value is 97.
RGB:
(80,118,97)
(31%,46%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 97 of 255 = 38%

80
118
97

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

Portions of RGB colors in percentages

R + G + B =
80 + 118 + 97 = 295 (100%)
R 80 of 295 ~ 27.12%
G 118 of 295 ~ 40%
B 97 of 295 ~ 32.88%

%27.12
%40
%32.88

CMYK color model

#507661 color CMYK value is (32,0,18,54).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 53.73%
CMYK:
(32,0,18,54)
C32M0Y18K54 
(32%,0%,18%,54%)
(0.32/0.00/0.18/0.54)	

CMYK percentages

%32.2
%0
%17.8
%53.73

Codes

Color #507661 in popluar color models

507661
RGB8011897
HSL147°19.19%38.82%
HSB/HSV147°32.20%46.27%
CMYK32.20%0.00%17.80%
53.73%

Color #507661 in popluar number systems.

HEX507661
Decimal8011897
Binary101000011101101100001
Octal120166141

Shades and tints

Shades of #507661

#507661
(80,118,97)
#496C59
(73,108,89)
#426251
(66,98,81)
#3B5849
(59,88,73)
#344E41
(52,78,65)
#2D4439
(45,68,57)
#263A31
(38,58,49)
#1F3029
(31,48,41)
#182621
(24,38,33)
#111C19
(17,28,25)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #507661

#507661
(80,118,97)
#5F826F
(95,130,111)
#6E8E7D
(110,142,125)
#7D9A8B
(125,154,139)
#8CA699
(140,166,153)
#9BB2A7
(155,178,167)
#AABEB5
(170,190,181)
#B9CAC3
(185,202,195)
#C8D6D1
(200,214,209)
#D7E2DF
(215,226,223)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507661 color. Also use rgb(80,118,97) instead hex code.

Text Font Color

.myTextColor { color: #507661; }

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

This text font color is #507661.


Background Color

.myBgColor { background-color: #507661; }

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

This div background color is #507661.


Border color

.myBorderColor { border: 1px solid #507661; }

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

This div border color is #507661.


Opacity

.myOpacity80 { color: #507661; opacity: 0.8; }

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

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

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

This text has shadow with #507661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507661 on black background.


Color preview on white background

This text has color #507661 on white background.



Black color preview on #507661 background

This text has black color on #507661 background.


White color preview on #507661 background

This text has white color on #507661 background.