COLOR #505E2C

HEX: #505E2C
RGB: (80,94,44)

Color info

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

RGB color model

#505E2C color RGB value is (80,94,44).

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

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 44 of 255 = 17%

80
94
44

R + G + B ~ 28%. #505E2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 44 = 218 (100%)
R 80 of 218 ~ 36.7%
G 94 of 218 ~ 43.12%
B 44 of 218 ~ 20.18%

%36.7
%43.12
%20.18

CMYK color model

#505E2C color CMYK value is (15,0,53,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 63.14%
CMYK:
(15,0,53,63)
C15M0Y53K63 
(15%,0%,53%,63%)
(0.15/0.00/0.53/0.63)	

CMYK percentages

%14.89
%0
%53.19
%63.14

Codes

Color #505E2C in popluar color models

505E2C
RGB809444
HSL77°36.23%27.06%
HSB/HSV77°53.19%36.86%
CMYK14.89%0.00%53.19%
63.14%

Color #505E2C in popluar number systems.

HEX505E2C
Decimal809444
Binary10100001011110101100
Octal12013654

Shades and tints

Shades of #505E2C

#505E2C
(80,94,44)
#495628
(73,86,40)
#424E24
(66,78,36)
#3B4620
(59,70,32)
#343E1C
(52,62,28)
#2D3618
(45,54,24)
#262E14
(38,46,20)
#1F2610
(31,38,16)
#181E0C
(24,30,12)
#111608
(17,22,8)
#0A0E04
(10,14,4)
#000000
(0,0,0)

Tints of #505E2C

#505E2C
(80,94,44)
#5F6C3F
(95,108,63)
#6E7A52
(110,122,82)
#7D8865
(125,136,101)
#8C9678
(140,150,120)
#9BA48B
(155,164,139)
#AAB29E
(170,178,158)
#B9C0B1
(185,192,177)
#C8CEC4
(200,206,196)
#D7DCD7
(215,220,215)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E2C; }

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

This text font color is #505E2C.


Background Color

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

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

This div background color is #505E2C.


Border color

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

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

This div border color is #505E2C.


Opacity

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

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

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

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

This text has shadow with #505E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E2C on black background.


Color preview on white background

This text has color #505E2C on white background.



Black color preview on #505E2C background

This text has black color on #505E2C background.


White color preview on #505E2C background

This text has white color on #505E2C background.