COLOR #687C67

HEX: #687C67
RGB: (104,124,103)

Renk bilgisi

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

RGB renk modeli

#687C67 color RGB value is (104,124,103).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 124 of 255 = 49%
B 103 of 255 = 40%

104
124
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 124 + 103 = 331 (100%)
R 104 of 331 ~ 31.42%
G 124 of 331 ~ 37.46%
B 103 of 331 ~ 31.12%

%31.42
%37.46
%31.12

CMYK RENK MODELİ

#687C67 rengi CMYK tonu (16,0,17,51).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 16.94%
  • ana renk tonu 51.37%
CMYK:
(16,0,17,51)
C16M0Y17K51 
(16%,0%,17%,51%)
(0.16/0.00/0.17/0.51)	

CMYK yüzdeleri

%16.13
%0
%16.94
%51.37

Codes

Color #687C67 in popluar color models

687C67
RGB104124103
HSL117°9.25%44.51%
HSB/HSV117°16.94%48.63%
CMYK16.13%0.00%16.94%
51.37%

Color #687C67 in popluar number systems.

HEX687C67
Decimal104124103
Binary110100011111001100111
Octal150174147

Shades and tints

Shades of #687C67

#687C67
(104,124,103)
#5F715E
(95,113,94)
#566655
(86,102,85)
#4D5B4C
(77,91,76)
#445043
(68,80,67)
#3B453A
(59,69,58)
#323A31
(50,58,49)
#292F28
(41,47,40)
#20241F
(32,36,31)
#171916
(23,25,22)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #687C67

#687C67
(104,124,103)
#758774
(117,135,116)
#829281
(130,146,129)
#8F9D8E
(143,157,142)
#9CA89B
(156,168,155)
#A9B3A8
(169,179,168)
#B6BEB5
(182,190,181)
#C3C9C2
(195,201,194)
#D0D4CF
(208,212,207)
#DDDFDC
(221,223,220)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687C67; }

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

This text font color is #687C67.


Background Color

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

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

This div background color is #687C67.


Border color

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

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

This div border color is #687C67.


Opacity

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

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

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

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

This text has shadow with #687C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C67 on black background.


Color preview on white background

This text has color #687C67 on white background.



Black color preview on #687C67 background

This text has black color on #687C67 background.


White color preview on #687C67 background

This text has white color on #687C67 background.