COLOR #506450

HEX: #506450
RGB: (80,100,80)

Color info

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

RGB color model

#506450 color RGB value is (80,100,80).

  • red value is 80;
  • green value is 100;
  • blue value is 80.
RGB:
(80,100,80)
(31%,39%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 80 of 255 = 31%

80
100
80

R + G + B ~ 34%. #506450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 80 = 260 (100%)
R 80 of 260 ~ 30.77%
G 100 of 260 ~ 38.46%
B 80 of 260 ~ 30.77%

%30.77
%38.46
%30.77

CMYK color model

#506450 color CMYK value is (20,0,20,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 60.78%
CMYK:
(20,0,20,61)
C20M0Y20K61 
(20%,0%,20%,61%)
(0.20/0.00/0.20/0.61)	

CMYK percentages

%20
%0
%20
%60.78

Codes

Color #506450 in popluar color models

506450
RGB8010080
HSL120°11.11%35.29%
HSB/HSV120°20.00%39.22%
CMYK20.00%0.00%20.00%
60.78%

Color #506450 in popluar number systems.

HEX506450
Decimal8010080
Binary101000011001001010000
Octal120144120

Shades and tints

Shades of #506450

#506450
(80,100,80)
#495B49
(73,91,73)
#425242
(66,82,66)
#3B493B
(59,73,59)
#344034
(52,64,52)
#2D372D
(45,55,45)
#262E26
(38,46,38)
#1F251F
(31,37,31)
#181C18
(24,28,24)
#111311
(17,19,17)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #506450

#506450
(80,100,80)
#5F725F
(95,114,95)
#6E806E
(110,128,110)
#7D8E7D
(125,142,125)
#8C9C8C
(140,156,140)
#9BAA9B
(155,170,155)
#AAB8AA
(170,184,170)
#B9C6B9
(185,198,185)
#C8D4C8
(200,212,200)
#D7E2D7
(215,226,215)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506450; }

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

This text font color is #506450.


Background Color

.myBgColor { background-color: #506450; }

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

This div background color is #506450.


Border color

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

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

This div border color is #506450.


Opacity

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

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

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

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

This text has shadow with #506450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506450 on black background.


Color preview on white background

This text has color #506450 on white background.



Black color preview on #506450 background

This text has black color on #506450 background.


White color preview on #506450 background

This text has white color on #506450 background.