COLOR #707708

HEX: #707708
RGB: (112,119,8)

Color info

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

RGB color model

#707708 color RGB value is (112,119,8).

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

RGB channels and saturation

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

112
119
8

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 8 = 239 (100%)
R 112 of 239 ~ 46.86%
G 119 of 239 ~ 49.79%
B 8 of 239 ~ 3.35%

%46.86
%49.79

CMYK color model

#707708 color CMYK value is (6,0,93,53).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 93.28%
  • key color value is 53.33%
CMYK:
(6,0,93,53)
C6M0Y93K53 
(6%,0%,93%,53%)
(0.06/0.00/0.93/0.53)	

CMYK percentages

%5.88
%0
%93.28
%53.33

Codes

Color #707708 in popluar color models

707708
RGB1121198
HSL64°87.40%24.90%
HSB/HSV64°93.28%46.67%
CMYK5.88%0.00%93.28%
53.33%

Color #707708 in popluar number systems.

HEX707708
Decimal1121198
Binary111000011101111000
Octal16016710

Shades and tints

Shades of #707708

#707708
(112,119,8)
#666D08
(102,109,8)
#5C6308
(92,99,8)
#525908
(82,89,8)
#484F08
(72,79,8)
#3E4508
(62,69,8)
#343B08
(52,59,8)
#2A3108
(42,49,8)
#202708
(32,39,8)
#161D08
(22,29,8)
#0C1308
(12,19,8)
#000000
(0,0,0)

Tints of #707708

#707708
(112,119,8)
#7D831E
(125,131,30)
#8A8F34
(138,143,52)
#979B4A
(151,155,74)
#A4A760
(164,167,96)
#B1B376
(177,179,118)
#BEBF8C
(190,191,140)
#CBCBA2
(203,203,162)
#D8D7B8
(216,215,184)
#E5E3CE
(229,227,206)
#F2EFE4
(242,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707708; }

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

This text font color is #707708.


Background Color

.myBgColor { background-color: #707708; }

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

This div background color is #707708.


Border color

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

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

This div border color is #707708.


Opacity

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

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

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

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

This text has shadow with #707708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707708 on black background.


Color preview on white background

This text has color #707708 on white background.



Black color preview on #707708 background

This text has black color on #707708 background.


White color preview on #707708 background

This text has white color on #707708 background.