COLOR #506A64

HEX: #506A64
RGB: (80,106,100)

Color info

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

RGB color model

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

  • red value is 80;
  • green value is 106;
  • blue value is 100.
RGB:
(80,106,100)
(31%,42%,39%)

RGB channels and saturation

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

80
106
100

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

Portions of RGB colors in percentages

R + G + B =
80 + 106 + 100 = 286 (100%)
R 80 of 286 ~ 27.97%
G 106 of 286 ~ 37.06%
B 100 of 286 ~ 34.97%

%27.97
%37.06
%34.97

CMYK color model

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

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 5.66%
  • key color value is 58.43%
CMYK:
(25,0,6,58)
C25M0Y6K58 
(25%,0%,6%,58%)
(0.25/0.00/0.06/0.58)	

CMYK percentages

%24.53
%0
%5.66
%58.43

Codes

Color #506A64 in popluar color models

506A64
RGB80106100
HSL166°13.98%36.47%
HSB/HSV166°24.53%41.57%
CMYK24.53%0.00%5.66%
58.43%

Color #506A64 in popluar number systems.

HEX506A64
Decimal80106100
Binary101000011010101100100
Octal120152144

Shades and tints

Shades of #506A64

#506A64
(80,106,100)
#49615B
(73,97,91)
#425852
(66,88,82)
#3B4F49
(59,79,73)
#344640
(52,70,64)
#2D3D37
(45,61,55)
#26342E
(38,52,46)
#1F2B25
(31,43,37)
#18221C
(24,34,28)
#111913
(17,25,19)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #506A64

#506A64
(80,106,100)
#5F7772
(95,119,114)
#6E8480
(110,132,128)
#7D918E
(125,145,142)
#8C9E9C
(140,158,156)
#9BABAA
(155,171,170)
#AAB8B8
(170,184,184)
#B9C5C6
(185,197,198)
#C8D2D4
(200,210,212)
#D7DFE2
(215,223,226)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A64; }

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

This text font color is #506A64.


Background Color

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

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

This div background color is #506A64.


Border color

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

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

This div border color is #506A64.


Opacity

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

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

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

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

This text has shadow with #506A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A64 on black background.


Color preview on white background

This text has color #506A64 on white background.



Black color preview on #506A64 background

This text has black color on #506A64 background.


White color preview on #506A64 background

This text has white color on #506A64 background.