COLOR #505E3B

HEX: #505E3B
RGB: (80,94,59)

Color info

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

RGB color model

#505E3B color RGB value is (80,94,59).

  • red value is 80;
  • green value is 94;
  • blue value is 59.
RGB:
(80,94,59)
(31%,37%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 59 of 255 = 23%

80
94
59

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

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 59 = 233 (100%)
R 80 of 233 ~ 34.33%
G 94 of 233 ~ 40.34%
B 59 of 233 ~ 25.32%

%34.33
%40.34
%25.32

CMYK color model

#505E3B color CMYK value is (15,0,37,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 63.14%
CMYK:
(15,0,37,63)
C15M0Y37K63 
(15%,0%,37%,63%)
(0.15/0.00/0.37/0.63)	

CMYK percentages

%14.89
%0
%37.23
%63.14

Codes

Color #505E3B in popluar color models

505E3B
RGB809459
HSL84°22.88%30.00%
HSB/HSV84°37.23%36.86%
CMYK14.89%0.00%37.23%
63.14%

Color #505E3B in popluar number systems.

HEX505E3B
Decimal809459
Binary10100001011110111011
Octal12013673

Shades and tints

Shades of #505E3B

#505E3B
(80,94,59)
#495636
(73,86,54)
#424E31
(66,78,49)
#3B462C
(59,70,44)
#343E27
(52,62,39)
#2D3622
(45,54,34)
#262E1D
(38,46,29)
#1F2618
(31,38,24)
#181E13
(24,30,19)
#11160E
(17,22,14)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #505E3B

#505E3B
(80,94,59)
#5F6C4C
(95,108,76)
#6E7A5D
(110,122,93)
#7D886E
(125,136,110)
#8C967F
(140,150,127)
#9BA490
(155,164,144)
#AAB2A1
(170,178,161)
#B9C0B2
(185,192,178)
#C8CEC3
(200,206,195)
#D7DCD4
(215,220,212)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505E3B color. Also use rgb(80,94,59) instead hex code.

Text Font Color

.myTextColor { color: #505E3B; }

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

This text font color is #505E3B.


Background Color

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

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

This div background color is #505E3B.


Border color

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

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

This div border color is #505E3B.


Opacity

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

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

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

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

This text has shadow with #505E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E3B on black background.


Color preview on white background

This text has color #505E3B on white background.



Black color preview on #505E3B background

This text has black color on #505E3B background.


White color preview on #505E3B background

This text has white color on #505E3B background.