COLOR #507373

HEX: #507373
RGB: (80,115,115)

Color info

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

RGB color model

#507373 color RGB value is (80,115,115).

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

RGB channels and saturation

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

80
115
115

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

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 115 = 310 (100%)
R 80 of 310 ~ 25.81%
G 115 of 310 ~ 37.1%
B 115 of 310 ~ 37.1%

%25.81
%37.1
%37.1

CMYK color model

#507373 color CMYK value is (30,0,0,55).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (30,0,0,55) C30M0Y0K55 (30%,0%,0%,55%) (0.30/0.00/0.00/0.55)

CMYK percentages

%30.43
%0
%0
%54.9

Codes

Color #507373 in popluar color models

507373
RGB80115115
HSL180°17.95%38.24%
HSB/HSV180°30.43%45.10%
CMYK30.43%0.00%0.00%
54.90%

Color #507373 in popluar number systems.

HEX507373
Decimal80115115
Binary101000011100111110011
Octal120163163

Shades and tints

Shades of #507373

#507373
(80,115,115)
#496969
(73,105,105)
#425F5F
(66,95,95)
#3B5555
(59,85,85)
#344B4B
(52,75,75)
#2D4141
(45,65,65)
#263737
(38,55,55)
#1F2D2D
(31,45,45)
#182323
(24,35,35)
#111919
(17,25,25)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #507373

#507373
(80,115,115)
#5F7F7F
(95,127,127)
#6E8B8B
(110,139,139)
#7D9797
(125,151,151)
#8CA3A3
(140,163,163)
#9BAFAF
(155,175,175)
#AABBBB
(170,187,187)
#B9C7C7
(185,199,199)
#C8D3D3
(200,211,211)
#D7DFDF
(215,223,223)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507373; }

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

This text font color is #507373.


Background Color

.myBgColor { background-color: #507373; }

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

This div background color is #507373.


Border color

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

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

This div border color is #507373.


Opacity

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

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

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

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

This text has shadow with #507373 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #507373 on black background.


Color preview on white background

This text has color #507373 on white background.



Black color preview on #507373 background

This text has black color on #507373 background.


White color preview on #507373 background

This text has white color on #507373 background.