COLOR #688368

HEX: #688368
RGB: (104,131,104)

Renk bilgisi

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

RGB renk modeli

#688368 color RGB value is (104,131,104).

  • kırmız ton 104;
  • yeşil ton 131;
  • mavi ton 104.
RGB:
(104,131,104)
(41%,51%,41%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 131 of 255 = 51%
B 104 of 255 = 41%

104
131
104

R + G + B ~ 44%. #688368 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 131 + 104 = 339 (100%)
R 104 of 339 ~ 30.68%
G 131 of 339 ~ 38.64%
B 104 of 339 ~ 30.68%

%30.68
%38.64
%30.68

CMYK RENK MODELİ

#688368 rengi CMYK tonu (21,0,21,49).

  • camgöbeği tonu 20.61%
  • eflatun tonu 0.00%
  • sarı tonu 20.61%
  • ana renk tonu 48.63%
CMYK:
(21,0,21,49)
C21M0Y21K49 
(21%,0%,21%,49%)
(0.21/0.00/0.21/0.49)	

CMYK yüzdeleri

%20.61
%0
%20.61
%48.63

Codes

Color #688368 in popluar color models

688368
RGB104131104
HSL120°11.49%46.08%
HSB/HSV120°20.61%51.37%
CMYK20.61%0.00%20.61%
48.63%

Color #688368 in popluar number systems.

HEX688368
Decimal104131104
Binary1101000100000111101000
Octal150203150

Shades and tints

Shades of #688368

#688368
(104,131,104)
#5F785F
(95,120,95)
#566D56
(86,109,86)
#4D624D
(77,98,77)
#445744
(68,87,68)
#3B4C3B
(59,76,59)
#324132
(50,65,50)
#293629
(41,54,41)
#202B20
(32,43,32)
#172017
(23,32,23)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #688368

#688368
(104,131,104)
#758E75
(117,142,117)
#829982
(130,153,130)
#8FA48F
(143,164,143)
#9CAF9C
(156,175,156)
#A9BAA9
(169,186,169)
#B6C5B6
(182,197,182)
#C3D0C3
(195,208,195)
#D0DBD0
(208,219,208)
#DDE6DD
(221,230,221)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688368 color. Also use rgb(104,131,104) instead hex code.

Text Font Color

.myTextColor { color: #688368; }

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

This text font color is #688368.


Background Color

.myBgColor { background-color: #688368; }

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

This div background color is #688368.


Border color

.myBorderColor { border: 1px solid #688368; }

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

This div border color is #688368.


Opacity

.myOpacity80 { color: #688368; opacity: 0.8; }

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

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

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

This text has shadow with #688368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688368 on black background.


Color preview on white background

This text has color #688368 on white background.



Black color preview on #688368 background

This text has black color on #688368 background.


White color preview on #688368 background

This text has white color on #688368 background.