COLOR #717A37

HEX: #717A37
RGB: (113,122,55)

Color info

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

RGB color model

#717A37 color RGB value is (113,122,55).

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

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 55 of 255 = 22%

113
122
55

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 55 = 290 (100%)
R 113 of 290 ~ 38.97%
G 122 of 290 ~ 42.07%
B 55 of 290 ~ 18.97%

%38.97
%42.07
%18.97

CMYK color model

#717A37 color CMYK value is (7,0,55,52).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 54.92%
  • key color value is 52.16%
CMYK:
(7,0,55,52)
C7M0Y55K52 
(7%,0%,55%,52%)
(0.07/0.00/0.55/0.52)	

CMYK percentages

%7.38
%0
%54.92
%52.16

Codes

Color #717A37 in popluar color models

717A37
RGB11312255
HSL68°37.85%34.71%
HSB/HSV68°54.92%47.84%
CMYK7.38%0.00%54.92%
52.16%

Color #717A37 in popluar number systems.

HEX717A37
Decimal11312255
Binary11100011111010110111
Octal16117267

Shades and tints

Shades of #717A37

#717A37
(113,122,55)
#676F32
(103,111,50)
#5D642D
(93,100,45)
#535928
(83,89,40)
#494E23
(73,78,35)
#3F431E
(63,67,30)
#353819
(53,56,25)
#2B2D14
(43,45,20)
#21220F
(33,34,15)
#17170A
(23,23,10)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #717A37

#717A37
(113,122,55)
#7D8649
(125,134,73)
#89925B
(137,146,91)
#959E6D
(149,158,109)
#A1AA7F
(161,170,127)
#ADB691
(173,182,145)
#B9C2A3
(185,194,163)
#C5CEB5
(197,206,181)
#D1DAC7
(209,218,199)
#DDE6D9
(221,230,217)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A37; }

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

This text font color is #717A37.


Background Color

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

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

This div background color is #717A37.


Border color

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

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

This div border color is #717A37.


Opacity

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

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

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

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

This text has shadow with #717A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717A37 on black background.


Color preview on white background

This text has color #717A37 on white background.



Black color preview on #717A37 background

This text has black color on #717A37 background.


White color preview on #717A37 background

This text has white color on #717A37 background.