COLOR #507360

HEX: #507360
RGB: (80,115,96)

Color info

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

RGB color model

#507360 color RGB value is (80,115,96).

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

RGB channels and saturation

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

80
115
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 96 = 291 (100%)
R 80 of 291 ~ 27.49%
G 115 of 291 ~ 39.52%
B 96 of 291 ~ 32.99%

%27.49
%39.52
%32.99

CMYK color model

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

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

CMYK percentages

%30.43
%0
%16.52
%54.9

Codes

Color #507360 in popluar color models

507360
RGB8011596
HSL147°17.95%38.24%
HSB/HSV147°30.43%45.10%
CMYK30.43%0.00%16.52%
54.90%

Color #507360 in popluar number systems.

HEX507360
Decimal8011596
Binary101000011100111100000
Octal120163140

Shades and tints

Shades of #507360

#507360
(80,115,96)
#496958
(73,105,88)
#425F50
(66,95,80)
#3B5548
(59,85,72)
#344B40
(52,75,64)
#2D4138
(45,65,56)
#263730
(38,55,48)
#1F2D28
(31,45,40)
#182320
(24,35,32)
#111918
(17,25,24)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #507360

#507360
(80,115,96)
#5F7F6E
(95,127,110)
#6E8B7C
(110,139,124)
#7D978A
(125,151,138)
#8CA398
(140,163,152)
#9BAFA6
(155,175,166)
#AABBB4
(170,187,180)
#B9C7C2
(185,199,194)
#C8D3D0
(200,211,208)
#D7DFDE
(215,223,222)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507360; }

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

This text font color is #507360.


Background Color

.myBgColor { background-color: #507360; }

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

This div background color is #507360.


Border color

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

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

This div border color is #507360.


Opacity

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

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

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

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

This text has shadow with #507360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507360 on black background.


Color preview on white background

This text has color #507360 on white background.



Black color preview on #507360 background

This text has black color on #507360 background.


White color preview on #507360 background

This text has white color on #507360 background.