COLOR #507782

HEX: #507782
RGB: (80,119,130)

Color info

#507782 contains red, green and blue colors in about the same proportion. Web safe color of #507782 is #666699 (or #669).

RGB color model

#507782 color RGB value is (80,119,130).

  • red value is 80;
  • green value is 119;
  • blue value is 130.
RGB:
(80,119,130)
(31%,47%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 130 of 255 = 51%

80
119
130

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

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 130 = 329 (100%)
R 80 of 329 ~ 24.32%
G 119 of 329 ~ 36.17%
B 130 of 329 ~ 39.51%

%24.32
%36.17
%39.51

CMYK color model

#507782 color CMYK value is (38,8,0,49).

  • cyan value is 38.46%
  • magenta value is 8.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(38,8,0,49)
C38M8Y0K49 
(38%,8%,0%,49%)
(0.38/0.08/0.00/0.49)	

CMYK percentages

%38.46
%8.46
%0
%49.02

Codes

Color #507782 in popluar color models

507782
RGB80119130
HSL193°23.81%41.18%
HSB/HSV193°38.46%50.98%
CMYK38.46%8.46%0.00%
49.02%

Color #507782 in popluar number systems.

HEX507782
Decimal80119130
Binary1010000111011110000010
Octal120167202

Shades and tints

Shades of #507782

#507782
(80,119,130)
#496D77
(73,109,119)
#42636C
(66,99,108)
#3B5961
(59,89,97)
#344F56
(52,79,86)
#2D454B
(45,69,75)
#263B40
(38,59,64)
#1F3135
(31,49,53)
#18272A
(24,39,42)
#111D1F
(17,29,31)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #507782

#507782
(80,119,130)
#5F838D
(95,131,141)
#6E8F98
(110,143,152)
#7D9BA3
(125,155,163)
#8CA7AE
(140,167,174)
#9BB3B9
(155,179,185)
#AABFC4
(170,191,196)
#B9CBCF
(185,203,207)
#C8D7DA
(200,215,218)
#D7E3E5
(215,227,229)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507782 color. Also use rgb(80,119,130) instead hex code.

Text Font Color

.myTextColor { color: #507782; }

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

This text font color is #507782.


Background Color

.myBgColor { background-color: #507782; }

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

This div background color is #507782.


Border color

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

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

This div border color is #507782.


Opacity

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

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

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

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

This text has shadow with #507782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507782 on black background.


Color preview on white background

This text has color #507782 on white background.



Black color preview on #507782 background

This text has black color on #507782 background.


White color preview on #507782 background

This text has white color on #507782 background.