COLOR #507754

HEX: #507754
RGB: (80,119,84)

Color info

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

RGB color model

#507754 color RGB value is (80,119,84).

  • red value is 80;
  • green value is 119;
  • blue value is 84.
RGB:
(80,119,84)
(31%,47%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 84 of 255 = 33%

80
119
84

R + G + B ~ 37%. #507754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 84 = 283 (100%)
R 80 of 283 ~ 28.27%
G 119 of 283 ~ 42.05%
B 84 of 283 ~ 29.68%

%28.27
%42.05
%29.68

CMYK color model

#507754 color CMYK value is (33,0,29,53).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(33,0,29,53)
C33M0Y29K53 
(33%,0%,29%,53%)
(0.33/0.00/0.29/0.53)	

CMYK percentages

%32.77
%0
%29.41
%53.33

Codes

Color #507754 in popluar color models

507754
RGB8011984
HSL126°19.60%39.02%
HSB/HSV126°32.77%46.67%
CMYK32.77%0.00%29.41%
53.33%

Color #507754 in popluar number systems.

HEX507754
Decimal8011984
Binary101000011101111010100
Octal120167124

Shades and tints

Shades of #507754

#507754
(80,119,84)
#496D4D
(73,109,77)
#426346
(66,99,70)
#3B593F
(59,89,63)
#344F38
(52,79,56)
#2D4531
(45,69,49)
#263B2A
(38,59,42)
#1F3123
(31,49,35)
#18271C
(24,39,28)
#111D15
(17,29,21)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #507754

#507754
(80,119,84)
#5F8363
(95,131,99)
#6E8F72
(110,143,114)
#7D9B81
(125,155,129)
#8CA790
(140,167,144)
#9BB39F
(155,179,159)
#AABFAE
(170,191,174)
#B9CBBD
(185,203,189)
#C8D7CC
(200,215,204)
#D7E3DB
(215,227,219)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507754 color. Also use rgb(80,119,84) instead hex code.

Text Font Color

.myTextColor { color: #507754; }

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

This text font color is #507754.


Background Color

.myBgColor { background-color: #507754; }

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

This div background color is #507754.


Border color

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

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

This div border color is #507754.


Opacity

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

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

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

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

This text has shadow with #507754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507754 on black background.


Color preview on white background

This text has color #507754 on white background.



Black color preview on #507754 background

This text has black color on #507754 background.


White color preview on #507754 background

This text has white color on #507754 background.