COLOR #505538

HEX: #505538
RGB: (80,85,56)

Color info

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

RGB color model

#505538 color RGB value is (80,85,56).

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

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 56 of 255 = 22%

80
85
56

R + G + B ~ 29%. #505538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 56 = 221 (100%)
R 80 of 221 ~ 36.2%
G 85 of 221 ~ 38.46%
B 56 of 221 ~ 25.34%

%36.2
%38.46
%25.34

CMYK color model

#505538 color CMYK value is (6,0,34,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(6,0,34,67)
C6M0Y34K67 
(6%,0%,34%,67%)
(0.06/0.00/0.34/0.67)	

CMYK percentages

%5.88
%0
%34.12
%66.67

Codes

Color #505538 in popluar color models

505538
RGB808556
HSL70°20.57%27.65%
HSB/HSV70°34.12%33.33%
CMYK5.88%0.00%34.12%
66.67%

Color #505538 in popluar number systems.

HEX505538
Decimal808556
Binary10100001010101111000
Octal12012570

Shades and tints

Shades of #505538

#505538
(80,85,56)
#494E33
(73,78,51)
#42472E
(66,71,46)
#3B4029
(59,64,41)
#343924
(52,57,36)
#2D321F
(45,50,31)
#262B1A
(38,43,26)
#1F2415
(31,36,21)
#181D10
(24,29,16)
#11160B
(17,22,11)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #505538

#505538
(80,85,56)
#5F644A
(95,100,74)
#6E735C
(110,115,92)
#7D826E
(125,130,110)
#8C9180
(140,145,128)
#9BA092
(155,160,146)
#AAAFA4
(170,175,164)
#B9BEB6
(185,190,182)
#C8CDC8
(200,205,200)
#D7DCDA
(215,220,218)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505538; }

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

This text font color is #505538.


Background Color

.myBgColor { background-color: #505538; }

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

This div background color is #505538.


Border color

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

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

This div border color is #505538.


Opacity

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

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

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

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

This text has shadow with #505538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505538 on black background.


Color preview on white background

This text has color #505538 on white background.



Black color preview on #505538 background

This text has black color on #505538 background.


White color preview on #505538 background

This text has white color on #505538 background.