COLOR #506439

HEX: #506439
RGB: (80,100,57)

Color info

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

RGB color model

#506439 color RGB value is (80,100,57).

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

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 57 of 255 = 22%

80
100
57

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

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 57 = 237 (100%)
R 80 of 237 ~ 33.76%
G 100 of 237 ~ 42.19%
B 57 of 237 ~ 24.05%

%33.76
%42.19
%24.05

CMYK color model

#506439 color CMYK value is (20,0,43,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 60.78%
CMYK:
(20,0,43,61)
C20M0Y43K61 
(20%,0%,43%,61%)
(0.20/0.00/0.43/0.61)	

CMYK percentages

%20
%0
%43
%60.78

Codes

Color #506439 in popluar color models

506439
RGB8010057
HSL88°27.39%30.78%
HSB/HSV88°43.00%39.22%
CMYK20.00%0.00%43.00%
60.78%

Color #506439 in popluar number systems.

HEX506439
Decimal8010057
Binary10100001100100111001
Octal12014471

Shades and tints

Shades of #506439

#506439
(80,100,57)
#495B34
(73,91,52)
#42522F
(66,82,47)
#3B492A
(59,73,42)
#344025
(52,64,37)
#2D3720
(45,55,32)
#262E1B
(38,46,27)
#1F2516
(31,37,22)
#181C11
(24,28,17)
#11130C
(17,19,12)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #506439

#506439
(80,100,57)
#5F724B
(95,114,75)
#6E805D
(110,128,93)
#7D8E6F
(125,142,111)
#8C9C81
(140,156,129)
#9BAA93
(155,170,147)
#AAB8A5
(170,184,165)
#B9C6B7
(185,198,183)
#C8D4C9
(200,212,201)
#D7E2DB
(215,226,219)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506439; }

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

This text font color is #506439.


Background Color

.myBgColor { background-color: #506439; }

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

This div background color is #506439.


Border color

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

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

This div border color is #506439.


Opacity

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

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

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

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

This text has shadow with #506439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506439 on black background.


Color preview on white background

This text has color #506439 on white background.



Black color preview on #506439 background

This text has black color on #506439 background.


White color preview on #506439 background

This text has white color on #506439 background.