COLOR #505638

HEX: #505638
RGB: (80,86,56)

Color info

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

RGB color model

#505638 color RGB value is (80,86,56).

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

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 56 of 255 = 22%

80
86
56

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 56 = 222 (100%)
R 80 of 222 ~ 36.04%
G 86 of 222 ~ 38.74%
B 56 of 222 ~ 25.23%

%36.04
%38.74
%25.23

CMYK color model

#505638 color CMYK value is (7,0,35,66).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 66.27%
CMYK:
(7,0,35,66)
C7M0Y35K66 
(7%,0%,35%,66%)
(0.07/0.00/0.35/0.66)	

CMYK percentages

%6.98
%0
%34.88
%66.27

Codes

Color #505638 in popluar color models

505638
RGB808656
HSL72°21.13%27.84%
HSB/HSV72°34.88%33.73%
CMYK6.98%0.00%34.88%
66.27%

Color #505638 in popluar number systems.

HEX505638
Decimal808656
Binary10100001010110111000
Octal12012670

Shades and tints

Shades of #505638

#505638
(80,86,56)
#494F33
(73,79,51)
#42482E
(66,72,46)
#3B4129
(59,65,41)
#343A24
(52,58,36)
#2D331F
(45,51,31)
#262C1A
(38,44,26)
#1F2515
(31,37,21)
#181E10
(24,30,16)
#11170B
(17,23,11)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #505638

#505638
(80,86,56)
#5F654A
(95,101,74)
#6E745C
(110,116,92)
#7D836E
(125,131,110)
#8C9280
(140,146,128)
#9BA192
(155,161,146)
#AAB0A4
(170,176,164)
#B9BFB6
(185,191,182)
#C8CEC8
(200,206,200)
#D7DDDA
(215,221,218)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505638; }

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

This text font color is #505638.


Background Color

.myBgColor { background-color: #505638; }

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

This div background color is #505638.


Border color

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

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

This div border color is #505638.


Opacity

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

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

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

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

This text has shadow with #505638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505638 on black background.


Color preview on white background

This text has color #505638 on white background.



Black color preview on #505638 background

This text has black color on #505638 background.


White color preview on #505638 background

This text has white color on #505638 background.