COLOR #506F5C

HEX: #506F5C
RGB: (80,111,92)

Color info

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

RGB color model

#506F5C color RGB value is (80,111,92).

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

RGB channels and saturation

R 80 of 255 = 31%
G 111 of 255 = 44%
B 92 of 255 = 36%

80
111
92

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

Portions of RGB colors in percentages

R + G + B =
80 + 111 + 92 = 283 (100%)
R 80 of 283 ~ 28.27%
G 111 of 283 ~ 39.22%
B 92 of 283 ~ 32.51%

%28.27
%39.22
%32.51

CMYK color model

#506F5C color CMYK value is (28,0,17,56).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 56.47%
CMYK:
(28,0,17,56)
C28M0Y17K56 
(28%,0%,17%,56%)
(0.28/0.00/0.17/0.56)	

CMYK percentages

%27.93
%0
%17.12
%56.47

Codes

Color #506F5C in popluar color models

506F5C
RGB8011192
HSL143°16.23%37.45%
HSB/HSV143°27.93%43.53%
CMYK27.93%0.00%17.12%
56.47%

Color #506F5C in popluar number systems.

HEX506F5C
Decimal8011192
Binary101000011011111011100
Octal120157134

Shades and tints

Shades of #506F5C

#506F5C
(80,111,92)
#496554
(73,101,84)
#425B4C
(66,91,76)
#3B5144
(59,81,68)
#34473C
(52,71,60)
#2D3D34
(45,61,52)
#26332C
(38,51,44)
#1F2924
(31,41,36)
#181F1C
(24,31,28)
#111514
(17,21,20)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #506F5C

#506F5C
(80,111,92)
#5F7C6A
(95,124,106)
#6E8978
(110,137,120)
#7D9686
(125,150,134)
#8CA394
(140,163,148)
#9BB0A2
(155,176,162)
#AABDB0
(170,189,176)
#B9CABE
(185,202,190)
#C8D7CC
(200,215,204)
#D7E4DA
(215,228,218)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506F5C; }

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

This text font color is #506F5C.


Background Color

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

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

This div background color is #506F5C.


Border color

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

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

This div border color is #506F5C.


Opacity

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

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

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

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

This text has shadow with #506F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506F5C on black background.


Color preview on white background

This text has color #506F5C on white background.



Black color preview on #506F5C background

This text has black color on #506F5C background.


White color preview on #506F5C background

This text has white color on #506F5C background.