COLOR #505F3F

HEX: #505F3F
RGB: (80,95,63)

Color info

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

RGB color model

#505F3F color RGB value is (80,95,63).

  • red value is 80;
  • green value is 95;
  • blue value is 63.
RGB:
(80,95,63)
(31%,37%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 95 of 255 = 37%
B 63 of 255 = 25%

80
95
63

R + G + B ~ 31%. #505F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 95 + 63 = 238 (100%)
R 80 of 238 ~ 33.61%
G 95 of 238 ~ 39.92%
B 63 of 238 ~ 26.47%

%33.61
%39.92
%26.47

CMYK color model

#505F3F color CMYK value is (16,0,34,63).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 62.75%
CMYK:
(16,0,34,63)
C16M0Y34K63 
(16%,0%,34%,63%)
(0.16/0.00/0.34/0.63)	

CMYK percentages

%15.79
%0
%33.68
%62.75

Codes

Color #505F3F in popluar color models

505F3F
RGB809563
HSL88°20.25%30.98%
HSB/HSV88°33.68%37.25%
CMYK15.79%0.00%33.68%
62.75%

Color #505F3F in popluar number systems.

HEX505F3F
Decimal809563
Binary10100001011111111111
Octal12013777

Shades and tints

Shades of #505F3F

#505F3F
(80,95,63)
#49573A
(73,87,58)
#424F35
(66,79,53)
#3B4730
(59,71,48)
#343F2B
(52,63,43)
#2D3726
(45,55,38)
#262F21
(38,47,33)
#1F271C
(31,39,28)
#181F17
(24,31,23)
#111712
(17,23,18)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #505F3F

#505F3F
(80,95,63)
#5F6D50
(95,109,80)
#6E7B61
(110,123,97)
#7D8972
(125,137,114)
#8C9783
(140,151,131)
#9BA594
(155,165,148)
#AAB3A5
(170,179,165)
#B9C1B6
(185,193,182)
#C8CFC7
(200,207,199)
#D7DDD8
(215,221,216)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F3F; }

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

This text font color is #505F3F.


Background Color

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

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

This div background color is #505F3F.


Border color

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

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

This div border color is #505F3F.


Opacity

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

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

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

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

This text has shadow with #505F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F3F on black background.


Color preview on white background

This text has color #505F3F on white background.



Black color preview on #505F3F background

This text has black color on #505F3F background.


White color preview on #505F3F background

This text has white color on #505F3F background.