COLOR #517765

HEX: #517765
RGB: (81,119,101)

Color info

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

RGB color model

#517765 color RGB value is (81,119,101).

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

RGB channels and saturation

R 81 of 255 = 32%
G 119 of 255 = 47%
B 101 of 255 = 40%

81
119
101

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

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 101 = 301 (100%)
R 81 of 301 ~ 26.91%
G 119 of 301 ~ 39.53%
B 101 of 301 ~ 33.55%

%26.91
%39.53
%33.55

CMYK color model

#517765 color CMYK value is (32,0,15,53).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(32,0,15,53)
C32M0Y15K53 
(32%,0%,15%,53%)
(0.32/0.00/0.15/0.53)	

CMYK percentages

%31.93
%0
%15.13
%53.33

Codes

Color #517765 in popluar color models

517765
RGB81119101
HSL152°19.00%39.22%
HSB/HSV152°31.93%46.67%
CMYK31.93%0.00%15.13%
53.33%

Color #517765 in popluar number systems.

HEX517765
Decimal81119101
Binary101000111101111100101
Octal121167145

Shades and tints

Shades of #517765

#517765
(81,119,101)
#4A6D5C
(74,109,92)
#436353
(67,99,83)
#3C594A
(60,89,74)
#354F41
(53,79,65)
#2E4538
(46,69,56)
#273B2F
(39,59,47)
#203126
(32,49,38)
#19271D
(25,39,29)
#121D14
(18,29,20)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #517765

#517765
(81,119,101)
#608373
(96,131,115)
#6F8F81
(111,143,129)
#7E9B8F
(126,155,143)
#8DA79D
(141,167,157)
#9CB3AB
(156,179,171)
#ABBFB9
(171,191,185)
#BACBC7
(186,203,199)
#C9D7D5
(201,215,213)
#D8E3E3
(216,227,227)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517765; }

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

This text font color is #517765.


Background Color

.myBgColor { background-color: #517765; }

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

This div background color is #517765.


Border color

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

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

This div border color is #517765.


Opacity

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

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

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

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

This text has shadow with #517765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517765 on black background.


Color preview on white background

This text has color #517765 on white background.



Black color preview on #517765 background

This text has black color on #517765 background.


White color preview on #517765 background

This text has white color on #517765 background.