COLOR #506848

HEX: #506848
RGB: (80,104,72)

Color info

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

RGB color model

#506848 color RGB value is (80,104,72).

  • red value is 80;
  • green value is 104;
  • blue value is 72.
RGB:
(80,104,72)
(31%,41%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 72 of 255 = 28%

80
104
72

R + G + B ~ 33%. #506848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 104 + 72 = 256 (100%)
R 80 of 256 ~ 31.25%
G 104 of 256 ~ 40.63%
B 72 of 256 ~ 28.13%

%31.25
%40.63
%28.13

CMYK color model

#506848 color CMYK value is (23,0,31,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 59.22%
CMYK:
(23,0,31,59)
C23M0Y31K59 
(23%,0%,31%,59%)
(0.23/0.00/0.31/0.59)	

CMYK percentages

%23.08
%0
%30.77
%59.22

Codes

Color #506848 in popluar color models

506848
RGB8010472
HSL105°18.18%34.51%
HSB/HSV105°30.77%40.78%
CMYK23.08%0.00%30.77%
59.22%

Color #506848 in popluar number systems.

HEX506848
Decimal8010472
Binary101000011010001001000
Octal120150110

Shades and tints

Shades of #506848

#506848
(80,104,72)
#495F42
(73,95,66)
#42563C
(66,86,60)
#3B4D36
(59,77,54)
#344430
(52,68,48)
#2D3B2A
(45,59,42)
#263224
(38,50,36)
#1F291E
(31,41,30)
#182018
(24,32,24)
#111712
(17,23,18)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #506848

#506848
(80,104,72)
#5F7558
(95,117,88)
#6E8268
(110,130,104)
#7D8F78
(125,143,120)
#8C9C88
(140,156,136)
#9BA998
(155,169,152)
#AAB6A8
(170,182,168)
#B9C3B8
(185,195,184)
#C8D0C8
(200,208,200)
#D7DDD8
(215,221,216)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506848 color. Also use rgb(80,104,72) instead hex code.

Text Font Color

.myTextColor { color: #506848; }

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

This text font color is #506848.


Background Color

.myBgColor { background-color: #506848; }

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

This div background color is #506848.


Border color

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

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

This div border color is #506848.


Opacity

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

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

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

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

This text has shadow with #506848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506848 on black background.


Color preview on white background

This text has color #506848 on white background.



Black color preview on #506848 background

This text has black color on #506848 background.


White color preview on #506848 background

This text has white color on #506848 background.