COLOR #517442

HEX: #517442
RGB: (81,116,66)

Color info

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

RGB color model

#517442 color RGB value is (81,116,66).

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

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 66 of 255 = 26%

81
116
66

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

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 66 = 263 (100%)
R 81 of 263 ~ 30.8%
G 116 of 263 ~ 44.11%
B 66 of 263 ~ 25.1%

%30.8
%44.11
%25.1

CMYK color model

#517442 color CMYK value is (30,0,43,55).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 43.10%
  • key color value is 54.51%
CMYK:
(30,0,43,55)
C30M0Y43K55 
(30%,0%,43%,55%)
(0.30/0.00/0.43/0.55)	

CMYK percentages

%30.17
%0
%43.1
%54.51

Codes

Color #517442 in popluar color models

517442
RGB8111666
HSL102°27.47%35.69%
HSB/HSV102°43.10%45.49%
CMYK30.17%0.00%43.10%
54.51%

Color #517442 in popluar number systems.

HEX517442
Decimal8111666
Binary101000111101001000010
Octal121164102

Shades and tints

Shades of #517442

#517442
(81,116,66)
#4A6A3C
(74,106,60)
#436036
(67,96,54)
#3C5630
(60,86,48)
#354C2A
(53,76,42)
#2E4224
(46,66,36)
#27381E
(39,56,30)
#202E18
(32,46,24)
#192412
(25,36,18)
#121A0C
(18,26,12)
#0B1006
(11,16,6)
#000000
(0,0,0)

Tints of #517442

#517442
(81,116,66)
#608053
(96,128,83)
#6F8C64
(111,140,100)
#7E9875
(126,152,117)
#8DA486
(141,164,134)
#9CB097
(156,176,151)
#ABBCA8
(171,188,168)
#BAC8B9
(186,200,185)
#C9D4CA
(201,212,202)
#D8E0DB
(216,224,219)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517442 color. Also use rgb(81,116,66) instead hex code.

Text Font Color

.myTextColor { color: #517442; }

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

This text font color is #517442.


Background Color

.myBgColor { background-color: #517442; }

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

This div background color is #517442.


Border color

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

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

This div border color is #517442.


Opacity

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

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

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

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

This text has shadow with #517442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517442 on black background.


Color preview on white background

This text has color #517442 on white background.



Black color preview on #517442 background

This text has black color on #517442 background.


White color preview on #517442 background

This text has white color on #517442 background.