COLOR #687B4D

HEX: #687B4D
RGB: (104,123,77)

Renk bilgisi

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

RGB renk modeli

#687B4D color RGB value is (104,123,77).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 123 of 255 = 48%
B 77 of 255 = 30%

104
123
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 123 + 77 = 304 (100%)
R 104 of 304 ~ 34.21%
G 123 of 304 ~ 40.46%
B 77 of 304 ~ 25.33%

%34.21
%40.46
%25.33

CMYK RENK MODELİ

#687B4D rengi CMYK tonu (15,0,37,52).

  • camgöbeği tonu 15.45%
  • eflatun tonu 0.00%
  • sarı tonu 37.40%
  • ana renk tonu 51.76%
CMYK:
(15,0,37,52)
C15M0Y37K52 
(15%,0%,37%,52%)
(0.15/0.00/0.37/0.52)	

CMYK yüzdeleri

%15.45
%0
%37.4
%51.76

Codes

Color #687B4D in popluar color models

687B4D
RGB10412377
HSL85°23.00%39.22%
HSB/HSV85°37.40%48.24%
CMYK15.45%0.00%37.40%
51.76%

Color #687B4D in popluar number systems.

HEX687B4D
Decimal10412377
Binary110100011110111001101
Octal150173115

Shades and tints

Shades of #687B4D

#687B4D
(104,123,77)
#5F7046
(95,112,70)
#56653F
(86,101,63)
#4D5A38
(77,90,56)
#444F31
(68,79,49)
#3B442A
(59,68,42)
#323923
(50,57,35)
#292E1C
(41,46,28)
#202315
(32,35,21)
#17180E
(23,24,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #687B4D

#687B4D
(104,123,77)
#75875D
(117,135,93)
#82936D
(130,147,109)
#8F9F7D
(143,159,125)
#9CAB8D
(156,171,141)
#A9B79D
(169,183,157)
#B6C3AD
(182,195,173)
#C3CFBD
(195,207,189)
#D0DBCD
(208,219,205)
#DDE7DD
(221,231,221)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687B4D; }

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

This text font color is #687B4D.


Background Color

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

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

This div background color is #687B4D.


Border color

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

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

This div border color is #687B4D.


Opacity

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

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

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

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

This text has shadow with #687B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B4D on black background.


Color preview on white background

This text has color #687B4D on white background.



Black color preview on #687B4D background

This text has black color on #687B4D background.


White color preview on #687B4D background

This text has white color on #687B4D background.