COLOR #717708

HEX: #717708
RGB: (113,119,8)

Color info

#717708 contains mainly red and green colors. Web safe color of #717708 is #666600 (or #660).

RGB color model

#717708 color RGB value is (113,119,8).

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

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 8 of 255 = 3%

113
119
8

R + G + B ~ 31%. #717708 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 8 = 240 (100%)
R 113 of 240 ~ 47.08%
G 119 of 240 ~ 49.58%
B 8 of 240 ~ 3.33%

%47.08
%49.58

CMYK color model

#717708 color CMYK value is (5,0,93,53).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 93.28%
  • key color value is 53.33%
CMYK:
(5,0,93,53)
C5M0Y93K53 
(5%,0%,93%,53%)
(0.05/0.00/0.93/0.53)	

CMYK percentages

%5.04
%0
%93.28
%53.33

Codes

Color #717708 in popluar color models

717708
RGB1131198
HSL63°87.40%24.90%
HSB/HSV63°93.28%46.67%
CMYK5.04%0.00%93.28%
53.33%

Color #717708 in popluar number systems.

HEX717708
Decimal1131198
Binary111000111101111000
Octal16116710

Shades and tints

Shades of #717708

#717708
(113,119,8)
#676D08
(103,109,8)
#5D6308
(93,99,8)
#535908
(83,89,8)
#494F08
(73,79,8)
#3F4508
(63,69,8)
#353B08
(53,59,8)
#2B3108
(43,49,8)
#212708
(33,39,8)
#171D08
(23,29,8)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #717708

#717708
(113,119,8)
#7D831E
(125,131,30)
#898F34
(137,143,52)
#959B4A
(149,155,74)
#A1A760
(161,167,96)
#ADB376
(173,179,118)
#B9BF8C
(185,191,140)
#C5CBA2
(197,203,162)
#D1D7B8
(209,215,184)
#DDE3CE
(221,227,206)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717708; }

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

This text font color is #717708.


Background Color

.myBgColor { background-color: #717708; }

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

This div background color is #717708.


Border color

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

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

This div border color is #717708.


Opacity

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

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

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

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

This text has shadow with #717708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717708 on black background.


Color preview on white background

This text has color #717708 on white background.



Black color preview on #717708 background

This text has black color on #717708 background.


White color preview on #717708 background

This text has white color on #717708 background.