COLOR #505F40

HEX: #505F40
RGB: (80,95,64)

Color info

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

RGB color model

#505F40 color RGB value is (80,95,64).

  • red value is 80;
  • green value is 95;
  • blue value is 64.
RGB:
(80,95,64)
(31%,37%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 95 of 255 = 37%
B 64 of 255 = 25%

80
95
64

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

Portions of RGB colors in percentages

R + G + B =
80 + 95 + 64 = 239 (100%)
R 80 of 239 ~ 33.47%
G 95 of 239 ~ 39.75%
B 64 of 239 ~ 26.78%

%33.47
%39.75
%26.78

CMYK color model

#505F40 color CMYK value is (16,0,33,63).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 32.63%
  • key color value is 62.75%
CMYK:
(16,0,33,63)
C16M0Y33K63 
(16%,0%,33%,63%)
(0.16/0.00/0.33/0.63)	

CMYK percentages

%15.79
%0
%32.63
%62.75

Codes

Color #505F40 in popluar color models

505F40
RGB809564
HSL89°19.50%31.18%
HSB/HSV89°32.63%37.25%
CMYK15.79%0.00%32.63%
62.75%

Color #505F40 in popluar number systems.

HEX505F40
Decimal809564
Binary101000010111111000000
Octal120137100

Shades and tints

Shades of #505F40

#505F40
(80,95,64)
#49573B
(73,87,59)
#424F36
(66,79,54)
#3B4731
(59,71,49)
#343F2C
(52,63,44)
#2D3727
(45,55,39)
#262F22
(38,47,34)
#1F271D
(31,39,29)
#181F18
(24,31,24)
#111713
(17,23,19)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #505F40

#505F40
(80,95,64)
#5F6D51
(95,109,81)
#6E7B62
(110,123,98)
#7D8973
(125,137,115)
#8C9784
(140,151,132)
#9BA595
(155,165,149)
#AAB3A6
(170,179,166)
#B9C1B7
(185,193,183)
#C8CFC8
(200,207,200)
#D7DDD9
(215,221,217)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505F40 color. Also use rgb(80,95,64) instead hex code.

Text Font Color

.myTextColor { color: #505F40; }

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

This text font color is #505F40.


Background Color

.myBgColor { background-color: #505F40; }

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

This div background color is #505F40.


Border color

.myBorderColor { border: 1px solid #505F40; }

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

This div border color is #505F40.


Opacity

.myOpacity80 { color: #505F40; opacity: 0.8; }

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

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

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

This text has shadow with #505F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F40 on black background.


Color preview on white background

This text has color #505F40 on white background.



Black color preview on #505F40 background

This text has black color on #505F40 background.


White color preview on #505F40 background

This text has white color on #505F40 background.