COLOR #505846

HEX: #505846
RGB: (80,88,70)

Color info

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

RGB color model

#505846 color RGB value is (80,88,70).

  • red value is 80;
  • green value is 88;
  • blue value is 70.
RGB:
(80,88,70)
(31%,35%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 70 of 255 = 27%

80
88
70

R + G + B ~ 31%. #505846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 88 + 70 = 238 (100%)
R 80 of 238 ~ 33.61%
G 88 of 238 ~ 36.97%
B 70 of 238 ~ 29.41%

%33.61
%36.97
%29.41

CMYK color model

#505846 color CMYK value is (9,0,20,65).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 65.49%
CMYK:
(9,0,20,65)
C9M0Y20K65 
(9%,0%,20%,65%)
(0.09/0.00/0.20/0.65)	

CMYK percentages

%9.09
%0
%20.45
%65.49

Codes

Color #505846 in popluar color models

505846
RGB808870
HSL87°11.39%30.98%
HSB/HSV87°20.45%34.51%
CMYK9.09%0.00%20.45%
65.49%

Color #505846 in popluar number systems.

HEX505846
Decimal808870
Binary101000010110001000110
Octal120130106

Shades and tints

Shades of #505846

#505846
(80,88,70)
#495040
(73,80,64)
#42483A
(66,72,58)
#3B4034
(59,64,52)
#34382E
(52,56,46)
#2D3028
(45,48,40)
#262822
(38,40,34)
#1F201C
(31,32,28)
#181816
(24,24,22)
#111010
(17,16,16)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #505846

#505846
(80,88,70)
#5F6756
(95,103,86)
#6E7666
(110,118,102)
#7D8576
(125,133,118)
#8C9486
(140,148,134)
#9BA396
(155,163,150)
#AAB2A6
(170,178,166)
#B9C1B6
(185,193,182)
#C8D0C6
(200,208,198)
#D7DFD6
(215,223,214)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505846 color. Also use rgb(80,88,70) instead hex code.

Text Font Color

.myTextColor { color: #505846; }

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

This text font color is #505846.


Background Color

.myBgColor { background-color: #505846; }

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

This div background color is #505846.


Border color

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

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

This div border color is #505846.


Opacity

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

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

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

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

This text has shadow with #505846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505846 on black background.


Color preview on white background

This text has color #505846 on white background.



Black color preview on #505846 background

This text has black color on #505846 background.


White color preview on #505846 background

This text has white color on #505846 background.