COLOR #508066

HEX: #508066 RGB: (80,128,102)

Color info

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

RGB color model

#508066 color RGB value is (80,128,102).

RGB: (80,128,102) (31%, 50%, 40%)

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 102 of 255 = 40%

80
128
102

R + G + B ~ 40%. #508066 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 128 + 102 = 310 (100%)
R 80 of 310 ~ 25.81%
G 128 of 310 ~ 41.29%
B 102 of 310 ~ 32.9'%

%25.81
%41.29
%32.9

CMYK color model

#508066 color CMYK value is (38,0,20,50).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 49.80%

CMYK: (38,0,20,50)
C38M0Y20K50 (38%, 0%, 20%, 50%)
(0.38 / 0.00 / 0.20 / 0.50)

CMYK percentages

%37.5
%0
%20.31
%49.8

Codes

Color #508066 in popluar color models

50 80 66
RGB 80 128 102
HSL 148° 23.08% 40.78%
HSB/HSV 148° 37.50% 50.20%
CMYK 37.50% 0.00% 20.31%
49.80%

Color #508066 in popluar number systems.

HEX 50 80 66
Decimal 80 128 102
Binary 1010000 10000000 1100110
Octal 120 200 146

Shades and tints

Shades of #508066

#508066
(80,128,102)
#49755D
(73,117,93)
#426A54
(66,106,84)
#3B5F4B
(59,95,75)
#345442
(52,84,66)
#2D4939
(45,73,57)
#263E30
(38,62,48)
#1F3327
(31,51,39)
#18281E
(24,40,30)
#111D15
(17,29,21)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #508066

#508066
(80,128,102)
#5F8B73
(95,139,115)
#6E9680
(110,150,128)
#7DA18D
(125,161,141)
#8CAC9A
(140,172,154)
#9BB7A7
(155,183,167)
#AAC2B4
(170,194,180)
#B9CDC1
(185,205,193)
#C8D8CE
(200,216,206)
#D7E3DB
(215,227,219)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508066; }

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

This text font color is #508066.

Background Color

.myBgColor { background-color: #508066; }

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

This div background color is #508066.

Border color

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

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

This div border color is #508066.

Opacity

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

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

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

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

This text has shadow with #508066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508066.

Preview

Color preview on black background

This text has color #508066 on black background.


Color preview on white background

This text has color #508066 on white background.


Black color preview on #508066 background

This text has black color on #508066 background.


White color preview on #508066 background

This text has white color on #508066 background.


Related colors

Complementary color

Complementary color for #hex is #AF7F99.


I love getcolorcode.com

Triadic colors

1 #665080 and #806650 with #508066 are triadic colors.

2 #668050 and #805066 with #508066 are triadic colors.