COLOR #505F3E

HEX: #505F3E
RGB: (80,95,62)

Color info

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

RGB color model

#505F3E color RGB value is (80,95,62).

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

RGB channels and saturation

R 80 of 255 = 31%
G 95 of 255 = 37%
B 62 of 255 = 24%

80
95
62

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

Portions of RGB colors in percentages

R + G + B =
80 + 95 + 62 = 237 (100%)
R 80 of 237 ~ 33.76%
G 95 of 237 ~ 40.08%
B 62 of 237 ~ 26.16%

%33.76
%40.08
%26.16

CMYK color model

#505F3E color CMYK value is (16,0,35,63).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 34.74%
  • key color value is 62.75%
CMYK:
(16,0,35,63)
C16M0Y35K63 
(16%,0%,35%,63%)
(0.16/0.00/0.35/0.63)	

CMYK percentages

%15.79
%0
%34.74
%62.75

Codes

Color #505F3E in popluar color models

505F3E
RGB809562
HSL87°21.02%30.78%
HSB/HSV87°34.74%37.25%
CMYK15.79%0.00%34.74%
62.75%

Color #505F3E in popluar number systems.

HEX505F3E
Decimal809562
Binary10100001011111111110
Octal12013776

Shades and tints

Shades of #505F3E

#505F3E
(80,95,62)
#495739
(73,87,57)
#424F34
(66,79,52)
#3B472F
(59,71,47)
#343F2A
(52,63,42)
#2D3725
(45,55,37)
#262F20
(38,47,32)
#1F271B
(31,39,27)
#181F16
(24,31,22)
#111711
(17,23,17)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #505F3E

#505F3E
(80,95,62)
#5F6D4F
(95,109,79)
#6E7B60
(110,123,96)
#7D8971
(125,137,113)
#8C9782
(140,151,130)
#9BA593
(155,165,147)
#AAB3A4
(170,179,164)
#B9C1B5
(185,193,181)
#C8CFC6
(200,207,198)
#D7DDD7
(215,221,215)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F3E; }

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

This text font color is #505F3E.


Background Color

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

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

This div background color is #505F3E.


Border color

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

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

This div border color is #505F3E.


Opacity

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

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

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

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

This text has shadow with #505F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F3E on black background.


Color preview on white background

This text has color #505F3E on white background.



Black color preview on #505F3E background

This text has black color on #505F3E background.


White color preview on #505F3E background

This text has white color on #505F3E background.