COLOR #687C62

HEX: #687C62
RGB: (104,124,98)

Renk bilgisi

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

RGB renk modeli

#687C62 color RGB value is (104,124,98).

  • kırmız ton 104;
  • yeşil ton 124;
  • mavi ton 98.
RGB:
(104,124,98)
(41%,49%,38%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 124 of 255 = 49%
B 98 of 255 = 38%

104
124
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 124 + 98 = 326 (100%)
R 104 of 326 ~ 31.9%
G 124 of 326 ~ 38.04%
B 98 of 326 ~ 30.06%

%31.9
%38.04
%30.06

CMYK RENK MODELİ

#687C62 rengi CMYK tonu (16,0,21,51).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 20.97%
  • ana renk tonu 51.37%
CMYK:
(16,0,21,51)
C16M0Y21K51 
(16%,0%,21%,51%)
(0.16/0.00/0.21/0.51)	

CMYK yüzdeleri

%16.13
%0
%20.97
%51.37

Codes

Color #687C62 in popluar color models

687C62
RGB10412498
HSL106°11.71%43.53%
HSB/HSV106°20.97%48.63%
CMYK16.13%0.00%20.97%
51.37%

Color #687C62 in popluar number systems.

HEX687C62
Decimal10412498
Binary110100011111001100010
Octal150174142

Shades and tints

Shades of #687C62

#687C62
(104,124,98)
#5F715A
(95,113,90)
#566652
(86,102,82)
#4D5B4A
(77,91,74)
#445042
(68,80,66)
#3B453A
(59,69,58)
#323A32
(50,58,50)
#292F2A
(41,47,42)
#202422
(32,36,34)
#17191A
(23,25,26)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #687C62

#687C62
(104,124,98)
#758770
(117,135,112)
#82927E
(130,146,126)
#8F9D8C
(143,157,140)
#9CA89A
(156,168,154)
#A9B3A8
(169,179,168)
#B6BEB6
(182,190,182)
#C3C9C4
(195,201,196)
#D0D4D2
(208,212,210)
#DDDFE0
(221,223,224)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687C62 color. Also use rgb(104,124,98) instead hex code.

Text Font Color

.myTextColor { color: #687C62; }

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

This text font color is #687C62.


Background Color

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

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

This div background color is #687C62.


Border color

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

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

This div border color is #687C62.


Opacity

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

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

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

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

This text has shadow with #687C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C62 on black background.


Color preview on white background

This text has color #687C62 on white background.



Black color preview on #687C62 background

This text has black color on #687C62 background.


White color preview on #687C62 background

This text has white color on #687C62 background.