COLOR #688F6C

HEX: #688F6C
RGB: (104,143,108)

Renk bilgisi

#688F6C contains red, green and blue colors in about the same proportion. #688F6C ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#688F6C color RGB value is (104,143,108).

  • kırmız ton 104;
  • yeşil ton 143;
  • mavi ton 108.
RGB:
(104,143,108)
(41%,56%,42%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 143 of 255 = 56%
B 108 of 255 = 42%

104
143
108

R + G + B ~ 46%. #688F6C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 143 + 108 = 355 (100%)
R 104 of 355 ~ 29.3%
G 143 of 355 ~ 40.28%
B 108 of 355 ~ 30.42%

%29.3
%40.28
%30.42

CMYK RENK MODELİ

#688F6C rengi CMYK tonu (27,0,24,44).

  • camgöbeği tonu 27.27%
  • eflatun tonu 0.00%
  • sarı tonu 24.48%
  • ana renk tonu 43.92%
CMYK:
(27,0,24,44)
C27M0Y24K44 
(27%,0%,24%,44%)
(0.27/0.00/0.24/0.44)	

CMYK yüzdeleri

%27.27
%0
%24.48
%43.92

Codes

Color #688F6C in popluar color models

688F6C
RGB104143108
HSL126°15.79%48.43%
HSB/HSV126°27.27%56.08%
CMYK27.27%0.00%24.48%
43.92%

Color #688F6C in popluar number systems.

HEX688F6C
Decimal104143108
Binary1101000100011111101100
Octal150217154

Shades and tints

Shades of #688F6C

#688F6C
(104,143,108)
#5F8263
(95,130,99)
#56755A
(86,117,90)
#4D6851
(77,104,81)
#445B48
(68,91,72)
#3B4E3F
(59,78,63)
#324136
(50,65,54)
#29342D
(41,52,45)
#202724
(32,39,36)
#171A1B
(23,26,27)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #688F6C

#688F6C
(104,143,108)
#759979
(117,153,121)
#82A386
(130,163,134)
#8FAD93
(143,173,147)
#9CB7A0
(156,183,160)
#A9C1AD
(169,193,173)
#B6CBBA
(182,203,186)
#C3D5C7
(195,213,199)
#D0DFD4
(208,223,212)
#DDE9E1
(221,233,225)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688F6C color. Also use rgb(104,143,108) instead hex code.

Text Font Color

.myTextColor { color: #688F6C; }

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

This text font color is #688F6C.


Background Color

.myBgColor { background-color: #688F6C; }

<div style="background-color:#688F6C">Inner text</div>

This div background color is #688F6C.


Border color

.myBorderColor { border: 1px solid #688F6C; }

<div style="border:3px solid #688F6C">Div</div>

This div border color is #688F6C.


Opacity

.myOpacity80 { color: #688F6C; opacity: 0.8; }

<p style="color:#688F6C;opacity:0.8;">80%</p>

Text with #688F6C 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 #688F6C;}

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

This text has shadow with #688F6C color.

.textShadow {text-shadow: 3px 3px 1px #688F6C, 3px 3px 1px red;}

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

This text has shadow with #688F6C primary color and red secondary color.


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

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

This text has shadow with #688F6C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688F6C on black background.


Color preview on white background

This text has color #688F6C on white background.



Black color preview on #688F6C background

This text has black color on #688F6C background.


White color preview on #688F6C background

This text has white color on #688F6C background.