COLOR #505534

HEX: #505534
RGB: (80,85,52)

Color info

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

RGB color model

#505534 color RGB value is (80,85,52).

  • red value is 80;
  • green value is 85;
  • blue value is 52.
RGB:
(80,85,52)
(31%,33%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 52 of 255 = 20%

80
85
52

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

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 52 = 217 (100%)
R 80 of 217 ~ 36.87%
G 85 of 217 ~ 39.17%
B 52 of 217 ~ 23.96%

%36.87
%39.17
%23.96

CMYK color model

#505534 color CMYK value is (6,0,39,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 66.67%
CMYK:
(6,0,39,67)
C6M0Y39K67 
(6%,0%,39%,67%)
(0.06/0.00/0.39/0.67)	

CMYK percentages

%5.88
%0
%38.82
%66.67

Codes

Color #505534 in popluar color models

505534
RGB808552
HSL69°24.09%26.86%
HSB/HSV69°38.82%33.33%
CMYK5.88%0.00%38.82%
66.67%

Color #505534 in popluar number systems.

HEX505534
Decimal808552
Binary10100001010101110100
Octal12012564

Shades and tints

Shades of #505534

#505534
(80,85,52)
#494E30
(73,78,48)
#42472C
(66,71,44)
#3B4028
(59,64,40)
#343924
(52,57,36)
#2D3220
(45,50,32)
#262B1C
(38,43,28)
#1F2418
(31,36,24)
#181D14
(24,29,20)
#111610
(17,22,16)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #505534

#505534
(80,85,52)
#5F6446
(95,100,70)
#6E7358
(110,115,88)
#7D826A
(125,130,106)
#8C917C
(140,145,124)
#9BA08E
(155,160,142)
#AAAFA0
(170,175,160)
#B9BEB2
(185,190,178)
#C8CDC4
(200,205,196)
#D7DCD6
(215,220,214)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505534 color. Also use rgb(80,85,52) instead hex code.

Text Font Color

.myTextColor { color: #505534; }

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

This text font color is #505534.


Background Color

.myBgColor { background-color: #505534; }

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

This div background color is #505534.


Border color

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

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

This div border color is #505534.


Opacity

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

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

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

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

This text has shadow with #505534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505534 on black background.


Color preview on white background

This text has color #505534 on white background.



Black color preview on #505534 background

This text has black color on #505534 background.


White color preview on #505534 background

This text has white color on #505534 background.