COLOR #717442

HEX: #717442
RGB: (113,116,66)

Color info

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

RGB color model

#717442 color RGB value is (113,116,66).

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

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 66 of 255 = 26%

113
116
66

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

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 66 = 295 (100%)
R 113 of 295 ~ 38.31%
G 116 of 295 ~ 39.32%
B 66 of 295 ~ 22.37%

%38.31
%39.32
%22.37

CMYK color model

#717442 color CMYK value is (3,0,43,55).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 43.10%
  • key color value is 54.51%
CMYK:
(3,0,43,55)
C3M0Y43K55 
(3%,0%,43%,55%)
(0.03/0.00/0.43/0.55)	

CMYK percentages

%2.59
%0
%43.1
%54.51

Codes

Color #717442 in popluar color models

717442
RGB11311666
HSL64°27.47%35.69%
HSB/HSV64°43.10%45.49%
CMYK2.59%0.00%43.10%
54.51%

Color #717442 in popluar number systems.

HEX717442
Decimal11311666
Binary111000111101001000010
Octal161164102

Shades and tints

Shades of #717442

#717442
(113,116,66)
#676A3C
(103,106,60)
#5D6036
(93,96,54)
#535630
(83,86,48)
#494C2A
(73,76,42)
#3F4224
(63,66,36)
#35381E
(53,56,30)
#2B2E18
(43,46,24)
#212412
(33,36,18)
#171A0C
(23,26,12)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #717442

#717442
(113,116,66)
#7D8053
(125,128,83)
#898C64
(137,140,100)
#959875
(149,152,117)
#A1A486
(161,164,134)
#ADB097
(173,176,151)
#B9BCA8
(185,188,168)
#C5C8B9
(197,200,185)
#D1D4CA
(209,212,202)
#DDE0DB
(221,224,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717442; }

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

This text font color is #717442.


Background Color

.myBgColor { background-color: #717442; }

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

This div background color is #717442.


Border color

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

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

This div border color is #717442.


Opacity

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

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

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

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

This text has shadow with #717442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717442 on black background.


Color preview on white background

This text has color #717442 on white background.



Black color preview on #717442 background

This text has black color on #717442 background.


White color preview on #717442 background

This text has white color on #717442 background.