COLOR #717955

HEX: #717955
RGB: (113,121,85)

Color info

#717955 contains red, green and blue colors in about the same proportion. Web safe color of #717955 is #666666 (or #666).

RGB color model

#717955 color RGB value is (113,121,85).

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

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 85 of 255 = 33%

113
121
85

R + G + B ~ 41%. #717955 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 85 = 319 (100%)
R 113 of 319 ~ 35.42%
G 121 of 319 ~ 37.93%
B 85 of 319 ~ 26.65%

%35.42
%37.93
%26.65

CMYK color model

#717955 color CMYK value is (7,0,30,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 52.55%
CMYK:
(7,0,30,53)
C7M0Y30K53 
(7%,0%,30%,53%)
(0.07/0.00/0.30/0.53)	

CMYK percentages

%6.61
%0
%29.75
%52.55

Codes

Color #717955 in popluar color models

717955
RGB11312185
HSL73°17.48%40.39%
HSB/HSV73°29.75%47.45%
CMYK6.61%0.00%29.75%
52.55%

Color #717955 in popluar number systems.

HEX717955
Decimal11312185
Binary111000111110011010101
Octal161171125

Shades and tints

Shades of #717955

#717955
(113,121,85)
#676E4E
(103,110,78)
#5D6347
(93,99,71)
#535840
(83,88,64)
#494D39
(73,77,57)
#3F4232
(63,66,50)
#35372B
(53,55,43)
#2B2C24
(43,44,36)
#21211D
(33,33,29)
#171616
(23,22,22)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #717955

#717955
(113,121,85)
#7D8564
(125,133,100)
#899173
(137,145,115)
#959D82
(149,157,130)
#A1A991
(161,169,145)
#ADB5A0
(173,181,160)
#B9C1AF
(185,193,175)
#C5CDBE
(197,205,190)
#D1D9CD
(209,217,205)
#DDE5DC
(221,229,220)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717955; }

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

This text font color is #717955.


Background Color

.myBgColor { background-color: #717955; }

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

This div background color is #717955.


Border color

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

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

This div border color is #717955.


Opacity

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

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

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

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

This text has shadow with #717955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717955 on black background.


Color preview on white background

This text has color #717955 on white background.



Black color preview on #717955 background

This text has black color on #717955 background.


White color preview on #717955 background

This text has white color on #717955 background.