COLOR #506654

HEX: #506654
RGB: (80,102,84)

Color info

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

RGB color model

#506654 color RGB value is (80,102,84).

  • red value is 80;
  • green value is 102;
  • blue value is 84.
RGB:
(80,102,84)
(31%,40%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 84 of 255 = 33%

80
102
84

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

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 84 = 266 (100%)
R 80 of 266 ~ 30.08%
G 102 of 266 ~ 38.35%
B 84 of 266 ~ 31.58%

%30.08
%38.35
%31.58

CMYK color model

#506654 color CMYK value is (22,0,18,60).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 60.00%
CMYK:
(22,0,18,60)
C22M0Y18K60 
(22%,0%,18%,60%)
(0.22/0.00/0.18/0.60)	

CMYK percentages

%21.57
%0
%17.65
%60

Codes

Color #506654 in popluar color models

506654
RGB8010284
HSL131°12.09%35.69%
HSB/HSV131°21.57%40.00%
CMYK21.57%0.00%17.65%
60.00%

Color #506654 in popluar number systems.

HEX506654
Decimal8010284
Binary101000011001101010100
Octal120146124

Shades and tints

Shades of #506654

#506654
(80,102,84)
#495D4D
(73,93,77)
#425446
(66,84,70)
#3B4B3F
(59,75,63)
#344238
(52,66,56)
#2D3931
(45,57,49)
#26302A
(38,48,42)
#1F2723
(31,39,35)
#181E1C
(24,30,28)
#111515
(17,21,21)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #506654

#506654
(80,102,84)
#5F7363
(95,115,99)
#6E8072
(110,128,114)
#7D8D81
(125,141,129)
#8C9A90
(140,154,144)
#9BA79F
(155,167,159)
#AAB4AE
(170,180,174)
#B9C1BD
(185,193,189)
#C8CECC
(200,206,204)
#D7DBDB
(215,219,219)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506654 color. Also use rgb(80,102,84) instead hex code.

Text Font Color

.myTextColor { color: #506654; }

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

This text font color is #506654.


Background Color

.myBgColor { background-color: #506654; }

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

This div background color is #506654.


Border color

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

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

This div border color is #506654.


Opacity

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

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

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

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

This text has shadow with #506654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506654 on black background.


Color preview on white background

This text has color #506654 on white background.



Black color preview on #506654 background

This text has black color on #506654 background.


White color preview on #506654 background

This text has white color on #506654 background.