COLOR #505E35

HEX: #505E35
RGB: (80,94,53)

Color info

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

RGB color model

#505E35 color RGB value is (80,94,53).

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

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 53 of 255 = 21%

80
94
53

R + G + B ~ 30%. #505E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 53 = 227 (100%)
R 80 of 227 ~ 35.24%
G 94 of 227 ~ 41.41%
B 53 of 227 ~ 23.35%

%35.24
%41.41
%23.35

CMYK color model

#505E35 color CMYK value is (15,0,44,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 63.14%
CMYK:
(15,0,44,63)
C15M0Y44K63 
(15%,0%,44%,63%)
(0.15/0.00/0.44/0.63)	

CMYK percentages

%14.89
%0
%43.62
%63.14

Codes

Color #505E35 in popluar color models

505E35
RGB809453
HSL80°27.89%28.82%
HSB/HSV80°43.62%36.86%
CMYK14.89%0.00%43.62%
63.14%

Color #505E35 in popluar number systems.

HEX505E35
Decimal809453
Binary10100001011110110101
Octal12013665

Shades and tints

Shades of #505E35

#505E35
(80,94,53)
#495631
(73,86,49)
#424E2D
(66,78,45)
#3B4629
(59,70,41)
#343E25
(52,62,37)
#2D3621
(45,54,33)
#262E1D
(38,46,29)
#1F2619
(31,38,25)
#181E15
(24,30,21)
#111611
(17,22,17)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #505E35

#505E35
(80,94,53)
#5F6C47
(95,108,71)
#6E7A59
(110,122,89)
#7D886B
(125,136,107)
#8C967D
(140,150,125)
#9BA48F
(155,164,143)
#AAB2A1
(170,178,161)
#B9C0B3
(185,192,179)
#C8CEC5
(200,206,197)
#D7DCD7
(215,220,215)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E35; }

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

This text font color is #505E35.


Background Color

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

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

This div background color is #505E35.


Border color

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

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

This div border color is #505E35.


Opacity

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

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

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

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

This text has shadow with #505E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E35 on black background.


Color preview on white background

This text has color #505E35 on white background.



Black color preview on #505E35 background

This text has black color on #505E35 background.


White color preview on #505E35 background

This text has white color on #505E35 background.