COLOR #717E41

HEX: #717E41
RGB: (113,126,65)

Color info

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

RGB color model

#717E41 color RGB value is (113,126,65).

  • red value is 113;
  • green value is 126;
  • blue value is 65.
RGB:
(113,126,65)
(44%,49%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 65 of 255 = 25%

113
126
65

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

Portions of RGB colors in percentages

R + G + B =
113 + 126 + 65 = 304 (100%)
R 113 of 304 ~ 37.17%
G 126 of 304 ~ 41.45%
B 65 of 304 ~ 21.38%

%37.17
%41.45
%21.38

CMYK color model

#717E41 color CMYK value is (10,0,48,51).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK:
(10,0,48,51)
C10M0Y48K51 
(10%,0%,48%,51%)
(0.10/0.00/0.48/0.51)	

CMYK percentages

%10.32
%0
%48.41
%50.59

Codes

Color #717E41 in popluar color models

717E41
RGB11312665
HSL73°31.94%37.45%
HSB/HSV73°48.41%49.41%
CMYK10.32%0.00%48.41%
50.59%

Color #717E41 in popluar number systems.

HEX717E41
Decimal11312665
Binary111000111111101000001
Octal161176101

Shades and tints

Shades of #717E41

#717E41
(113,126,65)
#67733C
(103,115,60)
#5D6837
(93,104,55)
#535D32
(83,93,50)
#49522D
(73,82,45)
#3F4728
(63,71,40)
#353C23
(53,60,35)
#2B311E
(43,49,30)
#212619
(33,38,25)
#171B14
(23,27,20)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #717E41

#717E41
(113,126,65)
#7D8952
(125,137,82)
#899463
(137,148,99)
#959F74
(149,159,116)
#A1AA85
(161,170,133)
#ADB596
(173,181,150)
#B9C0A7
(185,192,167)
#C5CBB8
(197,203,184)
#D1D6C9
(209,214,201)
#DDE1DA
(221,225,218)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717E41 color. Also use rgb(113,126,65) instead hex code.

Text Font Color

.myTextColor { color: #717E41; }

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

This text font color is #717E41.


Background Color

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

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

This div background color is #717E41.


Border color

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

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

This div border color is #717E41.


Opacity

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

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

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

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

This text has shadow with #717E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E41 on black background.


Color preview on white background

This text has color #717E41 on white background.



Black color preview on #717E41 background

This text has black color on #717E41 background.


White color preview on #717E41 background

This text has white color on #717E41 background.