COLOR #505E44

HEX: #505E44
RGB: (80,94,68)

Color info

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

RGB color model

#505E44 color RGB value is (80,94,68).

  • red value is 80;
  • green value is 94;
  • blue value is 68.
RGB:
(80,94,68)
(31%,37%,27%)

RGB channels and saturation

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

80
94
68

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

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 68 = 242 (100%)
R 80 of 242 ~ 33.06%
G 94 of 242 ~ 38.84%
B 68 of 242 ~ 28.1%

%33.06
%38.84
%28.1

CMYK color model

#505E44 color CMYK value is (15,0,28,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 63.14%
CMYK:
(15,0,28,63)
C15M0Y28K63 
(15%,0%,28%,63%)
(0.15/0.00/0.28/0.63)	

CMYK percentages

%14.89
%0
%27.66
%63.14

Codes

Color #505E44 in popluar color models

505E44
RGB809468
HSL92°16.05%31.76%
HSB/HSV92°27.66%36.86%
CMYK14.89%0.00%27.66%
63.14%

Color #505E44 in popluar number systems.

HEX505E44
Decimal809468
Binary101000010111101000100
Octal120136104

Shades and tints

Shades of #505E44

#505E44
(80,94,68)
#49563E
(73,86,62)
#424E38
(66,78,56)
#3B4632
(59,70,50)
#343E2C
(52,62,44)
#2D3626
(45,54,38)
#262E20
(38,46,32)
#1F261A
(31,38,26)
#181E14
(24,30,20)
#11160E
(17,22,14)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #505E44

#505E44
(80,94,68)
#5F6C55
(95,108,85)
#6E7A66
(110,122,102)
#7D8877
(125,136,119)
#8C9688
(140,150,136)
#9BA499
(155,164,153)
#AAB2AA
(170,178,170)
#B9C0BB
(185,192,187)
#C8CECC
(200,206,204)
#D7DCDD
(215,220,221)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E44; }

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

This text font color is #505E44.


Background Color

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

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

This div background color is #505E44.


Border color

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

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

This div border color is #505E44.


Opacity

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

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

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

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

This text has shadow with #505E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E44 on black background.


Color preview on white background

This text has color #505E44 on white background.



Black color preview on #505E44 background

This text has black color on #505E44 background.


White color preview on #505E44 background

This text has white color on #505E44 background.