COLOR #687C56

HEX: #687C56
RGB: (104,124,86)

Renk bilgisi

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

RGB renk modeli

#687C56 color RGB value is (104,124,86).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 124 of 255 = 49%
B 86 of 255 = 34%

104
124
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 124 + 86 = 314 (100%)
R 104 of 314 ~ 33.12%
G 124 of 314 ~ 39.49%
B 86 of 314 ~ 27.39%

%33.12
%39.49
%27.39

CMYK RENK MODELİ

#687C56 rengi CMYK tonu (16,0,31,51).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 30.65%
  • ana renk tonu 51.37%
CMYK:
(16,0,31,51)
C16M0Y31K51 
(16%,0%,31%,51%)
(0.16/0.00/0.31/0.51)	

CMYK yüzdeleri

%16.13
%0
%30.65
%51.37

Codes

Color #687C56 in popluar color models

687C56
RGB10412486
HSL92°18.10%41.18%
HSB/HSV92°30.65%48.63%
CMYK16.13%0.00%30.65%
51.37%

Color #687C56 in popluar number systems.

HEX687C56
Decimal10412486
Binary110100011111001010110
Octal150174126

Shades and tints

Shades of #687C56

#687C56
(104,124,86)
#5F714F
(95,113,79)
#566648
(86,102,72)
#4D5B41
(77,91,65)
#44503A
(68,80,58)
#3B4533
(59,69,51)
#323A2C
(50,58,44)
#292F25
(41,47,37)
#20241E
(32,36,30)
#171917
(23,25,23)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #687C56

#687C56
(104,124,86)
#758765
(117,135,101)
#829274
(130,146,116)
#8F9D83
(143,157,131)
#9CA892
(156,168,146)
#A9B3A1
(169,179,161)
#B6BEB0
(182,190,176)
#C3C9BF
(195,201,191)
#D0D4CE
(208,212,206)
#DDDFDD
(221,223,221)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687C56; }

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

This text font color is #687C56.


Background Color

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

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

This div background color is #687C56.


Border color

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

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

This div border color is #687C56.


Opacity

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

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

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

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

This text has shadow with #687C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C56 on black background.


Color preview on white background

This text has color #687C56 on white background.



Black color preview on #687C56 background

This text has black color on #687C56 background.


White color preview on #687C56 background

This text has white color on #687C56 background.