COLOR #688F73

HEX: #688F73
RGB: (104,143,115)

Renk bilgisi

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

RGB renk modeli

#688F73 color RGB value is (104,143,115).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 143 of 255 = 56%
B 115 of 255 = 45%

104
143
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 143 + 115 = 362 (100%)
R 104 of 362 ~ 28.73%
G 143 of 362 ~ 39.5%
B 115 of 362 ~ 31.77%

%28.73
%39.5
%31.77

CMYK RENK MODELİ

#688F73 rengi CMYK tonu (27,0,20,44).

  • camgöbeği tonu 27.27%
  • eflatun tonu 0.00%
  • sarı tonu 19.58%
  • ana renk tonu 43.92%
CMYK:
(27,0,20,44)
C27M0Y20K44 
(27%,0%,20%,44%)
(0.27/0.00/0.20/0.44)	

CMYK yüzdeleri

%27.27
%0
%19.58
%43.92

Codes

Color #688F73 in popluar color models

688F73
RGB104143115
HSL137°15.79%48.43%
HSB/HSV137°27.27%56.08%
CMYK27.27%0.00%19.58%
43.92%

Color #688F73 in popluar number systems.

HEX688F73
Decimal104143115
Binary1101000100011111110011
Octal150217163

Shades and tints

Shades of #688F73

#688F73
(104,143,115)
#5F8269
(95,130,105)
#56755F
(86,117,95)
#4D6855
(77,104,85)
#445B4B
(68,91,75)
#3B4E41
(59,78,65)
#324137
(50,65,55)
#29342D
(41,52,45)
#202723
(32,39,35)
#171A19
(23,26,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #688F73

#688F73
(104,143,115)
#75997F
(117,153,127)
#82A38B
(130,163,139)
#8FAD97
(143,173,151)
#9CB7A3
(156,183,163)
#A9C1AF
(169,193,175)
#B6CBBB
(182,203,187)
#C3D5C7
(195,213,199)
#D0DFD3
(208,223,211)
#DDE9DF
(221,233,223)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688F73; }

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

This text font color is #688F73.


Background Color

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

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

This div background color is #688F73.


Border color

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

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

This div border color is #688F73.


Opacity

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

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

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

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

This text has shadow with #688F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688F73 on black background.


Color preview on white background

This text has color #688F73 on white background.



Black color preview on #688F73 background

This text has black color on #688F73 background.


White color preview on #688F73 background

This text has white color on #688F73 background.