COLOR #507273

HEX: #507273 RGB: (80,114,115)

Color info

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

RGB color model

#507273 color RGB value is (80,114,115).

RGB: (80,114,115) (31%, 45%, 45%)

RGB channels and saturation

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

80
114
115

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

Portions of RGB colors in percentages

R + G + B = 80 + 114 + 115 = 309 (100%)
R 80 of 309 ~ 25.89%
G 114 of 309 ~ 36.89%
B 115 of 309 ~ 37.22'%

%25.89
%36.89
%37.22

CMYK color model

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

  • cyan value is 30.43%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (30,1,0,55)
C30M1Y0K55 (30%, 1%, 0%, 55%)
(0.30 / 0.01 / 0.00 / 0.55)

CMYK percentages

%30.43
%0.87
%0
%54.9

Codes

Color #507273 in popluar color models

50 72 73
RGB 80 114 115
HSL 182° 17.95% 38.24%
HSB/HSV 182° 30.43% 45.10%
CMYK 30.43% 0.87% 0.00%
54.90%

Color #507273 in popluar number systems.

HEX 50 72 73
Decimal 80 114 115
Binary 1010000 1110010 1110011
Octal 120 162 163

Shades and tints

Shades of #507273

#507273
(80,114,115)
#496869
(73,104,105)
#425E5F
(66,94,95)
#3B5455
(59,84,85)
#344A4B
(52,74,75)
#2D4041
(45,64,65)
#263637
(38,54,55)
#1F2C2D
(31,44,45)
#182223
(24,34,35)
#111819
(17,24,25)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #507273

#507273
(80,114,115)
#5F7E7F
(95,126,127)
#6E8A8B
(110,138,139)
#7D9697
(125,150,151)
#8CA2A3
(140,162,163)
#9BAEAF
(155,174,175)
#AABABB
(170,186,187)
#B9C6C7
(185,198,199)
#C8D2D3
(200,210,211)
#D7DEDF
(215,222,223)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507273; }

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

This text font color is #507273.

Background Color

.myBgColor { background-color: #507273; }

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

This div background color is #507273.

Border color

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

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

This div border color is #507273.

Opacity

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

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

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

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

This text has shadow with #507273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507273.

Preview

Color preview on black background

This text has color #507273 on black background.


Color preview on white background

This text has color #507273 on white background.


Black color preview on #507273 background

This text has black color on #507273 background.


White color preview on #507273 background

This text has white color on #507273 background.


Related colors

Complementary color

Complementary color for #hex is #AF8D8C.


I love getcolorcode.com

Triadic colors

1 #735072 and #727350 with #507273 are triadic colors.

2 #737250 and #725073 with #507273 are triadic colors.