COLOR #506944

HEX: #506944
RGB: (80,105,68)

Color info

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

RGB color model

#506944 color RGB value is (80,105,68).

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

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 68 of 255 = 27%

80
105
68

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

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 68 = 253 (100%)
R 80 of 253 ~ 31.62%
G 105 of 253 ~ 41.5%
B 68 of 253 ~ 26.88%

%31.62
%41.5
%26.88

CMYK color model

#506944 color CMYK value is (24,0,35,59).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 35.24%
  • key color value is 58.82%
CMYK:
(24,0,35,59)
C24M0Y35K59 
(24%,0%,35%,59%)
(0.24/0.00/0.35/0.59)	

CMYK percentages

%23.81
%0
%35.24
%58.82

Codes

Color #506944 in popluar color models

506944
RGB8010568
HSL101°21.39%33.92%
HSB/HSV101°35.24%41.18%
CMYK23.81%0.00%35.24%
58.82%

Color #506944 in popluar number systems.

HEX506944
Decimal8010568
Binary101000011010011000100
Octal120151104

Shades and tints

Shades of #506944

#506944
(80,105,68)
#49603E
(73,96,62)
#425738
(66,87,56)
#3B4E32
(59,78,50)
#34452C
(52,69,44)
#2D3C26
(45,60,38)
#263320
(38,51,32)
#1F2A1A
(31,42,26)
#182114
(24,33,20)
#11180E
(17,24,14)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #506944

#506944
(80,105,68)
#5F7655
(95,118,85)
#6E8366
(110,131,102)
#7D9077
(125,144,119)
#8C9D88
(140,157,136)
#9BAA99
(155,170,153)
#AAB7AA
(170,183,170)
#B9C4BB
(185,196,187)
#C8D1CC
(200,209,204)
#D7DEDD
(215,222,221)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506944; }

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

This text font color is #506944.


Background Color

.myBgColor { background-color: #506944; }

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

This div background color is #506944.


Border color

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

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

This div border color is #506944.


Opacity

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

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

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

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

This text has shadow with #506944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506944 on black background.


Color preview on white background

This text has color #506944 on white background.



Black color preview on #506944 background

This text has black color on #506944 background.


White color preview on #506944 background

This text has white color on #506944 background.