COLOR #717346

HEX: #717346
RGB: (113,115,70)

Color info

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

RGB color model

#717346 color RGB value is (113,115,70).

  • red value is 113;
  • green value is 115;
  • blue value is 70.
RGB:
(113,115,70)
(44%,45%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 70 of 255 = 27%

113
115
70

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

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 70 = 298 (100%)
R 113 of 298 ~ 37.92%
G 115 of 298 ~ 38.59%
B 70 of 298 ~ 23.49%

%37.92
%38.59
%23.49

CMYK color model

#717346 color CMYK value is (2,0,39,55).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(2,0,39,55)
C2M0Y39K55 
(2%,0%,39%,55%)
(0.02/0.00/0.39/0.55)	

CMYK percentages

%1.74
%0
%39.13
%54.9

Codes

Color #717346 in popluar color models

717346
RGB11311570
HSL63°24.32%36.27%
HSB/HSV63°39.13%45.10%
CMYK1.74%0.00%39.13%
54.90%

Color #717346 in popluar number systems.

HEX717346
Decimal11311570
Binary111000111100111000110
Octal161163106

Shades and tints

Shades of #717346

#717346
(113,115,70)
#676940
(103,105,64)
#5D5F3A
(93,95,58)
#535534
(83,85,52)
#494B2E
(73,75,46)
#3F4128
(63,65,40)
#353722
(53,55,34)
#2B2D1C
(43,45,28)
#212316
(33,35,22)
#171910
(23,25,16)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #717346

#717346
(113,115,70)
#7D7F56
(125,127,86)
#898B66
(137,139,102)
#959776
(149,151,118)
#A1A386
(161,163,134)
#ADAF96
(173,175,150)
#B9BBA6
(185,187,166)
#C5C7B6
(197,199,182)
#D1D3C6
(209,211,198)
#DDDFD6
(221,223,214)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717346 color. Also use rgb(113,115,70) instead hex code.

Text Font Color

.myTextColor { color: #717346; }

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

This text font color is #717346.


Background Color

.myBgColor { background-color: #717346; }

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

This div background color is #717346.


Border color

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

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

This div border color is #717346.


Opacity

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

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

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

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

This text has shadow with #717346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717346 on black background.


Color preview on white background

This text has color #717346 on white background.



Black color preview on #717346 background

This text has black color on #717346 background.


White color preview on #717346 background

This text has white color on #717346 background.