COLOR #717944

HEX: #717944
RGB: (113,121,68)

Color info

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

RGB color model

#717944 color RGB value is (113,121,68).

  • red value is 113;
  • green value is 121;
  • blue value is 68.
RGB:
(113,121,68)
(44%,47%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 68 of 255 = 27%

113
121
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 68 = 302 (100%)
R 113 of 302 ~ 37.42%
G 121 of 302 ~ 40.07%
B 68 of 302 ~ 22.52%

%37.42
%40.07
%22.52

CMYK color model

#717944 color CMYK value is (7,0,44,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 43.80%
  • key color value is 52.55%
CMYK:
(7,0,44,53)
C7M0Y44K53 
(7%,0%,44%,53%)
(0.07/0.00/0.44/0.53)	

CMYK percentages

%6.61
%0
%43.8
%52.55

Codes

Color #717944 in popluar color models

717944
RGB11312168
HSL69°28.04%37.06%
HSB/HSV69°43.80%47.45%
CMYK6.61%0.00%43.80%
52.55%

Color #717944 in popluar number systems.

HEX717944
Decimal11312168
Binary111000111110011000100
Octal161171104

Shades and tints

Shades of #717944

#717944
(113,121,68)
#676E3E
(103,110,62)
#5D6338
(93,99,56)
#535832
(83,88,50)
#494D2C
(73,77,44)
#3F4226
(63,66,38)
#353720
(53,55,32)
#2B2C1A
(43,44,26)
#212114
(33,33,20)
#17160E
(23,22,14)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #717944

#717944
(113,121,68)
#7D8555
(125,133,85)
#899166
(137,145,102)
#959D77
(149,157,119)
#A1A988
(161,169,136)
#ADB599
(173,181,153)
#B9C1AA
(185,193,170)
#C5CDBB
(197,205,187)
#D1D9CC
(209,217,204)
#DDE5DD
(221,229,221)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717944 color. Also use rgb(113,121,68) instead hex code.

Text Font Color

.myTextColor { color: #717944; }

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

This text font color is #717944.


Background Color

.myBgColor { background-color: #717944; }

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

This div background color is #717944.


Border color

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

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

This div border color is #717944.


Opacity

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

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

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

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

This text has shadow with #717944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717944 on black background.


Color preview on white background

This text has color #717944 on white background.



Black color preview on #717944 background

This text has black color on #717944 background.


White color preview on #717944 background

This text has white color on #717944 background.