COLOR #506A47

HEX: #506A47
RGB: (80,106,71)

Color info

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

RGB color model

#506A47 color RGB value is (80,106,71).

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

RGB channels and saturation

R 80 of 255 = 31%
G 106 of 255 = 42%
B 71 of 255 = 28%

80
106
71

R + G + B ~ 34%. #506A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 106 + 71 = 257 (100%)
R 80 of 257 ~ 31.13%
G 106 of 257 ~ 41.25%
B 71 of 257 ~ 27.63%

%31.13
%41.25
%27.63

CMYK color model

#506A47 color CMYK value is (25,0,33,58).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 33.02%
  • key color value is 58.43%
CMYK:
(25,0,33,58)
C25M0Y33K58 
(25%,0%,33%,58%)
(0.25/0.00/0.33/0.58)	

CMYK percentages

%24.53
%0
%33.02
%58.43

Codes

Color #506A47 in popluar color models

506A47
RGB8010671
HSL105°19.77%34.71%
HSB/HSV105°33.02%41.57%
CMYK24.53%0.00%33.02%
58.43%

Color #506A47 in popluar number systems.

HEX506A47
Decimal8010671
Binary101000011010101000111
Octal120152107

Shades and tints

Shades of #506A47

#506A47
(80,106,71)
#496141
(73,97,65)
#42583B
(66,88,59)
#3B4F35
(59,79,53)
#34462F
(52,70,47)
#2D3D29
(45,61,41)
#263423
(38,52,35)
#1F2B1D
(31,43,29)
#182217
(24,34,23)
#111911
(17,25,17)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #506A47

#506A47
(80,106,71)
#5F7757
(95,119,87)
#6E8467
(110,132,103)
#7D9177
(125,145,119)
#8C9E87
(140,158,135)
#9BAB97
(155,171,151)
#AAB8A7
(170,184,167)
#B9C5B7
(185,197,183)
#C8D2C7
(200,210,199)
#D7DFD7
(215,223,215)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A47; }

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

This text font color is #506A47.


Background Color

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

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

This div background color is #506A47.


Border color

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

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

This div border color is #506A47.


Opacity

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

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

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

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

This text has shadow with #506A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A47 on black background.


Color preview on white background

This text has color #506A47 on white background.



Black color preview on #506A47 background

This text has black color on #506A47 background.


White color preview on #506A47 background

This text has white color on #506A47 background.