COLOR #505E29

HEX: #505E29
RGB: (80,94,41)

Color info

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

RGB color model

#505E29 color RGB value is (80,94,41).

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

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 41 of 255 = 16%

80
94
41

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

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 41 = 215 (100%)
R 80 of 215 ~ 37.21%
G 94 of 215 ~ 43.72%
B 41 of 215 ~ 19.07%

%37.21
%43.72
%19.07

CMYK color model

#505E29 color CMYK value is (15,0,56,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 56.38%
  • key color value is 63.14%
CMYK:
(15,0,56,63)
C15M0Y56K63 
(15%,0%,56%,63%)
(0.15/0.00/0.56/0.63)	

CMYK percentages

%14.89
%0
%56.38
%63.14

Codes

Color #505E29 in popluar color models

505E29
RGB809441
HSL76°39.26%26.47%
HSB/HSV76°56.38%36.86%
CMYK14.89%0.00%56.38%
63.14%

Color #505E29 in popluar number systems.

HEX505E29
Decimal809441
Binary10100001011110101001
Octal12013651

Shades and tints

Shades of #505E29

#505E29
(80,94,41)
#495626
(73,86,38)
#424E23
(66,78,35)
#3B4620
(59,70,32)
#343E1D
(52,62,29)
#2D361A
(45,54,26)
#262E17
(38,46,23)
#1F2614
(31,38,20)
#181E11
(24,30,17)
#11160E
(17,22,14)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #505E29

#505E29
(80,94,41)
#5F6C3C
(95,108,60)
#6E7A4F
(110,122,79)
#7D8862
(125,136,98)
#8C9675
(140,150,117)
#9BA488
(155,164,136)
#AAB29B
(170,178,155)
#B9C0AE
(185,192,174)
#C8CEC1
(200,206,193)
#D7DCD4
(215,220,212)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E29; }

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

This text font color is #505E29.


Background Color

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

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

This div background color is #505E29.


Border color

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

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

This div border color is #505E29.


Opacity

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

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

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

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

This text has shadow with #505E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E29 on black background.


Color preview on white background

This text has color #505E29 on white background.



Black color preview on #505E29 background

This text has black color on #505E29 background.


White color preview on #505E29 background

This text has white color on #505E29 background.