COLOR #506B6B

HEX: #506B6B
RGB: (80,107,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
107
107

R + G + B ~ 38%. #506B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 107 + 107 = 294 (100%)
R 80 of 294 ~ 27.21%
G 107 of 294 ~ 36.39%
B 107 of 294 ~ 36.39%

%27.21
%36.39
%36.39

CMYK color model

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

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

CMYK percentages

%25.23
%0
%0
%58.04

Codes

Color #506B6B in popluar color models

506B6B
RGB80107107
HSL180°14.44%36.67%
HSB/HSV180°25.23%41.96%
CMYK25.23%0.00%0.00%
58.04%

Color #506B6B in popluar number systems.

HEX506B6B
Decimal80107107
Binary101000011010111101011
Octal120153153

Shades and tints

Shades of #506B6B

#506B6B
(80,107,107)
#496262
(73,98,98)
#425959
(66,89,89)
#3B5050
(59,80,80)
#344747
(52,71,71)
#2D3E3E
(45,62,62)
#263535
(38,53,53)
#1F2C2C
(31,44,44)
#182323
(24,35,35)
#111A1A
(17,26,26)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #506B6B

#506B6B
(80,107,107)
#5F7878
(95,120,120)
#6E8585
(110,133,133)
#7D9292
(125,146,146)
#8C9F9F
(140,159,159)
#9BACAC
(155,172,172)
#AAB9B9
(170,185,185)
#B9C6C6
(185,198,198)
#C8D3D3
(200,211,211)
#D7E0E0
(215,224,224)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B6B; }

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

This text font color is #506B6B.


Background Color

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

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

This div background color is #506B6B.


Border color

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

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

This div border color is #506B6B.


Opacity

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

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

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

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

This text has shadow with #506B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B6B on black background.


Color preview on white background

This text has color #506B6B on white background.



Black color preview on #506B6B background

This text has black color on #506B6B background.


White color preview on #506B6B background

This text has white color on #506B6B background.