COLOR #507378

HEX: #507378
RGB: (80,115,120)

Color info

#507378 contains red, green and blue colors in about the same proportion. Web safe color of #507378 is #666666 (or #666).

RGB color model

#507378 color RGB value is (80,115,120).

  • red value is 80;
  • green value is 115;
  • blue value is 120.
RGB:
(80,115,120)
(31%,45%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 115 of 255 = 45%
B 120 of 255 = 47%

80
115
120

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

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 120 = 315 (100%)
R 80 of 315 ~ 25.4%
G 115 of 315 ~ 36.51%
B 120 of 315 ~ 38.1%

%25.4
%36.51
%38.1

CMYK color model

#507378 color CMYK value is (33,4,0,53).

  • cyan value is 33.33%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,4,0,53)
C33M4Y0K53 
(33%,4%,0%,53%)
(0.33/0.04/0.00/0.53)	

CMYK percentages

%33.33
%4.17
%0
%52.94

Codes

Color #507378 in popluar color models

507378
RGB80115120
HSL188°20.00%39.22%
HSB/HSV188°33.33%47.06%
CMYK33.33%4.17%0.00%
52.94%

Color #507378 in popluar number systems.

HEX507378
Decimal80115120
Binary101000011100111111000
Octal120163170

Shades and tints

Shades of #507378

#507378
(80,115,120)
#49696E
(73,105,110)
#425F64
(66,95,100)
#3B555A
(59,85,90)
#344B50
(52,75,80)
#2D4146
(45,65,70)
#26373C
(38,55,60)
#1F2D32
(31,45,50)
#182328
(24,35,40)
#11191E
(17,25,30)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #507378

#507378
(80,115,120)
#5F7F84
(95,127,132)
#6E8B90
(110,139,144)
#7D979C
(125,151,156)
#8CA3A8
(140,163,168)
#9BAFB4
(155,175,180)
#AABBC0
(170,187,192)
#B9C7CC
(185,199,204)
#C8D3D8
(200,211,216)
#D7DFE4
(215,223,228)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507378 color. Also use rgb(80,115,120) instead hex code.

Text Font Color

.myTextColor { color: #507378; }

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

This text font color is #507378.


Background Color

.myBgColor { background-color: #507378; }

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

This div background color is #507378.


Border color

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

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

This div border color is #507378.


Opacity

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

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

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

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

This text has shadow with #507378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507378 on black background.


Color preview on white background

This text has color #507378 on white background.



Black color preview on #507378 background

This text has black color on #507378 background.


White color preview on #507378 background

This text has white color on #507378 background.