COLOR #506F54

HEX: #506F54
RGB: (80,111,84)

Color info

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

RGB color model

#506F54 color RGB value is (80,111,84).

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

RGB channels and saturation

R 80 of 255 = 31%
G 111 of 255 = 44%
B 84 of 255 = 33%

80
111
84

R + G + B ~ 36%. #506F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 111 + 84 = 275 (100%)
R 80 of 275 ~ 29.09%
G 111 of 275 ~ 40.36%
B 84 of 275 ~ 30.55%

%29.09
%40.36
%30.55

CMYK color model

#506F54 color CMYK value is (28,0,24,56).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 56.47%
CMYK:
(28,0,24,56)
C28M0Y24K56 
(28%,0%,24%,56%)
(0.28/0.00/0.24/0.56)	

CMYK percentages

%27.93
%0
%24.32
%56.47

Codes

Color #506F54 in popluar color models

506F54
RGB8011184
HSL128°16.23%37.45%
HSB/HSV128°27.93%43.53%
CMYK27.93%0.00%24.32%
56.47%

Color #506F54 in popluar number systems.

HEX506F54
Decimal8011184
Binary101000011011111010100
Octal120157124

Shades and tints

Shades of #506F54

#506F54
(80,111,84)
#49654D
(73,101,77)
#425B46
(66,91,70)
#3B513F
(59,81,63)
#344738
(52,71,56)
#2D3D31
(45,61,49)
#26332A
(38,51,42)
#1F2923
(31,41,35)
#181F1C
(24,31,28)
#111515
(17,21,21)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #506F54

#506F54
(80,111,84)
#5F7C63
(95,124,99)
#6E8972
(110,137,114)
#7D9681
(125,150,129)
#8CA390
(140,163,144)
#9BB09F
(155,176,159)
#AABDAE
(170,189,174)
#B9CABD
(185,202,189)
#C8D7CC
(200,215,204)
#D7E4DB
(215,228,219)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506F54; }

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

This text font color is #506F54.


Background Color

.myBgColor { background-color: #506F54; }

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

This div background color is #506F54.


Border color

.myBorderColor { border: 1px solid #506F54; }

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

This div border color is #506F54.


Opacity

.myOpacity80 { color: #506F54; opacity: 0.8; }

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

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

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

This text has shadow with #506F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506F54 on black background.


Color preview on white background

This text has color #506F54 on white background.



Black color preview on #506F54 background

This text has black color on #506F54 background.


White color preview on #506F54 background

This text has white color on #506F54 background.