COLOR #687B70

HEX: #687B70
RGB: (104,123,112)

Renk bilgisi

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

RGB renk modeli

#687B70 color RGB value is (104,123,112).

  • kırmız ton 104;
  • yeşil ton 123;
  • mavi ton 112.
RGB:
(104,123,112)
(41%,48%,44%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 123 of 255 = 48%
B 112 of 255 = 44%

104
123
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 123 + 112 = 339 (100%)
R 104 of 339 ~ 30.68%
G 123 of 339 ~ 36.28%
B 112 of 339 ~ 33.04%

%30.68
%36.28
%33.04

CMYK RENK MODELİ

#687B70 rengi CMYK tonu (15,0,9,52).

  • camgöbeği tonu 15.45%
  • eflatun tonu 0.00%
  • sarı tonu 8.94%
  • ana renk tonu 51.76%
CMYK:
(15,0,9,52)
C15M0Y9K52 
(15%,0%,9%,52%)
(0.15/0.00/0.09/0.52)	

CMYK yüzdeleri

%15.45
%0
%8.94
%51.76

Codes

Color #687B70 in popluar color models

687B70
RGB104123112
HSL145°8.37%44.51%
HSB/HSV145°15.45%48.24%
CMYK15.45%0.00%8.94%
51.76%

Color #687B70 in popluar number systems.

HEX687B70
Decimal104123112
Binary110100011110111110000
Octal150173160

Shades and tints

Shades of #687B70

#687B70
(104,123,112)
#5F7066
(95,112,102)
#56655C
(86,101,92)
#4D5A52
(77,90,82)
#444F48
(68,79,72)
#3B443E
(59,68,62)
#323934
(50,57,52)
#292E2A
(41,46,42)
#202320
(32,35,32)
#171816
(23,24,22)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #687B70

#687B70
(104,123,112)
#75877D
(117,135,125)
#82938A
(130,147,138)
#8F9F97
(143,159,151)
#9CABA4
(156,171,164)
#A9B7B1
(169,183,177)
#B6C3BE
(182,195,190)
#C3CFCB
(195,207,203)
#D0DBD8
(208,219,216)
#DDE7E5
(221,231,229)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B70 color. Also use rgb(104,123,112) instead hex code.

Text Font Color

.myTextColor { color: #687B70; }

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

This text font color is #687B70.


Background Color

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

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

This div background color is #687B70.


Border color

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

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

This div border color is #687B70.


Opacity

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

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

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

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

This text has shadow with #687B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B70 on black background.


Color preview on white background

This text has color #687B70 on white background.



Black color preview on #687B70 background

This text has black color on #687B70 background.


White color preview on #687B70 background

This text has white color on #687B70 background.