COLOR #687E5A

HEX: #687E5A
RGB: (104,126,90)

Renk bilgisi

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

RGB renk modeli

#687E5A color RGB value is (104,126,90).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 126 of 255 = 49%
B 90 of 255 = 35%

104
126
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 126 + 90 = 320 (100%)
R 104 of 320 ~ 32.5%
G 126 of 320 ~ 39.38%
B 90 of 320 ~ 28.13%

%32.5
%39.38
%28.13

CMYK RENK MODELİ

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

  • camgöbeği tonu 17.46%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 50.59%
CMYK:
(17,0,29,51)
C17M0Y29K51 
(17%,0%,29%,51%)
(0.17/0.00/0.29/0.51)	

CMYK yüzdeleri

%17.46
%0
%28.57
%50.59

Codes

Color #687E5A in popluar color models

687E5A
RGB10412690
HSL97°16.67%42.35%
HSB/HSV97°28.57%49.41%
CMYK17.46%0.00%28.57%
50.59%

Color #687E5A in popluar number systems.

HEX687E5A
Decimal10412690
Binary110100011111101011010
Octal150176132

Shades and tints

Shades of #687E5A

#687E5A
(104,126,90)
#5F7352
(95,115,82)
#56684A
(86,104,74)
#4D5D42
(77,93,66)
#44523A
(68,82,58)
#3B4732
(59,71,50)
#323C2A
(50,60,42)
#293122
(41,49,34)
#20261A
(32,38,26)
#171B12
(23,27,18)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #687E5A

#687E5A
(104,126,90)
#758969
(117,137,105)
#829478
(130,148,120)
#8F9F87
(143,159,135)
#9CAA96
(156,170,150)
#A9B5A5
(169,181,165)
#B6C0B4
(182,192,180)
#C3CBC3
(195,203,195)
#D0D6D2
(208,214,210)
#DDE1E1
(221,225,225)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E5A; }

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

This text font color is #687E5A.


Background Color

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

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

This div background color is #687E5A.


Border color

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

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

This div border color is #687E5A.


Opacity

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

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

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

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

This text has shadow with #687E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E5A on black background.


Color preview on white background

This text has color #687E5A on white background.



Black color preview on #687E5A background

This text has black color on #687E5A background.


White color preview on #687E5A background

This text has white color on #687E5A background.