COLOR #687E40

HEX: #687E40
RGB: (104,126,64)

Renk bilgisi

#687E40 contains mainly red and green colors. #687E40 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#687E40 color RGB value is (104,126,64).

  • kırmız ton 104;
  • yeşil ton 126;
  • mavi ton 64.
RGB:
(104,126,64)
(41%,49%,25%)

RGB bağlantıları ve doygunluk

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

104
126
64

R + G + B ~ 38%. #687E40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 126 + 64 = 294 (100%)
R 104 of 294 ~ 35.37%
G 126 of 294 ~ 42.86%
B 64 of 294 ~ 21.77%

%35.37
%42.86
%21.77

CMYK RENK MODELİ

#687E40 rengi CMYK tonu (17,0,49,51).

  • camgöbeği tonu 17.46%
  • eflatun tonu 0.00%
  • sarı tonu 49.21%
  • ana renk tonu 50.59%
CMYK:
(17,0,49,51)
C17M0Y49K51 
(17%,0%,49%,51%)
(0.17/0.00/0.49/0.51)	

CMYK yüzdeleri

%17.46
%0
%49.21
%50.59

Codes

Color #687E40 in popluar color models

687E40
RGB10412664
HSL81°32.63%37.25%
HSB/HSV81°49.21%49.41%
CMYK17.46%0.00%49.21%
50.59%

Color #687E40 in popluar number systems.

HEX687E40
Decimal10412664
Binary110100011111101000000
Octal150176100

Shades and tints

Shades of #687E40

#687E40
(104,126,64)
#5F733B
(95,115,59)
#566836
(86,104,54)
#4D5D31
(77,93,49)
#44522C
(68,82,44)
#3B4727
(59,71,39)
#323C22
(50,60,34)
#29311D
(41,49,29)
#202618
(32,38,24)
#171B13
(23,27,19)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #687E40

#687E40
(104,126,64)
#758951
(117,137,81)
#829462
(130,148,98)
#8F9F73
(143,159,115)
#9CAA84
(156,170,132)
#A9B595
(169,181,149)
#B6C0A6
(182,192,166)
#C3CBB7
(195,203,183)
#D0D6C8
(208,214,200)
#DDE1D9
(221,225,217)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E40; }

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

This text font color is #687E40.


Background Color

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

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

This div background color is #687E40.


Border color

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

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

This div border color is #687E40.


Opacity

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

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

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

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

This text has shadow with #687E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E40 on black background.


Color preview on white background

This text has color #687E40 on white background.



Black color preview on #687E40 background

This text has black color on #687E40 background.


White color preview on #687E40 background

This text has white color on #687E40 background.