COLOR #505B31

HEX: #505B31 RGB: (80,91,49)

Color info

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

RGB color model

#505B31 color RGB value is (80,91,49).

RGB: (80,91,49) (31%, 36%, 19%)

RGB channels and saturation

R 80 of 255 = 31%
G 91 of 255 = 36%
B 49 of 255 = 19%

80
91
49

R + G + B ~ 29%. #505B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 91 + 49 = 220 (100%)
R 80 of 220 ~ 36.36%
G 91 of 220 ~ 41.36%
B 49 of 220 ~ 22.27'%

%36.36
%41.36
%22.27

CMYK color model

#505B31 color CMYK value is (12,0,46,64).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 64.31%

CMYK: (12,0,46,64)
C12M0Y46K64 (12%, 0%, 46%, 64%)
(0.12 / 0.00 / 0.46 / 0.64)

CMYK percentages

%12.09
%0
%46.15
%64.31

Codes

Color #505B31 in popluar color models

50 5B 31
RGB 80 91 49
HSL 76° 30.00% 27.45%
HSB/HSV 76° 46.15% 35.69%
CMYK 12.09% 0.00% 46.15%
64.31%

Color #505B31 in popluar number systems.

HEX 50 5B 31
Decimal 80 91 49
Binary 1010000 1011011 110001
Octal 120 133 61

Shades and tints

Shades of #505B31

#505B31
(80,91,49)
#49532D
(73,83,45)
#424B29
(66,75,41)
#3B4325
(59,67,37)
#343B21
(52,59,33)
#2D331D
(45,51,29)
#262B19
(38,43,25)
#1F2315
(31,35,21)
#181B11
(24,27,17)
#11130D
(17,19,13)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #505B31

#505B31
(80,91,49)
#5F6943
(95,105,67)
#6E7755
(110,119,85)
#7D8567
(125,133,103)
#8C9379
(140,147,121)
#9BA18B
(155,161,139)
#AAAF9D
(170,175,157)
#B9BDAF
(185,189,175)
#C8CBC1
(200,203,193)
#D7D9D3
(215,217,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505B31 color. Also use rgb(80,91,49) instead hex code.

Text Font Color

.myTextColor { color: #505B31; }

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

This text font color is #505B31.

Background Color

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

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

This div background color is #505B31.

Border color

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

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

This div border color is #505B31.

Opacity

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

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

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

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

This text has shadow with #505B31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505B31.

Preview

Color preview on black background

This text has color #505B31 on black background.


Color preview on white background

This text has color #505B31 on white background.


Black color preview on #505B31 background

This text has black color on #505B31 background.


White color preview on #505B31 background

This text has white color on #505B31 background.


Related colors

Complementary color

Complementary color for #hex is #AFA4CE.


I love getcolorcode.com

Triadic colors

1 #31505B and #5B3150 with #505B31 are triadic colors.

2 #315B50 and #5B5031 with #505B31 are triadic colors.