COLOR #687B73

HEX: #687B73
RGB: (104,123,115)

Renk bilgisi

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

RGB renk modeli

#687B73 color RGB value is (104,123,115).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 123 of 255 = 48%
B 115 of 255 = 45%

104
123
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 123 + 115 = 342 (100%)
R 104 of 342 ~ 30.41%
G 123 of 342 ~ 35.96%
B 115 of 342 ~ 33.63%

%30.41
%35.96
%33.63

CMYK RENK MODELİ

#687B73 rengi CMYK tonu (15,0,7,52).

  • camgöbeği tonu 15.45%
  • eflatun tonu 0.00%
  • sarı tonu 6.50%
  • ana renk tonu 51.76%
CMYK:
(15,0,7,52)
C15M0Y7K52 
(15%,0%,7%,52%)
(0.15/0.00/0.07/0.52)	

CMYK yüzdeleri

%15.45
%0
%6.5
%51.76

Codes

Color #687B73 in popluar color models

687B73
RGB104123115
HSL155°8.37%44.51%
HSB/HSV155°15.45%48.24%
CMYK15.45%0.00%6.50%
51.76%

Color #687B73 in popluar number systems.

HEX687B73
Decimal104123115
Binary110100011110111110011
Octal150173163

Shades and tints

Shades of #687B73

#687B73
(104,123,115)
#5F7069
(95,112,105)
#56655F
(86,101,95)
#4D5A55
(77,90,85)
#444F4B
(68,79,75)
#3B4441
(59,68,65)
#323937
(50,57,55)
#292E2D
(41,46,45)
#202323
(32,35,35)
#171819
(23,24,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #687B73

#687B73
(104,123,115)
#75877F
(117,135,127)
#82938B
(130,147,139)
#8F9F97
(143,159,151)
#9CABA3
(156,171,163)
#A9B7AF
(169,183,175)
#B6C3BB
(182,195,187)
#C3CFC7
(195,207,199)
#D0DBD3
(208,219,211)
#DDE7DF
(221,231,223)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687B73; }

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

This text font color is #687B73.


Background Color

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

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

This div background color is #687B73.


Border color

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

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

This div border color is #687B73.


Opacity

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

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

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

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

This text has shadow with #687B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B73 on black background.


Color preview on white background

This text has color #687B73 on white background.



Black color preview on #687B73 background

This text has black color on #687B73 background.


White color preview on #687B73 background

This text has white color on #687B73 background.