COLOR #506669

HEX: #506669
RGB: (80,102,105)

Color info

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

RGB color model

#506669 color RGB value is (80,102,105).

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

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 105 of 255 = 41%

80
102
105

R + G + B ~ 37%. #506669 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 105 = 287 (100%)
R 80 of 287 ~ 27.87%
G 102 of 287 ~ 35.54%
B 105 of 287 ~ 36.59%

%27.87
%35.54
%36.59

CMYK color model

#506669 color CMYK value is (24,3,0,59).

  • cyan value is 23.81%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(24,3,0,59)
C24M3Y0K59 
(24%,3%,0%,59%)
(0.24/0.03/0.00/0.59)	

CMYK percentages

%23.81
%2.86
%0
%58.82

Codes

Color #506669 in popluar color models

506669
RGB80102105
HSL187°13.51%36.27%
HSB/HSV187°23.81%41.18%
CMYK23.81%2.86%0.00%
58.82%

Color #506669 in popluar number systems.

HEX506669
Decimal80102105
Binary101000011001101101001
Octal120146151

Shades and tints

Shades of #506669

#506669
(80,102,105)
#495D60
(73,93,96)
#425457
(66,84,87)
#3B4B4E
(59,75,78)
#344245
(52,66,69)
#2D393C
(45,57,60)
#263033
(38,48,51)
#1F272A
(31,39,42)
#181E21
(24,30,33)
#111518
(17,21,24)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #506669

#506669
(80,102,105)
#5F7376
(95,115,118)
#6E8083
(110,128,131)
#7D8D90
(125,141,144)
#8C9A9D
(140,154,157)
#9BA7AA
(155,167,170)
#AAB4B7
(170,180,183)
#B9C1C4
(185,193,196)
#C8CED1
(200,206,209)
#D7DBDE
(215,219,222)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506669; }

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

This text font color is #506669.


Background Color

.myBgColor { background-color: #506669; }

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

This div background color is #506669.


Border color

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

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

This div border color is #506669.


Opacity

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

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

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

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

This text has shadow with #506669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506669 on black background.


Color preview on white background

This text has color #506669 on white background.



Black color preview on #506669 background

This text has black color on #506669 background.


White color preview on #506669 background

This text has white color on #506669 background.