COLOR #507260

HEX: #507260
RGB: (80,114,96)

Color info

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

RGB color model

#507260 color RGB value is (80,114,96).

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

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 96 of 255 = 38%

80
114
96

R + G + B ~ 38%. #507260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 96 = 290 (100%)
R 80 of 290 ~ 27.59%
G 114 of 290 ~ 39.31%
B 96 of 290 ~ 33.1%

%27.59
%39.31
%33.1

CMYK color model

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

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(30,0,16,55)
C30M0Y16K55 
(30%,0%,16%,55%)
(0.30/0.00/0.16/0.55)	

CMYK percentages

%29.82
%0
%15.79
%55.29

Codes

Color #507260 in popluar color models

507260
RGB8011496
HSL148°17.53%38.04%
HSB/HSV148°29.82%44.71%
CMYK29.82%0.00%15.79%
55.29%

Color #507260 in popluar number systems.

HEX507260
Decimal8011496
Binary101000011100101100000
Octal120162140

Shades and tints

Shades of #507260

#507260
(80,114,96)
#496858
(73,104,88)
#425E50
(66,94,80)
#3B5448
(59,84,72)
#344A40
(52,74,64)
#2D4038
(45,64,56)
#263630
(38,54,48)
#1F2C28
(31,44,40)
#182220
(24,34,32)
#111818
(17,24,24)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #507260

#507260
(80,114,96)
#5F7E6E
(95,126,110)
#6E8A7C
(110,138,124)
#7D968A
(125,150,138)
#8CA298
(140,162,152)
#9BAEA6
(155,174,166)
#AABAB4
(170,186,180)
#B9C6C2
(185,198,194)
#C8D2D0
(200,210,208)
#D7DEDE
(215,222,222)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507260; }

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

This text font color is #507260.


Background Color

.myBgColor { background-color: #507260; }

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

This div background color is #507260.


Border color

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

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

This div border color is #507260.


Opacity

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

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

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

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

This text has shadow with #507260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507260 on black background.


Color preview on white background

This text has color #507260 on white background.



Black color preview on #507260 background

This text has black color on #507260 background.


White color preview on #507260 background

This text has white color on #507260 background.