COLOR #507765

HEX: #507765
RGB: (80,119,101)

Color info

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

RGB color model

#507765 color RGB value is (80,119,101).

  • red value is 80;
  • green value is 119;
  • blue value is 101.
RGB:
(80,119,101)
(31%,47%,40%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 101 of 255 = 40%

80
119
101

R + G + B ~ 39%. #507765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 101 = 300 (100%)
R 80 of 300 ~ 26.67%
G 119 of 300 ~ 39.67%
B 101 of 300 ~ 33.67%

%26.67
%39.67
%33.67

CMYK color model

#507765 color CMYK value is (33,0,15,53).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(33,0,15,53)
C33M0Y15K53 
(33%,0%,15%,53%)
(0.33/0.00/0.15/0.53)	

CMYK percentages

%32.77
%0
%15.13
%53.33

Codes

Color #507765 in popluar color models

507765
RGB80119101
HSL152°19.60%39.02%
HSB/HSV152°32.77%46.67%
CMYK32.77%0.00%15.13%
53.33%

Color #507765 in popluar number systems.

HEX507765
Decimal80119101
Binary101000011101111100101
Octal120167145

Shades and tints

Shades of #507765

#507765
(80,119,101)
#496D5C
(73,109,92)
#426353
(66,99,83)
#3B594A
(59,89,74)
#344F41
(52,79,65)
#2D4538
(45,69,56)
#263B2F
(38,59,47)
#1F3126
(31,49,38)
#18271D
(24,39,29)
#111D14
(17,29,20)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #507765

#507765
(80,119,101)
#5F8373
(95,131,115)
#6E8F81
(110,143,129)
#7D9B8F
(125,155,143)
#8CA79D
(140,167,157)
#9BB3AB
(155,179,171)
#AABFB9
(170,191,185)
#B9CBC7
(185,203,199)
#C8D7D5
(200,215,213)
#D7E3E3
(215,227,227)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507765; }

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

This text font color is #507765.


Background Color

.myBgColor { background-color: #507765; }

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

This div background color is #507765.


Border color

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

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

This div border color is #507765.


Opacity

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

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

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

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

This text has shadow with #507765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507765 on black background.


Color preview on white background

This text has color #507765 on white background.



Black color preview on #507765 background

This text has black color on #507765 background.


White color preview on #507765 background

This text has white color on #507765 background.