COLOR #506A6A

HEX: #506A6A RGB: (80,106,106)

Color info

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

RGB color model

#506A6A color RGB value is (80,106,106).

RGB: (80,106,106) (31%, 42%, 42%)

RGB channels and saturation

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

80
106
106

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

Portions of RGB colors in percentages

R + G + B = 80 + 106 + 106 = 292 (100%)
R 80 of 292 ~ 27.4%
G 106 of 292 ~ 36.3%
B 106 of 292 ~ 36.3'%

%27.4
%36.3
%36.3

CMYK color model

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

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (25,0,0,58)
C25M0Y0K58 (25%, 0%, 0%, 58%)
(0.25 / 0.00 / 0.00 / 0.58)

CMYK percentages

%24.53
%0
%0
%58.43

Codes

Color #506A6A in popluar color models

50 6A 6A
RGB 80 106 106
HSL 180° 13.98% 36.47%
HSB/HSV 180° 24.53% 41.57%
CMYK 24.53% 0.00% 0.00%
58.43%

Color #506A6A in popluar number systems.

HEX 50 6A 6A
Decimal 80 106 106
Binary 1010000 1101010 1101010
Octal 120 152 152

Shades and tints

Shades of #506A6A

#506A6A
(80,106,106)
#496161
(73,97,97)
#425858
(66,88,88)
#3B4F4F
(59,79,79)
#344646
(52,70,70)
#2D3D3D
(45,61,61)
#263434
(38,52,52)
#1F2B2B
(31,43,43)
#182222
(24,34,34)
#111919
(17,25,25)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #506A6A

#506A6A
(80,106,106)
#5F7777
(95,119,119)
#6E8484
(110,132,132)
#7D9191
(125,145,145)
#8C9E9E
(140,158,158)
#9BABAB
(155,171,171)
#AAB8B8
(170,184,184)
#B9C5C5
(185,197,197)
#C8D2D2
(200,210,210)
#D7DFDF
(215,223,223)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A6A; }

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

This text font color is #506A6A.

Background Color

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

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

This div background color is #506A6A.

Border color

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

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

This div border color is #506A6A.

Opacity

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

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

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

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

This text has shadow with #506A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506A6A.

Preview

Color preview on black background

This text has color #506A6A on black background.


Color preview on white background

This text has color #506A6A on white background.


Black color preview on #506A6A background

This text has black color on #506A6A background.


White color preview on #506A6A background

This text has white color on #506A6A background.


Related colors

Complementary color

Complementary color for #hex is #AF9595.


I love getcolorcode.com