COLOR #508F81

HEX: #508F81
RGB: (80,143,129)

Color info

#508F81 contains mainly green and blue colors. Web safe color of #508F81 is #669999 (or #699).

RGB color model

#508F81 color RGB value is (80,143,129).

  • red value is 80;
  • green value is 143;
  • blue value is 129.
RGB:
(80,143,129)
(31%,56%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 143 of 255 = 56%
B 129 of 255 = 51%

80
143
129

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

Portions of RGB colors in percentages

R + G + B =
80 + 143 + 129 = 352 (100%)
R 80 of 352 ~ 22.73%
G 143 of 352 ~ 40.63%
B 129 of 352 ~ 36.65%

%22.73
%40.63
%36.65

CMYK color model

#508F81 color CMYK value is (44,0,10,44).

  • cyan value is 44.06%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 43.92%
CMYK:
(44,0,10,44)
C44M0Y10K44 
(44%,0%,10%,44%)
(0.44/0.00/0.10/0.44)	

CMYK percentages

%44.06
%0
%9.79
%43.92

Codes

Color #508F81 in popluar color models

508F81
RGB80143129
HSL167°28.25%43.73%
HSB/HSV167°44.06%56.08%
CMYK44.06%0.00%9.79%
43.92%

Color #508F81 in popluar number systems.

HEX508F81
Decimal80143129
Binary10100001000111110000001
Octal120217201

Shades and tints

Shades of #508F81

#508F81
(80,143,129)
#498276
(73,130,118)
#42756B
(66,117,107)
#3B6860
(59,104,96)
#345B55
(52,91,85)
#2D4E4A
(45,78,74)
#26413F
(38,65,63)
#1F3434
(31,52,52)
#182729
(24,39,41)
#111A1E
(17,26,30)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #508F81

#508F81
(80,143,129)
#5F998C
(95,153,140)
#6EA397
(110,163,151)
#7DADA2
(125,173,162)
#8CB7AD
(140,183,173)
#9BC1B8
(155,193,184)
#AACBC3
(170,203,195)
#B9D5CE
(185,213,206)
#C8DFD9
(200,223,217)
#D7E9E4
(215,233,228)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508F81 color. Also use rgb(80,143,129) instead hex code.

Text Font Color

.myTextColor { color: #508F81; }

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

This text font color is #508F81.


Background Color

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

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

This div background color is #508F81.


Border color

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

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

This div border color is #508F81.


Opacity

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

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

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

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

This text has shadow with #508F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508F81 on black background.


Color preview on white background

This text has color #508F81 on white background.



Black color preview on #508F81 background

This text has black color on #508F81 background.


White color preview on #508F81 background

This text has white color on #508F81 background.