COLOR #688713

HEX: #688713
RGB: (104,135,19)

Color info

#688713 contains mainly red and green colors. Web safe color of #688713 is #669900 (or #690).

RGB color model

#688713 color RGB value is (104,135,19).

  • red value is 104;
  • green value is 135;
  • blue value is 19.
RGB:
(104,135,19)
(41%,53%,7%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 19 of 255 = 7%

104
135
19

R + G + B ~ 34%. #688713 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 19 = 258 (100%)
R 104 of 258 ~ 40.31%
G 135 of 258 ~ 52.33%
B 19 of 258 ~ 7.36%

%40.31
%52.33

CMYK color model

#688713 color CMYK value is (23,0,86,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 85.93%
  • key color value is 47.06%
CMYK:
(23,0,86,47)
C23M0Y86K47 
(23%,0%,86%,47%)
(0.23/0.00/0.86/0.47)	

CMYK percentages

%22.96
%0
%85.93
%47.06

Codes

Color #688713 in popluar color models

688713
RGB10413519
HSL76°75.32%30.20%
HSB/HSV76°85.93%52.94%
CMYK22.96%0.00%85.93%
47.06%

Color #688713 in popluar number systems.

HEX688713
Decimal10413519
Binary11010001000011110011
Octal15020723

Shades and tints

Shades of #688713

#688713
(104,135,19)
#5F7B12
(95,123,18)
#566F11
(86,111,17)
#4D6310
(77,99,16)
#44570F
(68,87,15)
#3B4B0E
(59,75,14)
#323F0D
(50,63,13)
#29330C
(41,51,12)
#20270B
(32,39,11)
#171B0A
(23,27,10)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #688713

#688713
(104,135,19)
#759128
(117,145,40)
#829B3D
(130,155,61)
#8FA552
(143,165,82)
#9CAF67
(156,175,103)
#A9B97C
(169,185,124)
#B6C391
(182,195,145)
#C3CDA6
(195,205,166)
#D0D7BB
(208,215,187)
#DDE1D0
(221,225,208)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688713 color. Also use rgb(104,135,19) instead hex code.

Text Font Color

.myTextColor { color: #688713; }

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

This text font color is #688713.


Background Color

.myBgColor { background-color: #688713; }

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

This div background color is #688713.


Border color

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

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

This div border color is #688713.


Opacity

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

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

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

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

This text has shadow with #688713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688713 on black background.


Color preview on white background

This text has color #688713 on white background.



Black color preview on #688713 background

This text has black color on #688713 background.


White color preview on #688713 background

This text has white color on #688713 background.