COLOR #505435

HEX: #505435
RGB: (80,84,53)

Color info

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

RGB color model

#505435 color RGB value is (80,84,53).

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

RGB channels and saturation

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

80
84
53

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

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 53 = 217 (100%)
R 80 of 217 ~ 36.87%
G 84 of 217 ~ 38.71%
B 53 of 217 ~ 24.42%

%36.87
%38.71
%24.42

CMYK color model

#505435 color CMYK value is (5,0,37,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 36.90%
  • key color value is 67.06%
CMYK:
(5,0,37,67)
C5M0Y37K67 
(5%,0%,37%,67%)
(0.05/0.00/0.37/0.67)	

CMYK percentages

%4.76
%0
%36.9
%67.06

Codes

Color #505435 in popluar color models

505435
RGB808453
HSL68°22.63%26.86%
HSB/HSV68°36.90%32.94%
CMYK4.76%0.00%36.90%
67.06%

Color #505435 in popluar number systems.

HEX505435
Decimal808453
Binary10100001010100110101
Octal12012465

Shades and tints

Shades of #505435

#505435
(80,84,53)
#494D31
(73,77,49)
#42462D
(66,70,45)
#3B3F29
(59,63,41)
#343825
(52,56,37)
#2D3121
(45,49,33)
#262A1D
(38,42,29)
#1F2319
(31,35,25)
#181C15
(24,28,21)
#111511
(17,21,17)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #505435

#505435
(80,84,53)
#5F6347
(95,99,71)
#6E7259
(110,114,89)
#7D816B
(125,129,107)
#8C907D
(140,144,125)
#9B9F8F
(155,159,143)
#AAAEA1
(170,174,161)
#B9BDB3
(185,189,179)
#C8CCC5
(200,204,197)
#D7DBD7
(215,219,215)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505435; }

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

This text font color is #505435.


Background Color

.myBgColor { background-color: #505435; }

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

This div background color is #505435.


Border color

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

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

This div border color is #505435.


Opacity

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

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

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

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

This text has shadow with #505435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505435 on black background.


Color preview on white background

This text has color #505435 on white background.



Black color preview on #505435 background

This text has black color on #505435 background.


White color preview on #505435 background

This text has white color on #505435 background.