COLOR #517262

HEX: #517262
RGB: (81,114,98)

Color info

#517262 contains red, green and blue colors in about the same proportion. Web safe color of #517262 is #666666 (or #666).

RGB color model

#517262 color RGB value is (81,114,98).

  • red value is 81;
  • green value is 114;
  • blue value is 98.
RGB:
(81,114,98)
(32%,45%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 114 of 255 = 45%
B 98 of 255 = 38%

81
114
98

R + G + B ~ 38%. #517262 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 98 = 293 (100%)
R 81 of 293 ~ 27.65%
G 114 of 293 ~ 38.91%
B 98 of 293 ~ 33.45%

%27.65
%38.91
%33.45

CMYK color model

#517262 color CMYK value is (29,0,14,55).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 55.29%
CMYK:
(29,0,14,55)
C29M0Y14K55 
(29%,0%,14%,55%)
(0.29/0.00/0.14/0.55)	

CMYK percentages

%28.95
%0
%14.04
%55.29

Codes

Color #517262 in popluar color models

517262
RGB8111498
HSL151°16.92%38.24%
HSB/HSV151°28.95%44.71%
CMYK28.95%0.00%14.04%
55.29%

Color #517262 in popluar number systems.

HEX517262
Decimal8111498
Binary101000111100101100010
Octal121162142

Shades and tints

Shades of #517262

#517262
(81,114,98)
#4A685A
(74,104,90)
#435E52
(67,94,82)
#3C544A
(60,84,74)
#354A42
(53,74,66)
#2E403A
(46,64,58)
#273632
(39,54,50)
#202C2A
(32,44,42)
#192222
(25,34,34)
#12181A
(18,24,26)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #517262

#517262
(81,114,98)
#607E70
(96,126,112)
#6F8A7E
(111,138,126)
#7E968C
(126,150,140)
#8DA29A
(141,162,154)
#9CAEA8
(156,174,168)
#ABBAB6
(171,186,182)
#BAC6C4
(186,198,196)
#C9D2D2
(201,210,210)
#D8DEE0
(216,222,224)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517262 color. Also use rgb(81,114,98) instead hex code.

Text Font Color

.myTextColor { color: #517262; }

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

This text font color is #517262.


Background Color

.myBgColor { background-color: #517262; }

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

This div background color is #517262.


Border color

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

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

This div border color is #517262.


Opacity

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

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

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

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

This text has shadow with #517262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517262 on black background.


Color preview on white background

This text has color #517262 on white background.



Black color preview on #517262 background

This text has black color on #517262 background.


White color preview on #517262 background

This text has white color on #517262 background.