COLOR #507554

HEX: #507554
RGB: (80,117,84)

Color info

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

RGB color model

#507554 color RGB value is (80,117,84).

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

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 84 of 255 = 33%

80
117
84

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

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 84 = 281 (100%)
R 80 of 281 ~ 28.47%
G 117 of 281 ~ 41.64%
B 84 of 281 ~ 29.89%

%28.47
%41.64
%29.89

CMYK color model

#507554 color CMYK value is (32,0,28,54).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(32,0,28,54)
C32M0Y28K54 
(32%,0%,28%,54%)
(0.32/0.00/0.28/0.54)	

CMYK percentages

%31.62
%0
%28.21
%54.12

Codes

Color #507554 in popluar color models

507554
RGB8011784
HSL126°18.78%38.63%
HSB/HSV126°31.62%45.88%
CMYK31.62%0.00%28.21%
54.12%

Color #507554 in popluar number systems.

HEX507554
Decimal8011784
Binary101000011101011010100
Octal120165124

Shades and tints

Shades of #507554

#507554
(80,117,84)
#496B4D
(73,107,77)
#426146
(66,97,70)
#3B573F
(59,87,63)
#344D38
(52,77,56)
#2D4331
(45,67,49)
#26392A
(38,57,42)
#1F2F23
(31,47,35)
#18251C
(24,37,28)
#111B15
(17,27,21)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #507554

#507554
(80,117,84)
#5F8163
(95,129,99)
#6E8D72
(110,141,114)
#7D9981
(125,153,129)
#8CA590
(140,165,144)
#9BB19F
(155,177,159)
#AABDAE
(170,189,174)
#B9C9BD
(185,201,189)
#C8D5CC
(200,213,204)
#D7E1DB
(215,225,219)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507554; }

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

This text font color is #507554.


Background Color

.myBgColor { background-color: #507554; }

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

This div background color is #507554.


Border color

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

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

This div border color is #507554.


Opacity

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

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

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

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

This text has shadow with #507554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507554 on black background.


Color preview on white background

This text has color #507554 on white background.



Black color preview on #507554 background

This text has black color on #507554 background.


White color preview on #507554 background

This text has white color on #507554 background.