COLOR #717763

HEX: #717763
RGB: (113,119,99)

Color info

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

RGB color model

#717763 color RGB value is (113,119,99).

  • red value is 113;
  • green value is 119;
  • blue value is 99.
RGB:
(113,119,99)
(44%,47%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 99 of 255 = 39%

113
119
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 99 = 331 (100%)
R 113 of 331 ~ 34.14%
G 119 of 331 ~ 35.95%
B 99 of 331 ~ 29.91%

%34.14
%35.95
%29.91

CMYK color model

#717763 color CMYK value is (5,0,17,53).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 53.33%
CMYK:
(5,0,17,53)
C5M0Y17K53 
(5%,0%,17%,53%)
(0.05/0.00/0.17/0.53)	

CMYK percentages

%5.04
%0
%16.81
%53.33

Codes

Color #717763 in popluar color models

717763
RGB11311999
HSL78°9.17%42.75%
HSB/HSV78°16.81%46.67%
CMYK5.04%0.00%16.81%
53.33%

Color #717763 in popluar number systems.

HEX717763
Decimal11311999
Binary111000111101111100011
Octal161167143

Shades and tints

Shades of #717763

#717763
(113,119,99)
#676D5A
(103,109,90)
#5D6351
(93,99,81)
#535948
(83,89,72)
#494F3F
(73,79,63)
#3F4536
(63,69,54)
#353B2D
(53,59,45)
#2B3124
(43,49,36)
#21271B
(33,39,27)
#171D12
(23,29,18)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #717763

#717763
(113,119,99)
#7D8371
(125,131,113)
#898F7F
(137,143,127)
#959B8D
(149,155,141)
#A1A79B
(161,167,155)
#ADB3A9
(173,179,169)
#B9BFB7
(185,191,183)
#C5CBC5
(197,203,197)
#D1D7D3
(209,215,211)
#DDE3E1
(221,227,225)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717763 color. Also use rgb(113,119,99) instead hex code.

Text Font Color

.myTextColor { color: #717763; }

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

This text font color is #717763.


Background Color

.myBgColor { background-color: #717763; }

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

This div background color is #717763.


Border color

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

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

This div border color is #717763.


Opacity

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

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

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

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

This text has shadow with #717763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717763 on black background.


Color preview on white background

This text has color #717763 on white background.



Black color preview on #717763 background

This text has black color on #717763 background.


White color preview on #717763 background

This text has white color on #717763 background.