COLOR #508A79

HEX: #508A79 RGB: (80,138,121)

Color info

#508A79 contains red, green and blue colors in about the same proportion. Web safe color of #508A79 is #669966 (or #696).

RGB color model

#508A79 color RGB value is (80,138,121).

RGB: (80,138,121) (31%, 54%, 47%)

RGB channels and saturation

R 80 of 255 = 31%
G 138 of 255 = 54%
B 121 of 255 = 47%

80
138
121

R + G + B ~ 44%. #508A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 138 + 121 = 339 (100%)
R 80 of 339 ~ 23.6%
G 138 of 339 ~ 40.71%
B 121 of 339 ~ 35.69'%

%23.6
%40.71
%35.69

CMYK color model

#508A79 color CMYK value is (42,0,12,46).

  • cyan value is 42.03%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 45.88%

CMYK: (42,0,12,46)
C42M0Y12K46 (42%, 0%, 12%, 46%)
(0.42 / 0.00 / 0.12 / 0.46)

CMYK percentages

%42.03
%0
%12.32
%45.88

Codes

Color #508A79 in popluar color models

50 8A 79
RGB 80 138 121
HSL 162° 26.61% 42.75%
HSB/HSV 162° 42.03% 54.12%
CMYK 42.03% 0.00% 12.32%
45.88%

Color #508A79 in popluar number systems.

HEX 50 8A 79
Decimal 80 138 121
Binary 1010000 10001010 1111001
Octal 120 212 171

Shades and tints

Shades of #508A79

#508A79
(80,138,121)
#497E6E
(73,126,110)
#427263
(66,114,99)
#3B6658
(59,102,88)
#345A4D
(52,90,77)
#2D4E42
(45,78,66)
#264237
(38,66,55)
#1F362C
(31,54,44)
#182A21
(24,42,33)
#111E16
(17,30,22)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #508A79

#508A79
(80,138,121)
#5F9485
(95,148,133)
#6E9E91
(110,158,145)
#7DA89D
(125,168,157)
#8CB2A9
(140,178,169)
#9BBCB5
(155,188,181)
#AAC6C1
(170,198,193)
#B9D0CD
(185,208,205)
#C8DAD9
(200,218,217)
#D7E4E5
(215,228,229)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508A79 color. Also use rgb(80,138,121) instead hex code.

Text Font Color

.myTextColor { color: #508A79; }

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

This text font color is #508A79.

Background Color

.myBgColor { background-color: #508A79; }

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

This div background color is #508A79.

Border color

.myBorderColor { border: 1px solid #508A79; }

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

This div border color is #508A79.

Opacity

.myOpacity80 { color: #508A79; opacity: 0.8; }

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

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

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

This text has shadow with #508A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508A79.

Preview

Color preview on black background

This text has color #508A79 on black background.


Color preview on white background

This text has color #508A79 on white background.


Black color preview on #508A79 background

This text has black color on #508A79 background.


White color preview on #508A79 background

This text has white color on #508A79 background.


Related colors

Complementary color

Complementary color for #hex is #AF7586.


I love getcolorcode.com

Triadic colors

1 #79508A and #8A7950 with #508A79 are triadic colors.

2 #798A50 and #8A5079 with #508A79 are triadic colors.