COLOR #517C45

HEX: #517C45
RGB: (81,124,69)

Color info

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

RGB color model

#517C45 color RGB value is (81,124,69).

  • red value is 81;
  • green value is 124;
  • blue value is 69.
RGB:
(81,124,69)
(32%,49%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 69 of 255 = 27%

81
124
69

R + G + B ~ 36%. #517C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 124 + 69 = 274 (100%)
R 81 of 274 ~ 29.56%
G 124 of 274 ~ 45.26%
B 69 of 274 ~ 25.18%

%29.56
%45.26
%25.18

CMYK color model

#517C45 color CMYK value is (35,0,44,51).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 51.37%
CMYK:
(35,0,44,51)
C35M0Y44K51 
(35%,0%,44%,51%)
(0.35/0.00/0.44/0.51)	

CMYK percentages

%34.68
%0
%44.35
%51.37

Codes

Color #517C45 in popluar color models

517C45
RGB8112469
HSL107°28.50%37.84%
HSB/HSV107°44.35%48.63%
CMYK34.68%0.00%44.35%
51.37%

Color #517C45 in popluar number systems.

HEX517C45
Decimal8112469
Binary101000111111001000101
Octal121174105

Shades and tints

Shades of #517C45

#517C45
(81,124,69)
#4A713F
(74,113,63)
#436639
(67,102,57)
#3C5B33
(60,91,51)
#35502D
(53,80,45)
#2E4527
(46,69,39)
#273A21
(39,58,33)
#202F1B
(32,47,27)
#192415
(25,36,21)
#12190F
(18,25,15)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #517C45

#517C45
(81,124,69)
#608755
(96,135,85)
#6F9265
(111,146,101)
#7E9D75
(126,157,117)
#8DA885
(141,168,133)
#9CB395
(156,179,149)
#ABBEA5
(171,190,165)
#BAC9B5
(186,201,181)
#C9D4C5
(201,212,197)
#D8DFD5
(216,223,213)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517C45 color. Also use rgb(81,124,69) instead hex code.

Text Font Color

.myTextColor { color: #517C45; }

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

This text font color is #517C45.


Background Color

.myBgColor { background-color: #517C45; }

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

This div background color is #517C45.


Border color

.myBorderColor { border: 1px solid #517C45; }

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

This div border color is #517C45.


Opacity

.myOpacity80 { color: #517C45; opacity: 0.8; }

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

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

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

This text has shadow with #517C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C45 on black background.


Color preview on white background

This text has color #517C45 on white background.



Black color preview on #517C45 background

This text has black color on #517C45 background.


White color preview on #517C45 background

This text has white color on #517C45 background.