COLOR #687D61

HEX: #687D61
RGB: (104,125,97)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

104
125
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 125 + 97 = 326 (100%)
R 104 of 326 ~ 31.9%
G 125 of 326 ~ 38.34%
B 97 of 326 ~ 29.75%

%31.9
%38.34
%29.75

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16.8
%0
%22.4
%50.98

Codes

Color #687D61 in popluar color models

687D61
RGB10412597
HSL105°12.61%43.53%
HSB/HSV105°22.40%49.02%
CMYK16.80%0.00%22.40%
50.98%

Color #687D61 in popluar number systems.

HEX687D61
Decimal10412597
Binary110100011111011100001
Octal150175141

Shades and tints

Shades of #687D61

#687D61
(104,125,97)
#5F7259
(95,114,89)
#566751
(86,103,81)
#4D5C49
(77,92,73)
#445141
(68,81,65)
#3B4639
(59,70,57)
#323B31
(50,59,49)
#293029
(41,48,41)
#202521
(32,37,33)
#171A19
(23,26,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #687D61

#687D61
(104,125,97)
#75886F
(117,136,111)
#82937D
(130,147,125)
#8F9E8B
(143,158,139)
#9CA999
(156,169,153)
#A9B4A7
(169,180,167)
#B6BFB5
(182,191,181)
#C3CAC3
(195,202,195)
#D0D5D1
(208,213,209)
#DDE0DF
(221,224,223)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687D61; }

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

This text font color is #687D61.


Background Color

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

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

This div background color is #687D61.


Border color

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

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

This div border color is #687D61.


Opacity

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

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

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

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

This text has shadow with #687D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D61 on black background.


Color preview on white background

This text has color #687D61 on white background.



Black color preview on #687D61 background

This text has black color on #687D61 background.


White color preview on #687D61 background

This text has white color on #687D61 background.