COLOR #517263

HEX: #517263
RGB: (81,114,99)

Color info

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

RGB color model

#517263 color RGB value is (81,114,99).

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

RGB channels and saturation

R 81 of 255 = 32%
G 114 of 255 = 45%
B 99 of 255 = 39%

81
114
99

R + G + B ~ 39%. #517263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 99 = 294 (100%)
R 81 of 294 ~ 27.55%
G 114 of 294 ~ 38.78%
B 99 of 294 ~ 33.67%

%27.55
%38.78
%33.67

CMYK color model

#517263 color CMYK value is (29,0,13,55).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(29,0,13,55)
C29M0Y13K55 
(29%,0%,13%,55%)
(0.29/0.00/0.13/0.55)	

CMYK percentages

%28.95
%0
%13.16
%55.29

Codes

Color #517263 in popluar color models

517263
RGB8111499
HSL153°16.92%38.24%
HSB/HSV153°28.95%44.71%
CMYK28.95%0.00%13.16%
55.29%

Color #517263 in popluar number systems.

HEX517263
Decimal8111499
Binary101000111100101100011
Octal121162143

Shades and tints

Shades of #517263

#517263
(81,114,99)
#4A685A
(74,104,90)
#435E51
(67,94,81)
#3C5448
(60,84,72)
#354A3F
(53,74,63)
#2E4036
(46,64,54)
#27362D
(39,54,45)
#202C24
(32,44,36)
#19221B
(25,34,27)
#121812
(18,24,18)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #517263

#517263
(81,114,99)
#607E71
(96,126,113)
#6F8A7F
(111,138,127)
#7E968D
(126,150,141)
#8DA29B
(141,162,155)
#9CAEA9
(156,174,169)
#ABBAB7
(171,186,183)
#BAC6C5
(186,198,197)
#C9D2D3
(201,210,211)
#D8DEE1
(216,222,225)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517263; }

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

This text font color is #517263.


Background Color

.myBgColor { background-color: #517263; }

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

This div background color is #517263.


Border color

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

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

This div border color is #517263.


Opacity

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

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

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

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

This text has shadow with #517263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517263 on black background.


Color preview on white background

This text has color #517263 on white background.



Black color preview on #517263 background

This text has black color on #517263 background.


White color preview on #517263 background

This text has white color on #517263 background.