COLOR #505E3F

HEX: #505E3F RGB: (80,94,63)

Color info

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

RGB color model

#505E3F color RGB value is (80,94,63).

RGB: (80,94,63) (31%, 37%, 25%)

RGB channels and saturation

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

80
94
63

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

Portions of RGB colors in percentages

R + G + B = 80 + 94 + 63 = 237 (100%)
R 80 of 237 ~ 33.76%
G 94 of 237 ~ 39.66%
B 63 of 237 ~ 26.58'%

%33.76
%39.66
%26.58

CMYK color model

#505E3F color CMYK value is (15,0,33,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 32.98%
  • key color value is 63.14%

CMYK: (15,0,33,63)
C15M0Y33K63 (15%, 0%, 33%, 63%)
(0.15 / 0.00 / 0.33 / 0.63)

CMYK percentages

%14.89
%0
%32.98
%63.14

Codes

Color #505E3F in popluar color models

50 5E 3F
RGB 80 94 63
HSL 87° 19.75% 30.78%
HSB/HSV 87° 32.98% 36.86%
CMYK 14.89% 0.00% 32.98%
63.14%

Color #505E3F in popluar number systems.

HEX 50 5E 3F
Decimal 80 94 63
Binary 1010000 1011110 111111
Octal 120 136 77

Shades and tints

Shades of #505E3F

#505E3F
(80,94,63)
#49563A
(73,86,58)
#424E35
(66,78,53)
#3B4630
(59,70,48)
#343E2B
(52,62,43)
#2D3626
(45,54,38)
#262E21
(38,46,33)
#1F261C
(31,38,28)
#181E17
(24,30,23)
#111612
(17,22,18)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #505E3F

#505E3F
(80,94,63)
#5F6C50
(95,108,80)
#6E7A61
(110,122,97)
#7D8872
(125,136,114)
#8C9683
(140,150,131)
#9BA494
(155,164,148)
#AAB2A5
(170,178,165)
#B9C0B6
(185,192,182)
#C8CEC7
(200,206,199)
#D7DCD8
(215,220,216)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E3F; }

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

This text font color is #505E3F.

Background Color

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

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

This div background color is #505E3F.

Border color

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

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

This div border color is #505E3F.

Opacity

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

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

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

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

This text has shadow with #505E3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505E3F.

Preview

Color preview on black background

This text has color #505E3F on black background.


Color preview on white background

This text has color #505E3F on white background.


Black color preview on #505E3F background

This text has black color on #505E3F background.


White color preview on #505E3F background

This text has white color on #505E3F background.


Related colors

Complementary color

Complementary color for #hex is #AFA1C0.


I love getcolorcode.com

Triadic colors

1 #3F505E and #5E3F50 with #505E3F are triadic colors.

2 #3F5E50 and #5E503F with #505E3F are triadic colors.