COLOR #505B48

HEX: #505B48 RGB: (80,91,72)

Color info

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

RGB color model

#505B48 color RGB value is (80,91,72).

RGB: (80,91,72) (31%, 36%, 28%)

RGB channels and saturation

R 80 of 255 = 31%
G 91 of 255 = 36%
B 72 of 255 = 28%

80
91
72

R + G + B ~ 32%. #505B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 91 + 72 = 243 (100%)
R 80 of 243 ~ 32.92%
G 91 of 243 ~ 37.45%
B 72 of 243 ~ 29.63'%

%32.92
%37.45
%29.63

CMYK color model

#505B48 color CMYK value is (12,0,21,64).

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

CMYK: (12,0,21,64)
C12M0Y21K64 (12%, 0%, 21%, 64%)
(0.12 / 0.00 / 0.21 / 0.64)

CMYK percentages

%12.09
%0
%20.88
%64.31

Codes

Color #505B48 in popluar color models

50 5B 48
RGB 80 91 72
HSL 95° 11.66% 31.96%
HSB/HSV 95° 20.88% 35.69%
CMYK 12.09% 0.00% 20.88%
64.31%

Color #505B48 in popluar number systems.

HEX 50 5B 48
Decimal 80 91 72
Binary 1010000 1011011 1001000
Octal 120 133 110

Shades and tints

Shades of #505B48

#505B48
(80,91,72)
#495342
(73,83,66)
#424B3C
(66,75,60)
#3B4336
(59,67,54)
#343B30
(52,59,48)
#2D332A
(45,51,42)
#262B24
(38,43,36)
#1F231E
(31,35,30)
#181B18
(24,27,24)
#111312
(17,19,18)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #505B48

#505B48
(80,91,72)
#5F6958
(95,105,88)
#6E7768
(110,119,104)
#7D8578
(125,133,120)
#8C9388
(140,147,136)
#9BA198
(155,161,152)
#AAAFA8
(170,175,168)
#B9BDB8
(185,189,184)
#C8CBC8
(200,203,200)
#D7D9D8
(215,217,216)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505B48; }

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

This text font color is #505B48.

Background Color

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

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

This div background color is #505B48.

Border color

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

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

This div border color is #505B48.

Opacity

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

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

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

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

This text has shadow with #505B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505B48.

Preview

Color preview on black background

This text has color #505B48 on black background.


Color preview on white background

This text has color #505B48 on white background.


Black color preview on #505B48 background

This text has black color on #505B48 background.


White color preview on #505B48 background

This text has white color on #505B48 background.


Related colors

Complementary color

Complementary color for #hex is #AFA4B7.


I love getcolorcode.com

Triadic colors

1 #48505B and #5B4850 with #505B48 are triadic colors.

2 #485B50 and #5B5048 with #505B48 are triadic colors.