COLOR #717B42

HEX: #717B42
RGB: (113,123,66)

Color info

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

RGB color model

#717B42 color RGB value is (113,123,66).

  • red value is 113;
  • green value is 123;
  • blue value is 66.
RGB:
(113,123,66)
(44%,48%,26%)

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 66 of 255 = 26%

113
123
66

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

Portions of RGB colors in percentages

R + G + B =
113 + 123 + 66 = 302 (100%)
R 113 of 302 ~ 37.42%
G 123 of 302 ~ 40.73%
B 66 of 302 ~ 21.85%

%37.42
%40.73
%21.85

CMYK color model

#717B42 color CMYK value is (8,0,46,52).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 51.76%
CMYK:
(8,0,46,52)
C8M0Y46K52 
(8%,0%,46%,52%)
(0.08/0.00/0.46/0.52)	

CMYK percentages

%8.13
%0
%46.34
%51.76

Codes

Color #717B42 in popluar color models

717B42
RGB11312366
HSL71°30.16%37.06%
HSB/HSV71°46.34%48.24%
CMYK8.13%0.00%46.34%
51.76%

Color #717B42 in popluar number systems.

HEX717B42
Decimal11312366
Binary111000111110111000010
Octal161173102

Shades and tints

Shades of #717B42

#717B42
(113,123,66)
#67703C
(103,112,60)
#5D6536
(93,101,54)
#535A30
(83,90,48)
#494F2A
(73,79,42)
#3F4424
(63,68,36)
#35391E
(53,57,30)
#2B2E18
(43,46,24)
#212312
(33,35,18)
#17180C
(23,24,12)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #717B42

#717B42
(113,123,66)
#7D8753
(125,135,83)
#899364
(137,147,100)
#959F75
(149,159,117)
#A1AB86
(161,171,134)
#ADB797
(173,183,151)
#B9C3A8
(185,195,168)
#C5CFB9
(197,207,185)
#D1DBCA
(209,219,202)
#DDE7DB
(221,231,219)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717B42 color. Also use rgb(113,123,66) instead hex code.

Text Font Color

.myTextColor { color: #717B42; }

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

This text font color is #717B42.


Background Color

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

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

This div background color is #717B42.


Border color

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

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

This div border color is #717B42.


Opacity

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

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

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

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

This text has shadow with #717B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717B42 on black background.


Color preview on white background

This text has color #717B42 on white background.



Black color preview on #717B42 background

This text has black color on #717B42 background.


White color preview on #717B42 background

This text has white color on #717B42 background.