COLOR #506039

HEX: #506039
RGB: (80,96,57)

Color info

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

RGB color model

#506039 color RGB value is (80,96,57).

  • red value is 80;
  • green value is 96;
  • blue value is 57.
RGB:
(80,96,57)
(31%,38%,22%)

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 57 of 255 = 22%

80
96
57

R + G + B ~ 30%. #506039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 57 = 233 (100%)
R 80 of 233 ~ 34.33%
G 96 of 233 ~ 41.2%
B 57 of 233 ~ 24.46%

%34.33
%41.2
%24.46

CMYK color model

#506039 color CMYK value is (17,0,41,62).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 62.35%
CMYK:
(17,0,41,62)
C17M0Y41K62 
(17%,0%,41%,62%)
(0.17/0.00/0.41/0.62)	

CMYK percentages

%16.67
%0
%40.63
%62.35

Codes

Color #506039 in popluar color models

506039
RGB809657
HSL85°25.49%30.00%
HSB/HSV85°40.63%37.65%
CMYK16.67%0.00%40.63%
62.35%

Color #506039 in popluar number systems.

HEX506039
Decimal809657
Binary10100001100000111001
Octal12014071

Shades and tints

Shades of #506039

#506039
(80,96,57)
#495834
(73,88,52)
#42502F
(66,80,47)
#3B482A
(59,72,42)
#344025
(52,64,37)
#2D3820
(45,56,32)
#26301B
(38,48,27)
#1F2816
(31,40,22)
#182011
(24,32,17)
#11180C
(17,24,12)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #506039

#506039
(80,96,57)
#5F6E4B
(95,110,75)
#6E7C5D
(110,124,93)
#7D8A6F
(125,138,111)
#8C9881
(140,152,129)
#9BA693
(155,166,147)
#AAB4A5
(170,180,165)
#B9C2B7
(185,194,183)
#C8D0C9
(200,208,201)
#D7DEDB
(215,222,219)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506039 color. Also use rgb(80,96,57) instead hex code.

Text Font Color

.myTextColor { color: #506039; }

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

This text font color is #506039.


Background Color

.myBgColor { background-color: #506039; }

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

This div background color is #506039.


Border color

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

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

This div border color is #506039.


Opacity

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

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

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

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

This text has shadow with #506039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506039 on black background.


Color preview on white background

This text has color #506039 on white background.



Black color preview on #506039 background

This text has black color on #506039 background.


White color preview on #506039 background

This text has white color on #506039 background.