COLOR #517741

HEX: #517741
RGB: (81,119,65)

Color info

#517741 contains red, green and blue colors in about the same proportion. Web safe color of #517741 is #666633 (or #663).

RGB color model

#517741 color RGB value is (81,119,65).

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

RGB channels and saturation

R 81 of 255 = 32%
G 119 of 255 = 47%
B 65 of 255 = 25%

81
119
65

R + G + B ~ 35%. #517741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 65 = 265 (100%)
R 81 of 265 ~ 30.57%
G 119 of 265 ~ 44.91%
B 65 of 265 ~ 24.53%

%30.57
%44.91
%24.53

CMYK color model

#517741 color CMYK value is (32,0,45,53).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 45.38%
  • key color value is 53.33%
CMYK:
(32,0,45,53)
C32M0Y45K53 
(32%,0%,45%,53%)
(0.32/0.00/0.45/0.53)	

CMYK percentages

%31.93
%0
%45.38
%53.33

Codes

Color #517741 in popluar color models

517741
RGB8111965
HSL102°29.35%36.08%
HSB/HSV102°45.38%46.67%
CMYK31.93%0.00%45.38%
53.33%

Color #517741 in popluar number systems.

HEX517741
Decimal8111965
Binary101000111101111000001
Octal121167101

Shades and tints

Shades of #517741

#517741
(81,119,65)
#4A6D3C
(74,109,60)
#436337
(67,99,55)
#3C5932
(60,89,50)
#354F2D
(53,79,45)
#2E4528
(46,69,40)
#273B23
(39,59,35)
#20311E
(32,49,30)
#192719
(25,39,25)
#121D14
(18,29,20)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #517741

#517741
(81,119,65)
#608352
(96,131,82)
#6F8F63
(111,143,99)
#7E9B74
(126,155,116)
#8DA785
(141,167,133)
#9CB396
(156,179,150)
#ABBFA7
(171,191,167)
#BACBB8
(186,203,184)
#C9D7C9
(201,215,201)
#D8E3DA
(216,227,218)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517741; }

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

This text font color is #517741.


Background Color

.myBgColor { background-color: #517741; }

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

This div background color is #517741.


Border color

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

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

This div border color is #517741.


Opacity

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

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

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

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

This text has shadow with #517741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517741 on black background.


Color preview on white background

This text has color #517741 on white background.



Black color preview on #517741 background

This text has black color on #517741 background.


White color preview on #517741 background

This text has white color on #517741 background.