COLOR #506069

HEX: #506069
RGB: (80,96,105)

Color info

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

RGB color model

#506069 color RGB value is (80,96,105).

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

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 105 of 255 = 41%

80
96
105

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

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 105 = 281 (100%)
R 80 of 281 ~ 28.47%
G 96 of 281 ~ 34.16%
B 105 of 281 ~ 37.37%

%28.47
%34.16
%37.37

CMYK color model

#506069 color CMYK value is (24,9,0,59).

  • cyan value is 23.81%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(24,9,0,59)
C24M9Y0K59 
(24%,9%,0%,59%)
(0.24/0.09/0.00/0.59)	

CMYK percentages

%23.81
%8.57
%0
%58.82

Codes

Color #506069 in popluar color models

506069
RGB8096105
HSL202°13.51%36.27%
HSB/HSV202°23.81%41.18%
CMYK23.81%8.57%0.00%
58.82%

Color #506069 in popluar number systems.

HEX506069
Decimal8096105
Binary101000011000001101001
Octal120140151

Shades and tints

Shades of #506069

#506069
(80,96,105)
#495860
(73,88,96)
#425057
(66,80,87)
#3B484E
(59,72,78)
#344045
(52,64,69)
#2D383C
(45,56,60)
#263033
(38,48,51)
#1F282A
(31,40,42)
#182021
(24,32,33)
#111818
(17,24,24)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #506069

#506069
(80,96,105)
#5F6E76
(95,110,118)
#6E7C83
(110,124,131)
#7D8A90
(125,138,144)
#8C989D
(140,152,157)
#9BA6AA
(155,166,170)
#AAB4B7
(170,180,183)
#B9C2C4
(185,194,196)
#C8D0D1
(200,208,209)
#D7DEDE
(215,222,222)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506069; }

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

This text font color is #506069.


Background Color

.myBgColor { background-color: #506069; }

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

This div background color is #506069.


Border color

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

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

This div border color is #506069.


Opacity

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

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

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

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

This text has shadow with #506069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506069 on black background.


Color preview on white background

This text has color #506069 on white background.



Black color preview on #506069 background

This text has black color on #506069 background.


White color preview on #506069 background

This text has white color on #506069 background.