COLOR #687E19

HEX: #687E19
RGB: (104,126,25)

Color info

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

RGB color model

#687E19 color RGB value is (104,126,25).

  • red value is 104;
  • green value is 126;
  • blue value is 25.
RGB:
(104,126,25)
(41%,49%,10%)

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 25 of 255 = 10%

104
126
25

R + G + B ~ 33%. #687E19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 25 = 255 (100%)
R 104 of 255 ~ 40.78%
G 126 of 255 ~ 49.41%
B 25 of 255 ~ 9.8%

%40.78
%49.41
%9.8

CMYK color model

#687E19 color CMYK value is (17,0,80,51).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 80.16%
  • key color value is 50.59%
CMYK:
(17,0,80,51)
C17M0Y80K51 
(17%,0%,80%,51%)
(0.17/0.00/0.80/0.51)	

CMYK percentages

%17.46
%0
%80.16
%50.59

Codes

Color #687E19 in popluar color models

687E19
RGB10412625
HSL73°66.89%29.61%
HSB/HSV73°80.16%49.41%
CMYK17.46%0.00%80.16%
50.59%

Color #687E19 in popluar number systems.

HEX687E19
Decimal10412625
Binary1101000111111011001
Octal15017631

Shades and tints

Shades of #687E19

#687E19
(104,126,25)
#5F7317
(95,115,23)
#566815
(86,104,21)
#4D5D13
(77,93,19)
#445211
(68,82,17)
#3B470F
(59,71,15)
#323C0D
(50,60,13)
#29310B
(41,49,11)
#202609
(32,38,9)
#171B07
(23,27,7)
#0E1005
(14,16,5)
#000000
(0,0,0)

Tints of #687E19

#687E19
(104,126,25)
#75892D
(117,137,45)
#829441
(130,148,65)
#8F9F55
(143,159,85)
#9CAA69
(156,170,105)
#A9B57D
(169,181,125)
#B6C091
(182,192,145)
#C3CBA5
(195,203,165)
#D0D6B9
(208,214,185)
#DDE1CD
(221,225,205)
#EAECE1
(234,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687E19 color. Also use rgb(104,126,25) instead hex code.

Text Font Color

.myTextColor { color: #687E19; }

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

This text font color is #687E19.


Background Color

.myBgColor { background-color: #687E19; }

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

This div background color is #687E19.


Border color

.myBorderColor { border: 1px solid #687E19; }

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

This div border color is #687E19.


Opacity

.myOpacity80 { color: #687E19; opacity: 0.8; }

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

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

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

This text has shadow with #687E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E19 on black background.


Color preview on white background

This text has color #687E19 on white background.



Black color preview on #687E19 background

This text has black color on #687E19 background.


White color preview on #687E19 background

This text has white color on #687E19 background.