COLOR #506B4E

HEX: #506B4E
RGB: (80,107,78)

Color info

#506B4E contains red, green and blue colors in about the same proportion. Web safe color of #506B4E is #666666 (or #666).

RGB color model

#506B4E color RGB value is (80,107,78).

  • red value is 80;
  • green value is 107;
  • blue value is 78.
RGB:
(80,107,78)
(31%,42%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 107 of 255 = 42%
B 78 of 255 = 31%

80
107
78

R + G + B ~ 35%. #506B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 107 + 78 = 265 (100%)
R 80 of 265 ~ 30.19%
G 107 of 265 ~ 40.38%
B 78 of 265 ~ 29.43%

%30.19
%40.38
%29.43

CMYK color model

#506B4E color CMYK value is (25,0,27,58).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 58.04%
CMYK:
(25,0,27,58)
C25M0Y27K58 
(25%,0%,27%,58%)
(0.25/0.00/0.27/0.58)	

CMYK percentages

%25.23
%0
%27.1
%58.04

Codes

Color #506B4E in popluar color models

506B4E
RGB8010778
HSL116°15.68%36.27%
HSB/HSV116°27.10%41.96%
CMYK25.23%0.00%27.10%
58.04%

Color #506B4E in popluar number systems.

HEX506B4E
Decimal8010778
Binary101000011010111001110
Octal120153116

Shades and tints

Shades of #506B4E

#506B4E
(80,107,78)
#496247
(73,98,71)
#425940
(66,89,64)
#3B5039
(59,80,57)
#344732
(52,71,50)
#2D3E2B
(45,62,43)
#263524
(38,53,36)
#1F2C1D
(31,44,29)
#182316
(24,35,22)
#111A0F
(17,26,15)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #506B4E

#506B4E
(80,107,78)
#5F785E
(95,120,94)
#6E856E
(110,133,110)
#7D927E
(125,146,126)
#8C9F8E
(140,159,142)
#9BAC9E
(155,172,158)
#AAB9AE
(170,185,174)
#B9C6BE
(185,198,190)
#C8D3CE
(200,211,206)
#D7E0DE
(215,224,222)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506B4E color. Also use rgb(80,107,78) instead hex code.

Text Font Color

.myTextColor { color: #506B4E; }

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

This text font color is #506B4E.


Background Color

.myBgColor { background-color: #506B4E; }

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

This div background color is #506B4E.


Border color

.myBorderColor { border: 1px solid #506B4E; }

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

This div border color is #506B4E.


Opacity

.myOpacity80 { color: #506B4E; opacity: 0.8; }

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

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

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

This text has shadow with #506B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B4E on black background.


Color preview on white background

This text has color #506B4E on white background.



Black color preview on #506B4E background

This text has black color on #506B4E background.


White color preview on #506B4E background

This text has white color on #506B4E background.