COLOR #506369

HEX: #506369
RGB: (80,99,105)

Color info

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

RGB color model

#506369 color RGB value is (80,99,105).

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

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 105 of 255 = 41%

80
99
105

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

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 105 = 284 (100%)
R 80 of 284 ~ 28.17%
G 99 of 284 ~ 34.86%
B 105 of 284 ~ 36.97%

%28.17
%34.86
%36.97

CMYK color model

#506369 color CMYK value is (24,6,0,59).

  • cyan value is 23.81%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(24,6,0,59)
C24M6Y0K59 
(24%,6%,0%,59%)
(0.24/0.06/0.00/0.59)	

CMYK percentages

%23.81
%5.71
%0
%58.82

Codes

Color #506369 in popluar color models

506369
RGB8099105
HSL194°13.51%36.27%
HSB/HSV194°23.81%41.18%
CMYK23.81%5.71%0.00%
58.82%

Color #506369 in popluar number systems.

HEX506369
Decimal8099105
Binary101000011000111101001
Octal120143151

Shades and tints

Shades of #506369

#506369
(80,99,105)
#495A60
(73,90,96)
#425157
(66,81,87)
#3B484E
(59,72,78)
#343F45
(52,63,69)
#2D363C
(45,54,60)
#262D33
(38,45,51)
#1F242A
(31,36,42)
#181B21
(24,27,33)
#111218
(17,18,24)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #506369

#506369
(80,99,105)
#5F7176
(95,113,118)
#6E7F83
(110,127,131)
#7D8D90
(125,141,144)
#8C9B9D
(140,155,157)
#9BA9AA
(155,169,170)
#AAB7B7
(170,183,183)
#B9C5C4
(185,197,196)
#C8D3D1
(200,211,209)
#D7E1DE
(215,225,222)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506369; }

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

This text font color is #506369.


Background Color

.myBgColor { background-color: #506369; }

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

This div background color is #506369.


Border color

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

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

This div border color is #506369.


Opacity

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

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

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

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

This text has shadow with #506369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506369 on black background.


Color preview on white background

This text has color #506369 on white background.



Black color preview on #506369 background

This text has black color on #506369 background.


White color preview on #506369 background

This text has white color on #506369 background.