COLOR #717A36

HEX: #717A36
RGB: (113,122,54)

Color info

#717A36 contains mainly red and green colors. Web safe color of #717A36 is #666633 (or #663).

RGB color model

#717A36 color RGB value is (113,122,54).

  • red value is 113;
  • green value is 122;
  • blue value is 54.
RGB:
(113,122,54)
(44%,48%,21%)

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 54 of 255 = 21%

113
122
54

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 54 = 289 (100%)
R 113 of 289 ~ 39.1%
G 122 of 289 ~ 42.21%
B 54 of 289 ~ 18.69%

%39.1
%42.21
%18.69

CMYK color model

#717A36 color CMYK value is (7,0,56,52).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 55.74%
  • key color value is 52.16%
CMYK:
(7,0,56,52)
C7M0Y56K52 
(7%,0%,56%,52%)
(0.07/0.00/0.56/0.52)	

CMYK percentages

%7.38
%0
%55.74
%52.16

Codes

Color #717A36 in popluar color models

717A36
RGB11312254
HSL68°38.64%34.51%
HSB/HSV68°55.74%47.84%
CMYK7.38%0.00%55.74%
52.16%

Color #717A36 in popluar number systems.

HEX717A36
Decimal11312254
Binary11100011111010110110
Octal16117266

Shades and tints

Shades of #717A36

#717A36
(113,122,54)
#676F32
(103,111,50)
#5D642E
(93,100,46)
#53592A
(83,89,42)
#494E26
(73,78,38)
#3F4322
(63,67,34)
#35381E
(53,56,30)
#2B2D1A
(43,45,26)
#212216
(33,34,22)
#171712
(23,23,18)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #717A36

#717A36
(113,122,54)
#7D8648
(125,134,72)
#89925A
(137,146,90)
#959E6C
(149,158,108)
#A1AA7E
(161,170,126)
#ADB690
(173,182,144)
#B9C2A2
(185,194,162)
#C5CEB4
(197,206,180)
#D1DAC6
(209,218,198)
#DDE6D8
(221,230,216)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717A36 color. Also use rgb(113,122,54) instead hex code.

Text Font Color

.myTextColor { color: #717A36; }

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

This text font color is #717A36.


Background Color

.myBgColor { background-color: #717A36; }

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

This div background color is #717A36.


Border color

.myBorderColor { border: 1px solid #717A36; }

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

This div border color is #717A36.


Opacity

.myOpacity80 { color: #717A36; opacity: 0.8; }

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

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

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

This text has shadow with #717A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717A36 on black background.


Color preview on white background

This text has color #717A36 on white background.



Black color preview on #717A36 background

This text has black color on #717A36 background.


White color preview on #717A36 background

This text has white color on #717A36 background.