COLOR #508C92

HEX: #508C92
RGB: (80,140,146)

Color info

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

RGB color model

#508C92 color RGB value is (80,140,146).

  • red value is 80;
  • green value is 140;
  • blue value is 146.
RGB:
(80,140,146)
(31%,55%,57%)

RGB channels and saturation

R 80 of 255 = 31%
G 140 of 255 = 55%
B 146 of 255 = 57%

80
140
146

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

Portions of RGB colors in percentages

R + G + B =
80 + 140 + 146 = 366 (100%)
R 80 of 366 ~ 21.86%
G 140 of 366 ~ 38.25%
B 146 of 366 ~ 39.89%

%21.86
%38.25
%39.89

CMYK color model

#508C92 color CMYK value is (45,4,0,43).

  • cyan value is 45.21%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(45,4,0,43)
C45M4Y0K43 
(45%,4%,0%,43%)
(0.45/0.04/0.00/0.43)	

CMYK percentages

%45.21
%4.11
%0
%42.75

Codes

Color #508C92 in popluar color models

508C92
RGB80140146
HSL185°29.20%44.31%
HSB/HSV185°45.21%57.25%
CMYK45.21%4.11%0.00%
42.75%

Color #508C92 in popluar number systems.

HEX508C92
Decimal80140146
Binary10100001000110010010010
Octal120214222

Shades and tints

Shades of #508C92

#508C92
(80,140,146)
#498085
(73,128,133)
#427478
(66,116,120)
#3B686B
(59,104,107)
#345C5E
(52,92,94)
#2D5051
(45,80,81)
#264444
(38,68,68)
#1F3837
(31,56,55)
#182C2A
(24,44,42)
#11201D
(17,32,29)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #508C92

#508C92
(80,140,146)
#5F969B
(95,150,155)
#6EA0A4
(110,160,164)
#7DAAAD
(125,170,173)
#8CB4B6
(140,180,182)
#9BBEBF
(155,190,191)
#AAC8C8
(170,200,200)
#B9D2D1
(185,210,209)
#C8DCDA
(200,220,218)
#D7E6E3
(215,230,227)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508C92 color. Also use rgb(80,140,146) instead hex code.

Text Font Color

.myTextColor { color: #508C92; }

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

This text font color is #508C92.


Background Color

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

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

This div background color is #508C92.


Border color

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

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

This div border color is #508C92.


Opacity

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

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

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

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

This text has shadow with #508C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508C92 on black background.


Color preview on white background

This text has color #508C92 on white background.



Black color preview on #508C92 background

This text has black color on #508C92 background.


White color preview on #508C92 background

This text has white color on #508C92 background.