COLOR #506455

HEX: #506455
RGB: (80,100,85)

Color info

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

RGB color model

#506455 color RGB value is (80,100,85).

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

RGB channels and saturation

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

80
100
85

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

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 85 = 265 (100%)
R 80 of 265 ~ 30.19%
G 100 of 265 ~ 37.74%
B 85 of 265 ~ 32.08%

%30.19
%37.74
%32.08

CMYK color model

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

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

CMYK percentages

%20
%0
%15
%60.78

Codes

Color #506455 in popluar color models

506455
RGB8010085
HSL135°11.11%35.29%
HSB/HSV135°20.00%39.22%
CMYK20.00%0.00%15.00%
60.78%

Color #506455 in popluar number systems.

HEX506455
Decimal8010085
Binary101000011001001010101
Octal120144125

Shades and tints

Shades of #506455

#506455
(80,100,85)
#495B4E
(73,91,78)
#425247
(66,82,71)
#3B4940
(59,73,64)
#344039
(52,64,57)
#2D3732
(45,55,50)
#262E2B
(38,46,43)
#1F2524
(31,37,36)
#181C1D
(24,28,29)
#111316
(17,19,22)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #506455

#506455
(80,100,85)
#5F7264
(95,114,100)
#6E8073
(110,128,115)
#7D8E82
(125,142,130)
#8C9C91
(140,156,145)
#9BAAA0
(155,170,160)
#AAB8AF
(170,184,175)
#B9C6BE
(185,198,190)
#C8D4CD
(200,212,205)
#D7E2DC
(215,226,220)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506455; }

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

This text font color is #506455.


Background Color

.myBgColor { background-color: #506455; }

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

This div background color is #506455.


Border color

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

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

This div border color is #506455.


Opacity

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

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

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

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

This text has shadow with #506455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506455 on black background.


Color preview on white background

This text has color #506455 on white background.



Black color preview on #506455 background

This text has black color on #506455 background.


White color preview on #506455 background

This text has white color on #506455 background.