COLOR #506547

HEX: #506547
RGB: (80,101,71)

Color info

#506547 contains red, green and blue colors in about the same proportion. Web safe color of #506547 is #666633 (or #663).

RGB color model

#506547 color RGB value is (80,101,71).

  • red value is 80;
  • green value is 101;
  • blue value is 71.
RGB:
(80,101,71)
(31%,40%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 71 of 255 = 28%

80
101
71

R + G + B ~ 33%. #506547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 71 = 252 (100%)
R 80 of 252 ~ 31.75%
G 101 of 252 ~ 40.08%
B 71 of 252 ~ 28.17%

%31.75
%40.08
%28.17

CMYK color model

#506547 color CMYK value is (21,0,30,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 60.39%
CMYK:
(21,0,30,60)
C21M0Y30K60 
(21%,0%,30%,60%)
(0.21/0.00/0.30/0.60)	

CMYK percentages

%20.79
%0
%29.7
%60.39

Codes

Color #506547 in popluar color models

506547
RGB8010171
HSL102°17.44%33.73%
HSB/HSV102°29.70%39.61%
CMYK20.79%0.00%29.70%
60.39%

Color #506547 in popluar number systems.

HEX506547
Decimal8010171
Binary101000011001011000111
Octal120145107

Shades and tints

Shades of #506547

#506547
(80,101,71)
#495C41
(73,92,65)
#42533B
(66,83,59)
#3B4A35
(59,74,53)
#34412F
(52,65,47)
#2D3829
(45,56,41)
#262F23
(38,47,35)
#1F261D
(31,38,29)
#181D17
(24,29,23)
#111411
(17,20,17)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #506547

#506547
(80,101,71)
#5F7357
(95,115,87)
#6E8167
(110,129,103)
#7D8F77
(125,143,119)
#8C9D87
(140,157,135)
#9BAB97
(155,171,151)
#AAB9A7
(170,185,167)
#B9C7B7
(185,199,183)
#C8D5C7
(200,213,199)
#D7E3D7
(215,227,215)
#E6F1E7
(230,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506547 color. Also use rgb(80,101,71) instead hex code.

Text Font Color

.myTextColor { color: #506547; }

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

This text font color is #506547.


Background Color

.myBgColor { background-color: #506547; }

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

This div background color is #506547.


Border color

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

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

This div border color is #506547.


Opacity

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

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

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

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

This text has shadow with #506547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506547 on black background.


Color preview on white background

This text has color #506547 on white background.



Black color preview on #506547 background

This text has black color on #506547 background.


White color preview on #506547 background

This text has white color on #506547 background.