COLOR #506266

HEX: #506266
RGB: (80,98,102)

Color info

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

RGB color model

#506266 color RGB value is (80,98,102).

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

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 102 of 255 = 40%

80
98
102

R + G + B ~ 36%. #506266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 102 = 280 (100%)
R 80 of 280 ~ 28.57%
G 98 of 280 ~ 35%
B 102 of 280 ~ 36.43%

%28.57
%35
%36.43

CMYK color model

#506266 color CMYK value is (22,4,0,60).

  • cyan value is 21.57%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(22,4,0,60)
C22M4Y0K60 
(22%,4%,0%,60%)
(0.22/0.04/0.00/0.60)	

CMYK percentages

%21.57
%3.92
%0
%60

Codes

Color #506266 in popluar color models

506266
RGB8098102
HSL191°12.09%35.69%
HSB/HSV191°21.57%40.00%
CMYK21.57%3.92%0.00%
60.00%

Color #506266 in popluar number systems.

HEX506266
Decimal8098102
Binary101000011000101100110
Octal120142146

Shades and tints

Shades of #506266

#506266
(80,98,102)
#495A5D
(73,90,93)
#425254
(66,82,84)
#3B4A4B
(59,74,75)
#344242
(52,66,66)
#2D3A39
(45,58,57)
#263230
(38,50,48)
#1F2A27
(31,42,39)
#18221E
(24,34,30)
#111A15
(17,26,21)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #506266

#506266
(80,98,102)
#5F7073
(95,112,115)
#6E7E80
(110,126,128)
#7D8C8D
(125,140,141)
#8C9A9A
(140,154,154)
#9BA8A7
(155,168,167)
#AAB6B4
(170,182,180)
#B9C4C1
(185,196,193)
#C8D2CE
(200,210,206)
#D7E0DB
(215,224,219)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506266; }

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

This text font color is #506266.


Background Color

.myBgColor { background-color: #506266; }

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

This div background color is #506266.


Border color

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

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

This div border color is #506266.


Opacity

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

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

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

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

This text has shadow with #506266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506266 on black background.


Color preview on white background

This text has color #506266 on white background.



Black color preview on #506266 background

This text has black color on #506266 background.


White color preview on #506266 background

This text has white color on #506266 background.