COLOR #688370

HEX: #688370
RGB: (104,131,112)

Renk bilgisi

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

RGB renk modeli

#688370 color RGB value is (104,131,112).

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

RGB bağlantıları ve doygunluk

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

104
131
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 131 + 112 = 347 (100%)
R 104 of 347 ~ 29.97%
G 131 of 347 ~ 37.75%
B 112 of 347 ~ 32.28%

%29.97
%37.75
%32.28

CMYK RENK MODELİ

#688370 rengi CMYK tonu (21,0,15,49).

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

CMYK yüzdeleri

%20.61
%0
%14.5
%48.63

Codes

Color #688370 in popluar color models

688370
RGB104131112
HSL138°11.49%46.08%
HSB/HSV138°20.61%51.37%
CMYK20.61%0.00%14.50%
48.63%

Color #688370 in popluar number systems.

HEX688370
Decimal104131112
Binary1101000100000111110000
Octal150203160

Shades and tints

Shades of #688370

#688370
(104,131,112)
#5F7866
(95,120,102)
#566D5C
(86,109,92)
#4D6252
(77,98,82)
#445748
(68,87,72)
#3B4C3E
(59,76,62)
#324134
(50,65,52)
#29362A
(41,54,42)
#202B20
(32,43,32)
#172016
(23,32,22)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #688370

#688370
(104,131,112)
#758E7D
(117,142,125)
#82998A
(130,153,138)
#8FA497
(143,164,151)
#9CAFA4
(156,175,164)
#A9BAB1
(169,186,177)
#B6C5BE
(182,197,190)
#C3D0CB
(195,208,203)
#D0DBD8
(208,219,216)
#DDE6E5
(221,230,229)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688370; }

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

This text font color is #688370.


Background Color

.myBgColor { background-color: #688370; }

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

This div background color is #688370.


Border color

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

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

This div border color is #688370.


Opacity

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

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

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

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

This text has shadow with #688370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688370 on black background.


Color preview on white background

This text has color #688370 on white background.



Black color preview on #688370 background

This text has black color on #688370 background.


White color preview on #688370 background

This text has white color on #688370 background.