COLOR #517C3C

HEX: #517C3C
RGB: (81,124,60)

Color info

#517C3C contains mainly red and green colors. Web safe color of #517C3C is #666633 (or #663).

RGB color model

#517C3C color RGB value is (81,124,60).

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

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 60 of 255 = 24%

81
124
60

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

Portions of RGB colors in percentages

R + G + B =
81 + 124 + 60 = 265 (100%)
R 81 of 265 ~ 30.57%
G 124 of 265 ~ 46.79%
B 60 of 265 ~ 22.64%

%30.57
%46.79
%22.64

CMYK color model

#517C3C color CMYK value is (35,0,52,51).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 51.37%
CMYK:
(35,0,52,51)
C35M0Y52K51 
(35%,0%,52%,51%)
(0.35/0.00/0.52/0.51)	

CMYK percentages

%34.68
%0
%51.61
%51.37

Codes

Color #517C3C in popluar color models

517C3C
RGB8112460
HSL100°34.78%36.08%
HSB/HSV100°51.61%48.63%
CMYK34.68%0.00%51.61%
51.37%

Color #517C3C in popluar number systems.

HEX517C3C
Decimal8112460
Binary10100011111100111100
Octal12117474

Shades and tints

Shades of #517C3C

#517C3C
(81,124,60)
#4A7137
(74,113,55)
#436632
(67,102,50)
#3C5B2D
(60,91,45)
#355028
(53,80,40)
#2E4523
(46,69,35)
#273A1E
(39,58,30)
#202F19
(32,47,25)
#192414
(25,36,20)
#12190F
(18,25,15)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #517C3C

#517C3C
(81,124,60)
#60874D
(96,135,77)
#6F925E
(111,146,94)
#7E9D6F
(126,157,111)
#8DA880
(141,168,128)
#9CB391
(156,179,145)
#ABBEA2
(171,190,162)
#BAC9B3
(186,201,179)
#C9D4C4
(201,212,196)
#D8DFD5
(216,223,213)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517C3C; }

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

This text font color is #517C3C.


Background Color

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

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

This div background color is #517C3C.


Border color

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

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

This div border color is #517C3C.


Opacity

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

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

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

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

This text has shadow with #517C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C3C on black background.


Color preview on white background

This text has color #517C3C on white background.



Black color preview on #517C3C background

This text has black color on #517C3C background.


White color preview on #517C3C background

This text has white color on #517C3C background.