COLOR #506F5F

HEX: #506F5F RGB: (80,111,95)

Color info

#506F5F contains red, green and blue colors in about the same proportion. Web safe color of #506F5F is #666666 (or #666).

RGB color model

#506F5F color RGB value is (80,111,95).

RGB: (80,111,95) (31%, 44%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 111 of 255 = 44%
B 95 of 255 = 37%

80
111
95

R + G + B ~ 37%. #506F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 111 + 95 = 286 (100%)
R 80 of 286 ~ 27.97%
G 111 of 286 ~ 38.81%
B 95 of 286 ~ 33.22'%

%27.97
%38.81
%33.22

CMYK color model

#506F5F color CMYK value is (28,0,14,56).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 56.47%

CMYK: (28,0,14,56)
C28M0Y14K56 (28%, 0%, 14%, 56%)
(0.28 / 0.00 / 0.14 / 0.56)

CMYK percentages

%27.93
%0
%14.41
%56.47

Codes

Color #506F5F in popluar color models

50 6F 5F
RGB 80 111 95
HSL 149° 16.23% 37.45%
HSB/HSV 149° 27.93% 43.53%
CMYK 27.93% 0.00% 14.41%
56.47%

Color #506F5F in popluar number systems.

HEX 50 6F 5F
Decimal 80 111 95
Binary 1010000 1101111 1011111
Octal 120 157 137

Shades and tints

Shades of #506F5F

#506F5F
(80,111,95)
#496557
(73,101,87)
#425B4F
(66,91,79)
#3B5147
(59,81,71)
#34473F
(52,71,63)
#2D3D37
(45,61,55)
#26332F
(38,51,47)
#1F2927
(31,41,39)
#181F1F
(24,31,31)
#111517
(17,21,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #506F5F

#506F5F
(80,111,95)
#5F7C6D
(95,124,109)
#6E897B
(110,137,123)
#7D9689
(125,150,137)
#8CA397
(140,163,151)
#9BB0A5
(155,176,165)
#AABDB3
(170,189,179)
#B9CAC1
(185,202,193)
#C8D7CF
(200,215,207)
#D7E4DD
(215,228,221)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506F5F color. Also use rgb(80,111,95) instead hex code.

Text Font Color

.myTextColor { color: #506F5F; }

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

This text font color is #506F5F.

Background Color

.myBgColor { background-color: #506F5F; }

<div style="background-color:#506F5F">Inner text</div>

This div background color is #506F5F.

Border color

.myBorderColor { border: 1px solid #506F5F; }

<div style="border:3px solid #506F5F">Div</div>

This div border color is #506F5F.

Opacity

.myOpacity80 { color: #506F5F; opacity: 0.8; }

<p style="color:#506F5F;opacity:0.8;">80%</p>

Text with #506F5F 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 #506F5F;}

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

This text has shadow with #506F5F color.


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

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

This text has shadow with #506F5F primary color and red secondary color.


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

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

This text has shadow with #506F5F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #506F5F.

Preview

Color preview on black background

This text has color #506F5F on black background.


Color preview on white background

This text has color #506F5F on white background.


Black color preview on #506F5F background

This text has black color on #506F5F background.


White color preview on #506F5F background

This text has white color on #506F5F background.


Related colors

Complementary color

Complementary color for #hex is #AF90A0.


I love getcolorcode.com

Triadic colors

1 #5F506F and #6F5F50 with #506F5F are triadic colors.

2 #5F6F50 and #6F505F with #506F5F are triadic colors.