COLOR #505E45

HEX: #505E45 RGB: (80,94,69)

Color info

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

RGB color model

#505E45 color RGB value is (80,94,69).

RGB: (80,94,69) (31%, 37%, 27%)

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 69 of 255 = 27%

80
94
69

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

Portions of RGB colors in percentages

R + G + B = 80 + 94 + 69 = 243 (100%)
R 80 of 243 ~ 32.92%
G 94 of 243 ~ 38.68%
B 69 of 243 ~ 28.4'%

%32.92
%38.68
%28.4

CMYK color model

#505E45 color CMYK value is (15,0,27,63).

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

CMYK: (15,0,27,63)
C15M0Y27K63 (15%, 0%, 27%, 63%)
(0.15 / 0.00 / 0.27 / 0.63)

CMYK percentages

%14.89
%0
%26.6
%63.14

Codes

Color #505E45 in popluar color models

50 5E 45
RGB 80 94 69
HSL 94° 15.34% 31.96%
HSB/HSV 94° 26.60% 36.86%
CMYK 14.89% 0.00% 26.60%
63.14%

Color #505E45 in popluar number systems.

HEX 50 5E 45
Decimal 80 94 69
Binary 1010000 1011110 1000101
Octal 120 136 105

Shades and tints

Shades of #505E45

#505E45
(80,94,69)
#49563F
(73,86,63)
#424E39
(66,78,57)
#3B4633
(59,70,51)
#343E2D
(52,62,45)
#2D3627
(45,54,39)
#262E21
(38,46,33)
#1F261B
(31,38,27)
#181E15
(24,30,21)
#11160F
(17,22,15)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #505E45

#505E45
(80,94,69)
#5F6C55
(95,108,85)
#6E7A65
(110,122,101)
#7D8875
(125,136,117)
#8C9685
(140,150,133)
#9BA495
(155,164,149)
#AAB2A5
(170,178,165)
#B9C0B5
(185,192,181)
#C8CEC5
(200,206,197)
#D7DCD5
(215,220,213)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E45; }

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

This text font color is #505E45.

Background Color

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

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

This div background color is #505E45.

Border color

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

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

This div border color is #505E45.

Opacity

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

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

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

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

This text has shadow with #505E45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505E45.

Preview

Color preview on black background

This text has color #505E45 on black background.


Color preview on white background

This text has color #505E45 on white background.


Black color preview on #505E45 background

This text has black color on #505E45 background.


White color preview on #505E45 background

This text has white color on #505E45 background.


Related colors

Complementary color

Complementary color for #hex is #AFA1BA.


I love getcolorcode.com

Triadic colors

1 #45505E and #5E4550 with #505E45 are triadic colors.

2 #455E50 and #5E5045 with #505E45 are triadic colors.