COLOR #717247

HEX: #717247
RGB: (113,114,71)

Color info

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

RGB color model

#717247 color RGB value is (113,114,71).

  • red value is 113;
  • green value is 114;
  • blue value is 71.
RGB:
(113,114,71)
(44%,45%,28%)

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 71 of 255 = 28%

113
114
71

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 71 = 298 (100%)
R 113 of 298 ~ 37.92%
G 114 of 298 ~ 38.26%
B 71 of 298 ~ 23.83%

%37.92
%38.26
%23.83

CMYK color model

#717247 color CMYK value is (1,0,38,55).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(1,0,38,55)
C1M0Y38K55 
(1%,0%,38%,55%)
(0.01/0.00/0.38/0.55)	

CMYK percentages

%0.88
%0
%37.72
%55.29

Codes

Color #717247 in popluar color models

717247
RGB11311471
HSL61°23.24%36.27%
HSB/HSV61°37.72%44.71%
CMYK0.88%0.00%37.72%
55.29%

Color #717247 in popluar number systems.

HEX717247
Decimal11311471
Binary111000111100101000111
Octal161162107

Shades and tints

Shades of #717247

#717247
(113,114,71)
#676841
(103,104,65)
#5D5E3B
(93,94,59)
#535435
(83,84,53)
#494A2F
(73,74,47)
#3F4029
(63,64,41)
#353623
(53,54,35)
#2B2C1D
(43,44,29)
#212217
(33,34,23)
#171811
(23,24,17)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #717247

#717247
(113,114,71)
#7D7E57
(125,126,87)
#898A67
(137,138,103)
#959677
(149,150,119)
#A1A287
(161,162,135)
#ADAE97
(173,174,151)
#B9BAA7
(185,186,167)
#C5C6B7
(197,198,183)
#D1D2C7
(209,210,199)
#DDDED7
(221,222,215)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717247 color. Also use rgb(113,114,71) instead hex code.

Text Font Color

.myTextColor { color: #717247; }

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

This text font color is #717247.


Background Color

.myBgColor { background-color: #717247; }

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

This div background color is #717247.


Border color

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

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

This div border color is #717247.


Opacity

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

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

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

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

This text has shadow with #717247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717247 on black background.


Color preview on white background

This text has color #717247 on white background.



Black color preview on #717247 background

This text has black color on #717247 background.


White color preview on #717247 background

This text has white color on #717247 background.