COLOR #687A60

HEX: #687A60
RGB: (104,122,96)

Renk bilgisi

#687A60 contains red, green and blue colors in about the same proportion. #687A60 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#687A60 color RGB value is (104,122,96).

  • kırmız ton 104;
  • yeşil ton 122;
  • mavi ton 96.
RGB:
(104,122,96)
(41%,48%,38%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 122 of 255 = 48%
B 96 of 255 = 38%

104
122
96

R + G + B ~ 42%. #687A60 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 122 + 96 = 322 (100%)
R 104 of 322 ~ 32.3%
G 122 of 322 ~ 37.89%
B 96 of 322 ~ 29.81%

%32.3
%37.89
%29.81

CMYK RENK MODELİ

#687A60 rengi CMYK tonu (15,0,21,52).

  • camgöbeği tonu 14.75%
  • eflatun tonu 0.00%
  • sarı tonu 21.31%
  • ana renk tonu 52.16%
CMYK:
(15,0,21,52)
C15M0Y21K52 
(15%,0%,21%,52%)
(0.15/0.00/0.21/0.52)	

CMYK yüzdeleri

%14.75
%0
%21.31
%52.16

Codes

Color #687A60 in popluar color models

687A60
RGB10412296
HSL102°11.93%42.75%
HSB/HSV102°21.31%47.84%
CMYK14.75%0.00%21.31%
52.16%

Color #687A60 in popluar number systems.

HEX687A60
Decimal10412296
Binary110100011110101100000
Octal150172140

Shades and tints

Shades of #687A60

#687A60
(104,122,96)
#5F6F58
(95,111,88)
#566450
(86,100,80)
#4D5948
(77,89,72)
#444E40
(68,78,64)
#3B4338
(59,67,56)
#323830
(50,56,48)
#292D28
(41,45,40)
#202220
(32,34,32)
#171718
(23,23,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #687A60

#687A60
(104,122,96)
#75866E
(117,134,110)
#82927C
(130,146,124)
#8F9E8A
(143,158,138)
#9CAA98
(156,170,152)
#A9B6A6
(169,182,166)
#B6C2B4
(182,194,180)
#C3CEC2
(195,206,194)
#D0DAD0
(208,218,208)
#DDE6DE
(221,230,222)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687A60 color. Also use rgb(104,122,96) instead hex code.

Text Font Color

.myTextColor { color: #687A60; }

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

This text font color is #687A60.


Background Color

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

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

This div background color is #687A60.


Border color

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

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

This div border color is #687A60.


Opacity

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

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

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

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

This text has shadow with #687A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687A60 on black background.


Color preview on white background

This text has color #687A60 on white background.



Black color preview on #687A60 background

This text has black color on #687A60 background.


White color preview on #687A60 background

This text has white color on #687A60 background.