COLOR #505336

HEX: #505336
RGB: (80,83,54)

Color info

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

RGB color model

#505336 color RGB value is (80,83,54).

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

RGB channels and saturation

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

80
83
54

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

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 54 = 217 (100%)
R 80 of 217 ~ 36.87%
G 83 of 217 ~ 38.25%
B 54 of 217 ~ 24.88%

%36.87
%38.25
%24.88

CMYK color model

#505336 color CMYK value is (4,0,35,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 34.94%
  • key color value is 67.45%
CMYK:
(4,0,35,67)
C4M0Y35K67 
(4%,0%,35%,67%)
(0.04/0.00/0.35/0.67)	

CMYK percentages

%3.61
%0
%34.94
%67.45

Codes

Color #505336 in popluar color models

505336
RGB808354
HSL66°21.17%26.86%
HSB/HSV66°34.94%32.55%
CMYK3.61%0.00%34.94%
67.45%

Color #505336 in popluar number systems.

HEX505336
Decimal808354
Binary10100001010011110110
Octal12012366

Shades and tints

Shades of #505336

#505336
(80,83,54)
#494C32
(73,76,50)
#42452E
(66,69,46)
#3B3E2A
(59,62,42)
#343726
(52,55,38)
#2D3022
(45,48,34)
#26291E
(38,41,30)
#1F221A
(31,34,26)
#181B16
(24,27,22)
#111412
(17,20,18)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #505336

#505336
(80,83,54)
#5F6248
(95,98,72)
#6E715A
(110,113,90)
#7D806C
(125,128,108)
#8C8F7E
(140,143,126)
#9B9E90
(155,158,144)
#AAADA2
(170,173,162)
#B9BCB4
(185,188,180)
#C8CBC6
(200,203,198)
#D7DAD8
(215,218,216)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505336; }

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

This text font color is #505336.


Background Color

.myBgColor { background-color: #505336; }

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

This div background color is #505336.


Border color

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

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

This div border color is #505336.


Opacity

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

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

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

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

This text has shadow with #505336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505336 on black background.


Color preview on white background

This text has color #505336 on white background.



Black color preview on #505336 background

This text has black color on #505336 background.


White color preview on #505336 background

This text has white color on #505336 background.