COLOR #505F4A

HEX: #505F4A RGB: (80,95,74)

Color info

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

RGB color model

#505F4A color RGB value is (80,95,74).

RGB: (80,95,74) (31%, 37%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 95 of 255 = 37%
B 74 of 255 = 29%

80
95
74

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

Portions of RGB colors in percentages

R + G + B = 80 + 95 + 74 = 249 (100%)
R 80 of 249 ~ 32.13%
G 95 of 249 ~ 38.15%
B 74 of 249 ~ 29.72'%

%32.13
%38.15
%29.72

CMYK color model

#505F4A color CMYK value is (16,0,22,63).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 62.75%

CMYK: (16,0,22,63)
C16M0Y22K63 (16%, 0%, 22%, 63%)
(0.16 / 0.00 / 0.22 / 0.63)

CMYK percentages

%15.79
%0
%22.11
%62.75

Codes

Color #505F4A in popluar color models

50 5F 4A
RGB 80 95 74
HSL 103° 12.43% 33.14%
HSB/HSV 103° 22.11% 37.25%
CMYK 15.79% 0.00% 22.11%
62.75%

Color #505F4A in popluar number systems.

HEX 50 5F 4A
Decimal 80 95 74
Binary 1010000 1011111 1001010
Octal 120 137 112

Shades and tints

Shades of #505F4A

#505F4A
(80,95,74)
#495744
(73,87,68)
#424F3E
(66,79,62)
#3B4738
(59,71,56)
#343F32
(52,63,50)
#2D372C
(45,55,44)
#262F26
(38,47,38)
#1F2720
(31,39,32)
#181F1A
(24,31,26)
#111714
(17,23,20)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #505F4A

#505F4A
(80,95,74)
#5F6D5A
(95,109,90)
#6E7B6A
(110,123,106)
#7D897A
(125,137,122)
#8C978A
(140,151,138)
#9BA59A
(155,165,154)
#AAB3AA
(170,179,170)
#B9C1BA
(185,193,186)
#C8CFCA
(200,207,202)
#D7DDDA
(215,221,218)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F4A; }

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

This text font color is #505F4A.

Background Color

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

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

This div background color is #505F4A.

Border color

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

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

This div border color is #505F4A.

Opacity

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

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

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

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

This text has shadow with #505F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505F4A.

Preview

Color preview on black background

This text has color #505F4A on black background.


Color preview on white background

This text has color #505F4A on white background.


Black color preview on #505F4A background

This text has black color on #505F4A background.


White color preview on #505F4A background

This text has white color on #505F4A background.


Related colors

Complementary color

Complementary color for #hex is #AFA0B5.


I love getcolorcode.com

Triadic colors

1 #4A505F and #5F4A50 with #505F4A are triadic colors.

2 #4A5F50 and #5F504A with #505F4A are triadic colors.