COLOR #687D7D

HEX: #687D7D
RGB: (104,125,125)

Renk bilgisi

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

RGB renk modeli

#687D7D color RGB value is (104,125,125).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 125 of 255 = 49%
B 125 of 255 = 49%

104
125
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 125 + 125 = 354 (100%)
R 104 of 354 ~ 29.38%
G 125 of 354 ~ 35.31%
B 125 of 354 ~ 35.31%

%29.38
%35.31
%35.31

CMYK RENK MODELİ

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

  • camgöbeği tonu 16.80%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(17,0,0,51)
C17M0Y0K51 
(17%,0%,0%,51%)
(0.17/0.00/0.00/0.51)	

CMYK yüzdeleri

%16.8
%0
%0
%50.98

Codes

Color #687D7D in popluar color models

687D7D
RGB104125125
HSL180°9.17%44.90%
HSB/HSV180°16.80%49.02%
CMYK16.80%0.00%0.00%
50.98%

Color #687D7D in popluar number systems.

HEX687D7D
Decimal104125125
Binary110100011111011111101
Octal150175175

Shades and tints

Shades of #687D7D

#687D7D
(104,125,125)
#5F7272
(95,114,114)
#566767
(86,103,103)
#4D5C5C
(77,92,92)
#445151
(68,81,81)
#3B4646
(59,70,70)
#323B3B
(50,59,59)
#293030
(41,48,48)
#202525
(32,37,37)
#171A1A
(23,26,26)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #687D7D

#687D7D
(104,125,125)
#758888
(117,136,136)
#829393
(130,147,147)
#8F9E9E
(143,158,158)
#9CA9A9
(156,169,169)
#A9B4B4
(169,180,180)
#B6BFBF
(182,191,191)
#C3CACA
(195,202,202)
#D0D5D5
(208,213,213)
#DDE0E0
(221,224,224)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687D7D; }

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

This text font color is #687D7D.


Background Color

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

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

This div background color is #687D7D.


Border color

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

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

This div border color is #687D7D.


Opacity

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

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

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

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

This text has shadow with #687D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D7D on black background.


Color preview on white background

This text has color #687D7D on white background.



Black color preview on #687D7D background

This text has black color on #687D7D background.


White color preview on #687D7D background

This text has white color on #687D7D background.