COLOR #505E24

HEX: #505E24
RGB: (80,94,36)

Color info

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

RGB color model

#505E24 color RGB value is (80,94,36).

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

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 36 of 255 = 14%

80
94
36

R + G + B ~ 27%. #505E24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 36 = 210 (100%)
R 80 of 210 ~ 38.1%
G 94 of 210 ~ 44.76%
B 36 of 210 ~ 17.14%

%38.1
%44.76
%17.14

CMYK color model

#505E24 color CMYK value is (15,0,62,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 61.70%
  • key color value is 63.14%
CMYK:
(15,0,62,63)
C15M0Y62K63 
(15%,0%,62%,63%)
(0.15/0.00/0.62/0.63)	

CMYK percentages

%14.89
%0
%61.7
%63.14

Codes

Color #505E24 in popluar color models

505E24
RGB809436
HSL74°44.62%25.49%
HSB/HSV74°61.70%36.86%
CMYK14.89%0.00%61.70%
63.14%

Color #505E24 in popluar number systems.

HEX505E24
Decimal809436
Binary10100001011110100100
Octal12013644

Shades and tints

Shades of #505E24

#505E24
(80,94,36)
#495621
(73,86,33)
#424E1E
(66,78,30)
#3B461B
(59,70,27)
#343E18
(52,62,24)
#2D3615
(45,54,21)
#262E12
(38,46,18)
#1F260F
(31,38,15)
#181E0C
(24,30,12)
#111609
(17,22,9)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #505E24

#505E24
(80,94,36)
#5F6C37
(95,108,55)
#6E7A4A
(110,122,74)
#7D885D
(125,136,93)
#8C9670
(140,150,112)
#9BA483
(155,164,131)
#AAB296
(170,178,150)
#B9C0A9
(185,192,169)
#C8CEBC
(200,206,188)
#D7DCCF
(215,220,207)
#E6EAE2
(230,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E24; }

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

This text font color is #505E24.


Background Color

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

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

This div background color is #505E24.


Border color

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

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

This div border color is #505E24.


Opacity

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

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

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

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

This text has shadow with #505E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E24 on black background.


Color preview on white background

This text has color #505E24 on white background.



Black color preview on #505E24 background

This text has black color on #505E24 background.


White color preview on #505E24 background

This text has white color on #505E24 background.