COLOR #506D3D

HEX: #506D3D
RGB: (80,109,61)

Color info

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

RGB color model

#506D3D color RGB value is (80,109,61).

  • red value is 80;
  • green value is 109;
  • blue value is 61.
RGB:
(80,109,61)
(31%,43%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 109 of 255 = 43%
B 61 of 255 = 24%

80
109
61

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

Portions of RGB colors in percentages

R + G + B =
80 + 109 + 61 = 250 (100%)
R 80 of 250 ~ 32%
G 109 of 250 ~ 43.6%
B 61 of 250 ~ 24.4%

%32
%43.6
%24.4

CMYK color model

#506D3D color CMYK value is (27,0,44,57).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 44.04%
  • key color value is 57.25%
CMYK:
(27,0,44,57)
C27M0Y44K57 
(27%,0%,44%,57%)
(0.27/0.00/0.44/0.57)	

CMYK percentages

%26.61
%0
%44.04
%57.25

Codes

Color #506D3D in popluar color models

506D3D
RGB8010961
HSL96°28.24%33.33%
HSB/HSV96°44.04%42.75%
CMYK26.61%0.00%44.04%
57.25%

Color #506D3D in popluar number systems.

HEX506D3D
Decimal8010961
Binary10100001101101111101
Octal12015575

Shades and tints

Shades of #506D3D

#506D3D
(80,109,61)
#496438
(73,100,56)
#425B33
(66,91,51)
#3B522E
(59,82,46)
#344929
(52,73,41)
#2D4024
(45,64,36)
#26371F
(38,55,31)
#1F2E1A
(31,46,26)
#182515
(24,37,21)
#111C10
(17,28,16)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #506D3D

#506D3D
(80,109,61)
#5F7A4E
(95,122,78)
#6E875F
(110,135,95)
#7D9470
(125,148,112)
#8CA181
(140,161,129)
#9BAE92
(155,174,146)
#AABBA3
(170,187,163)
#B9C8B4
(185,200,180)
#C8D5C5
(200,213,197)
#D7E2D6
(215,226,214)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506D3D color. Also use rgb(80,109,61) instead hex code.

Text Font Color

.myTextColor { color: #506D3D; }

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

This text font color is #506D3D.


Background Color

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

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

This div background color is #506D3D.


Border color

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

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

This div border color is #506D3D.


Opacity

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

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

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

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

This text has shadow with #506D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506D3D on black background.


Color preview on white background

This text has color #506D3D on white background.



Black color preview on #506D3D background

This text has black color on #506D3D background.


White color preview on #506D3D background

This text has white color on #506D3D background.