COLOR #505436

HEX: #505436
RGB: (80,84,54)

Color info

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

RGB color model

#505436 color RGB value is (80,84,54).

  • red value is 80;
  • green value is 84;
  • blue value is 54.
RGB:
(80,84,54)
(31%,33%,21%)

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 54 of 255 = 21%

80
84
54

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

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 54 = 218 (100%)
R 80 of 218 ~ 36.7%
G 84 of 218 ~ 38.53%
B 54 of 218 ~ 24.77%

%36.7
%38.53
%24.77

CMYK color model

#505436 color CMYK value is (5,0,36,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 67.06%
CMYK:
(5,0,36,67)
C5M0Y36K67 
(5%,0%,36%,67%)
(0.05/0.00/0.36/0.67)	

CMYK percentages

%4.76
%0
%35.71
%67.06

Codes

Color #505436 in popluar color models

505436
RGB808454
HSL68°21.74%27.06%
HSB/HSV68°35.71%32.94%
CMYK4.76%0.00%35.71%
67.06%

Color #505436 in popluar number systems.

HEX505436
Decimal808454
Binary10100001010100110110
Octal12012466

Shades and tints

Shades of #505436

#505436
(80,84,54)
#494D32
(73,77,50)
#42462E
(66,70,46)
#3B3F2A
(59,63,42)
#343826
(52,56,38)
#2D3122
(45,49,34)
#262A1E
(38,42,30)
#1F231A
(31,35,26)
#181C16
(24,28,22)
#111512
(17,21,18)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #505436

#505436
(80,84,54)
#5F6348
(95,99,72)
#6E725A
(110,114,90)
#7D816C
(125,129,108)
#8C907E
(140,144,126)
#9B9F90
(155,159,144)
#AAAEA2
(170,174,162)
#B9BDB4
(185,189,180)
#C8CCC6
(200,204,198)
#D7DBD8
(215,219,216)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505436 color. Also use rgb(80,84,54) instead hex code.

Text Font Color

.myTextColor { color: #505436; }

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

This text font color is #505436.


Background Color

.myBgColor { background-color: #505436; }

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

This div background color is #505436.


Border color

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

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

This div border color is #505436.


Opacity

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

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

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

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

This text has shadow with #505436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505436 on black background.


Color preview on white background

This text has color #505436 on white background.



Black color preview on #505436 background

This text has black color on #505436 background.


White color preview on #505436 background

This text has white color on #505436 background.