COLOR #506447

HEX: #506447
RGB: (80,100,71)

Color info

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

RGB color model

#506447 color RGB value is (80,100,71).

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

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 71 of 255 = 28%

80
100
71

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

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 71 = 251 (100%)
R 80 of 251 ~ 31.87%
G 100 of 251 ~ 39.84%
B 71 of 251 ~ 28.29%

%31.87
%39.84
%28.29

CMYK color model

#506447 color CMYK value is (20,0,29,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 60.78%
CMYK:
(20,0,29,61)
C20M0Y29K61 
(20%,0%,29%,61%)
(0.20/0.00/0.29/0.61)	

CMYK percentages

%20
%0
%29
%60.78

Codes

Color #506447 in popluar color models

506447
RGB8010071
HSL101°16.96%33.53%
HSB/HSV101°29.00%39.22%
CMYK20.00%0.00%29.00%
60.78%

Color #506447 in popluar number systems.

HEX506447
Decimal8010071
Binary101000011001001000111
Octal120144107

Shades and tints

Shades of #506447

#506447
(80,100,71)
#495B41
(73,91,65)
#42523B
(66,82,59)
#3B4935
(59,73,53)
#34402F
(52,64,47)
#2D3729
(45,55,41)
#262E23
(38,46,35)
#1F251D
(31,37,29)
#181C17
(24,28,23)
#111311
(17,19,17)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #506447

#506447
(80,100,71)
#5F7257
(95,114,87)
#6E8067
(110,128,103)
#7D8E77
(125,142,119)
#8C9C87
(140,156,135)
#9BAA97
(155,170,151)
#AAB8A7
(170,184,167)
#B9C6B7
(185,198,183)
#C8D4C7
(200,212,199)
#D7E2D7
(215,226,215)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506447; }

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

This text font color is #506447.


Background Color

.myBgColor { background-color: #506447; }

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

This div background color is #506447.


Border color

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

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

This div border color is #506447.


Opacity

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

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

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

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

This text has shadow with #506447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506447 on black background.


Color preview on white background

This text has color #506447 on white background.



Black color preview on #506447 background

This text has black color on #506447 background.


White color preview on #506447 background

This text has white color on #506447 background.