COLOR #687D37

HEX: #687D37
RGB: (104,125,55)

Renk bilgisi

#687D37 contains mainly red and green colors. #687D37 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

104
125
55

R + G + B ~ 37%. #687D37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 125 + 55 = 284 (100%)
R 104 of 284 ~ 36.62%
G 125 of 284 ~ 44.01%
B 55 of 284 ~ 19.37%

%36.62
%44.01
%19.37

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16.8
%0
%56
%50.98

Codes

Color #687D37 in popluar color models

687D37
RGB10412555
HSL78°38.89%35.29%
HSB/HSV78°56.00%49.02%
CMYK16.80%0.00%56.00%
50.98%

Color #687D37 in popluar number systems.

HEX687D37
Decimal10412555
Binary11010001111101110111
Octal15017567

Shades and tints

Shades of #687D37

#687D37
(104,125,55)
#5F7232
(95,114,50)
#56672D
(86,103,45)
#4D5C28
(77,92,40)
#445123
(68,81,35)
#3B461E
(59,70,30)
#323B19
(50,59,25)
#293014
(41,48,20)
#20250F
(32,37,15)
#171A0A
(23,26,10)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #687D37

#687D37
(104,125,55)
#758849
(117,136,73)
#82935B
(130,147,91)
#8F9E6D
(143,158,109)
#9CA97F
(156,169,127)
#A9B491
(169,180,145)
#B6BFA3
(182,191,163)
#C3CAB5
(195,202,181)
#D0D5C7
(208,213,199)
#DDE0D9
(221,224,217)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687D37; }

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

This text font color is #687D37.


Background Color

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

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

This div background color is #687D37.


Border color

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

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

This div border color is #687D37.


Opacity

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

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

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

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

This text has shadow with #687D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D37 on black background.


Color preview on white background

This text has color #687D37 on white background.



Black color preview on #687D37 background

This text has black color on #687D37 background.


White color preview on #687D37 background

This text has white color on #687D37 background.