COLOR #505A29

HEX: #505A29
RGB: (80,90,41)

Color info

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

RGB color model

#505A29 color RGB value is (80,90,41).

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

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 41 of 255 = 16%

80
90
41

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

Portions of RGB colors in percentages

R + G + B =
80 + 90 + 41 = 211 (100%)
R 80 of 211 ~ 37.91%
G 90 of 211 ~ 42.65%
B 41 of 211 ~ 19.43%

%37.91
%42.65
%19.43

CMYK color model

#505A29 color CMYK value is (11,0,54,65).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 54.44%
  • key color value is 64.71%
CMYK:
(11,0,54,65)
C11M0Y54K65 
(11%,0%,54%,65%)
(0.11/0.00/0.54/0.65)	

CMYK percentages

%11.11
%0
%54.44
%64.71

Codes

Color #505A29 in popluar color models

505A29
RGB809041
HSL72°37.40%25.69%
HSB/HSV72°54.44%35.29%
CMYK11.11%0.00%54.44%
64.71%

Color #505A29 in popluar number systems.

HEX505A29
Decimal809041
Binary10100001011010101001
Octal12013251

Shades and tints

Shades of #505A29

#505A29
(80,90,41)
#495226
(73,82,38)
#424A23
(66,74,35)
#3B4220
(59,66,32)
#343A1D
(52,58,29)
#2D321A
(45,50,26)
#262A17
(38,42,23)
#1F2214
(31,34,20)
#181A11
(24,26,17)
#11120E
(17,18,14)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #505A29

#505A29
(80,90,41)
#5F693C
(95,105,60)
#6E784F
(110,120,79)
#7D8762
(125,135,98)
#8C9675
(140,150,117)
#9BA588
(155,165,136)
#AAB49B
(170,180,155)
#B9C3AE
(185,195,174)
#C8D2C1
(200,210,193)
#D7E1D4
(215,225,212)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505A29; }

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

This text font color is #505A29.


Background Color

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

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

This div background color is #505A29.


Border color

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

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

This div border color is #505A29.


Opacity

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

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

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

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

This text has shadow with #505A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A29 on black background.


Color preview on white background

This text has color #505A29 on white background.



Black color preview on #505A29 background

This text has black color on #505A29 background.


White color preview on #505A29 background

This text has white color on #505A29 background.