COLOR #517343

HEX: #517343
RGB: (81,115,67)

Color info

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

RGB color model

#517343 color RGB value is (81,115,67).

  • red value is 81;
  • green value is 115;
  • blue value is 67.
RGB:
(81,115,67)
(32%,45%,26%)

RGB channels and saturation

R 81 of 255 = 32%
G 115 of 255 = 45%
B 67 of 255 = 26%

81
115
67

R + G + B ~ 34%. #517343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 115 + 67 = 263 (100%)
R 81 of 263 ~ 30.8%
G 115 of 263 ~ 43.73%
B 67 of 263 ~ 25.48%

%30.8
%43.73
%25.48

CMYK color model

#517343 color CMYK value is (30,0,42,55).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 41.74%
  • key color value is 54.90%
CMYK:
(30,0,42,55)
C30M0Y42K55 
(30%,0%,42%,55%)
(0.30/0.00/0.42/0.55)	

CMYK percentages

%29.57
%0
%41.74
%54.9

Codes

Color #517343 in popluar color models

517343
RGB8111567
HSL103°26.37%35.69%
HSB/HSV103°41.74%45.10%
CMYK29.57%0.00%41.74%
54.90%

Color #517343 in popluar number systems.

HEX517343
Decimal8111567
Binary101000111100111000011
Octal121163103

Shades and tints

Shades of #517343

#517343
(81,115,67)
#4A693D
(74,105,61)
#435F37
(67,95,55)
#3C5531
(60,85,49)
#354B2B
(53,75,43)
#2E4125
(46,65,37)
#27371F
(39,55,31)
#202D19
(32,45,25)
#192313
(25,35,19)
#12190D
(18,25,13)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #517343

#517343
(81,115,67)
#607F54
(96,127,84)
#6F8B65
(111,139,101)
#7E9776
(126,151,118)
#8DA387
(141,163,135)
#9CAF98
(156,175,152)
#ABBBA9
(171,187,169)
#BAC7BA
(186,199,186)
#C9D3CB
(201,211,203)
#D8DFDC
(216,223,220)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517343 color. Also use rgb(81,115,67) instead hex code.

Text Font Color

.myTextColor { color: #517343; }

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

This text font color is #517343.


Background Color

.myBgColor { background-color: #517343; }

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

This div background color is #517343.


Border color

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

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

This div border color is #517343.


Opacity

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

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

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

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

This text has shadow with #517343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517343 on black background.


Color preview on white background

This text has color #517343 on white background.



Black color preview on #517343 background

This text has black color on #517343 background.


White color preview on #517343 background

This text has white color on #517343 background.