COLOR #506E4D

HEX: #506E4D RGB: (80,110,77)

Color info

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

RGB color model

#506E4D color RGB value is (80,110,77).

RGB: (80,110,77) (31%, 43%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 77 of 255 = 30%

80
110
77

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

Portions of RGB colors in percentages

R + G + B = 80 + 110 + 77 = 267 (100%)
R 80 of 267 ~ 29.96%
G 110 of 267 ~ 41.2%
B 77 of 267 ~ 28.84'%

%29.96
%41.2
%28.84

CMYK color model

#506E4D color CMYK value is (27,0,30,57).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 56.86%
CMYK: (27,0,30,57) C27M0Y30K57 (27%,0%,30%,57%) (0.27/0.00/0.30/0.57) 

CMYK percentages

%27.27
%0
%30
%56.86

Codes

Color #506E4D in popluar color models

50 6E 4D
RGB 80 110 77
HSL 115° 17.65% 36.67%
HSB/HSV 115° 30.00% 43.14%
CMYK 27.27% 0.00% 30.00%
56.86%

Color #506E4D in popluar number systems.

HEX 50 6E 4D
Decimal 80 110 77
Binary 1010000 1101110 1001101
Octal 120 156 115

Shades and tints

Shades of #506E4D

#506E4D
(80,110,77)
#496446
(73,100,70)
#425A3F
(66,90,63)
#3B5038
(59,80,56)
#344631
(52,70,49)
#2D3C2A
(45,60,42)
#263223
(38,50,35)
#1F281C
(31,40,28)
#181E15
(24,30,21)
#11140E
(17,20,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #506E4D

#506E4D
(80,110,77)
#5F7B5D
(95,123,93)
#6E886D
(110,136,109)
#7D957D
(125,149,125)
#8CA28D
(140,162,141)
#9BAF9D
(155,175,157)
#AABCAD
(170,188,173)
#B9C9BD
(185,201,189)
#C8D6CD
(200,214,205)
#D7E3DD
(215,227,221)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506E4D color. Also use rgb(80,110,77) instead hex code.

Text Font Color

.myTextColor { color: #506E4D; }

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

This text font color is #506E4D.

Background Color

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

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

This div background color is #506E4D.

Border color

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

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

This div border color is #506E4D.

Opacity

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

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

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

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

This text has shadow with #506E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506E4D.

Preview

Color preview on black background

This text has color #506E4D on black background.


Color preview on white background

This text has color #506E4D on white background.


Black color preview on #506E4D background

This text has black color on #506E4D background.


White color preview on #506E4D background

This text has white color on #506E4D background.


Related colors

Complementary color

Complementary color for #hex is #AF91B2.


I love getcolorcode.com

Triadic colors

1 #4D506E and #6E4D50 with #506E4D are triadic colors.

2 #4D6E50 and #6E504D with #506E4D are triadic colors.