COLOR #506937

HEX: #506937
RGB: (80,105,55)

Color info

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

RGB color model

#506937 color RGB value is (80,105,55).

  • red value is 80;
  • green value is 105;
  • blue value is 55.
RGB:
(80,105,55)
(31%,41%,22%)

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 55 of 255 = 22%

80
105
55

R + G + B ~ 31%. #506937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 55 = 240 (100%)
R 80 of 240 ~ 33.33%
G 105 of 240 ~ 43.75%
B 55 of 240 ~ 22.92%

%33.33
%43.75
%22.92

CMYK color model

#506937 color CMYK value is (24,0,48,59).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 58.82%
CMYK:
(24,0,48,59)
C24M0Y48K59 
(24%,0%,48%,59%)
(0.24/0.00/0.48/0.59)	

CMYK percentages

%23.81
%0
%47.62
%58.82

Codes

Color #506937 in popluar color models

506937
RGB8010555
HSL90°31.25%31.37%
HSB/HSV90°47.62%41.18%
CMYK23.81%0.00%47.62%
58.82%

Color #506937 in popluar number systems.

HEX506937
Decimal8010555
Binary10100001101001110111
Octal12015167

Shades and tints

Shades of #506937

#506937
(80,105,55)
#496032
(73,96,50)
#42572D
(66,87,45)
#3B4E28
(59,78,40)
#344523
(52,69,35)
#2D3C1E
(45,60,30)
#263319
(38,51,25)
#1F2A14
(31,42,20)
#18210F
(24,33,15)
#11180A
(17,24,10)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #506937

#506937
(80,105,55)
#5F7649
(95,118,73)
#6E835B
(110,131,91)
#7D906D
(125,144,109)
#8C9D7F
(140,157,127)
#9BAA91
(155,170,145)
#AAB7A3
(170,183,163)
#B9C4B5
(185,196,181)
#C8D1C7
(200,209,199)
#D7DED9
(215,222,217)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506937 color. Also use rgb(80,105,55) instead hex code.

Text Font Color

.myTextColor { color: #506937; }

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

This text font color is #506937.


Background Color

.myBgColor { background-color: #506937; }

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

This div background color is #506937.


Border color

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

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

This div border color is #506937.


Opacity

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

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

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

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

This text has shadow with #506937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506937 on black background.


Color preview on white background

This text has color #506937 on white background.



Black color preview on #506937 background

This text has black color on #506937 background.


White color preview on #506937 background

This text has white color on #506937 background.