COLOR #506C54

HEX: #506C54
RGB: (80,108,84)

Color info

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

RGB color model

#506C54 color RGB value is (80,108,84).

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

RGB channels and saturation

R 80 of 255 = 31%
G 108 of 255 = 42%
B 84 of 255 = 33%

80
108
84

R + G + B ~ 35%. #506C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 108 + 84 = 272 (100%)
R 80 of 272 ~ 29.41%
G 108 of 272 ~ 39.71%
B 84 of 272 ~ 30.88%

%29.41
%39.71
%30.88

CMYK color model

#506C54 color CMYK value is (26,0,22,58).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 57.65%
CMYK:
(26,0,22,58)
C26M0Y22K58 
(26%,0%,22%,58%)
(0.26/0.00/0.22/0.58)	

CMYK percentages

%25.93
%0
%22.22
%57.65

Codes

Color #506C54 in popluar color models

506C54
RGB8010884
HSL129°14.89%36.86%
HSB/HSV129°25.93%42.35%
CMYK25.93%0.00%22.22%
57.65%

Color #506C54 in popluar number systems.

HEX506C54
Decimal8010884
Binary101000011011001010100
Octal120154124

Shades and tints

Shades of #506C54

#506C54
(80,108,84)
#49634D
(73,99,77)
#425A46
(66,90,70)
#3B513F
(59,81,63)
#344838
(52,72,56)
#2D3F31
(45,63,49)
#26362A
(38,54,42)
#1F2D23
(31,45,35)
#18241C
(24,36,28)
#111B15
(17,27,21)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #506C54

#506C54
(80,108,84)
#5F7963
(95,121,99)
#6E8672
(110,134,114)
#7D9381
(125,147,129)
#8CA090
(140,160,144)
#9BAD9F
(155,173,159)
#AABAAE
(170,186,174)
#B9C7BD
(185,199,189)
#C8D4CC
(200,212,204)
#D7E1DB
(215,225,219)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506C54; }

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

This text font color is #506C54.


Background Color

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

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

This div background color is #506C54.


Border color

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

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

This div border color is #506C54.


Opacity

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

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

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

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

This text has shadow with #506C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C54 on black background.


Color preview on white background

This text has color #506C54 on white background.



Black color preview on #506C54 background

This text has black color on #506C54 background.


White color preview on #506C54 background

This text has white color on #506C54 background.