COLOR #505732

HEX: #505732
RGB: (80,87,50)

Color info

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

RGB color model

#505732 color RGB value is (80,87,50).

  • red value is 80;
  • green value is 87;
  • blue value is 50.
RGB:
(80,87,50)
(31%,34%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 50 of 255 = 20%

80
87
50

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

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 50 = 217 (100%)
R 80 of 217 ~ 36.87%
G 87 of 217 ~ 40.09%
B 50 of 217 ~ 23.04%

%36.87
%40.09
%23.04

CMYK color model

#505732 color CMYK value is (8,0,43,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 42.53%
  • key color value is 65.88%
CMYK:
(8,0,43,66)
C8M0Y43K66 
(8%,0%,43%,66%)
(0.08/0.00/0.43/0.66)	

CMYK percentages

%8.05
%0
%42.53
%65.88

Codes

Color #505732 in popluar color models

505732
RGB808750
HSL71°27.01%26.86%
HSB/HSV71°42.53%34.12%
CMYK8.05%0.00%42.53%
65.88%

Color #505732 in popluar number systems.

HEX505732
Decimal808750
Binary10100001010111110010
Octal12012762

Shades and tints

Shades of #505732

#505732
(80,87,50)
#49502E
(73,80,46)
#42492A
(66,73,42)
#3B4226
(59,66,38)
#343B22
(52,59,34)
#2D341E
(45,52,30)
#262D1A
(38,45,26)
#1F2616
(31,38,22)
#181F12
(24,31,18)
#11180E
(17,24,14)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #505732

#505732
(80,87,50)
#5F6644
(95,102,68)
#6E7556
(110,117,86)
#7D8468
(125,132,104)
#8C937A
(140,147,122)
#9BA28C
(155,162,140)
#AAB19E
(170,177,158)
#B9C0B0
(185,192,176)
#C8CFC2
(200,207,194)
#D7DED4
(215,222,212)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505732 color. Also use rgb(80,87,50) instead hex code.

Text Font Color

.myTextColor { color: #505732; }

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

This text font color is #505732.


Background Color

.myBgColor { background-color: #505732; }

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

This div background color is #505732.


Border color

.myBorderColor { border: 1px solid #505732; }

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

This div border color is #505732.


Opacity

.myOpacity80 { color: #505732; opacity: 0.8; }

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

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

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

This text has shadow with #505732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505732 on black background.


Color preview on white background

This text has color #505732 on white background.



Black color preview on #505732 background

This text has black color on #505732 background.


White color preview on #505732 background

This text has white color on #505732 background.