COLOR #507282

HEX: #507282
RGB: (80,114,130)

Color info

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

RGB color model

#507282 color RGB value is (80,114,130).

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

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 130 of 255 = 51%

80
114
130

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

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 130 = 324 (100%)
R 80 of 324 ~ 24.69%
G 114 of 324 ~ 35.19%
B 130 of 324 ~ 40.12%

%24.69
%35.19
%40.12

CMYK color model

#507282 color CMYK value is (38,12,0,49).

  • cyan value is 38.46%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (38,12,0,49) C38M12Y0K49 (38%,12%,0%,49%) (0.38/0.12/0.00/0.49)

CMYK percentages

%38.46
%12.31
%0
%49.02

Codes

Color #507282 in popluar color models

507282
RGB80114130
HSL199°23.81%41.18%
HSB/HSV199°38.46%50.98%
CMYK38.46%12.31%0.00%
49.02%

Color #507282 in popluar number systems.

HEX507282
Decimal80114130
Binary1010000111001010000010
Octal120162202

Shades and tints

Shades of #507282

#507282
(80,114,130)
#496877
(73,104,119)
#425E6C
(66,94,108)
#3B5461
(59,84,97)
#344A56
(52,74,86)
#2D404B
(45,64,75)
#263640
(38,54,64)
#1F2C35
(31,44,53)
#18222A
(24,34,42)
#11181F
(17,24,31)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #507282

#507282
(80,114,130)
#5F7E8D
(95,126,141)
#6E8A98
(110,138,152)
#7D96A3
(125,150,163)
#8CA2AE
(140,162,174)
#9BAEB9
(155,174,185)
#AABAC4
(170,186,196)
#B9C6CF
(185,198,207)
#C8D2DA
(200,210,218)
#D7DEE5
(215,222,229)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507282; }

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

This text font color is #507282.


Background Color

.myBgColor { background-color: #507282; }

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

This div background color is #507282.


Border color

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

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

This div border color is #507282.


Opacity

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

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

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

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

This text has shadow with #507282 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #507282 on black background.


Color preview on white background

This text has color #507282 on white background.



Black color preview on #507282 background

This text has black color on #507282 background.


White color preview on #507282 background

This text has white color on #507282 background.