COLOR #688461

HEX: #688461
RGB: (104,132,97)

Renk bilgisi

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

RGB renk modeli

#688461 color RGB value is (104,132,97).

  • kırmız ton 104;
  • yeşil ton 132;
  • mavi ton 97.
RGB:
(104,132,97)
(41%,52%,38%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 132 of 255 = 52%
B 97 of 255 = 38%

104
132
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 132 + 97 = 333 (100%)
R 104 of 333 ~ 31.23%
G 132 of 333 ~ 39.64%
B 97 of 333 ~ 29.13%

%31.23
%39.64
%29.13

CMYK RENK MODELİ

#688461 rengi CMYK tonu (21,0,27,48).

  • camgöbeği tonu 21.21%
  • eflatun tonu 0.00%
  • sarı tonu 26.52%
  • ana renk tonu 48.24%
CMYK:
(21,0,27,48)
C21M0Y27K48 
(21%,0%,27%,48%)
(0.21/0.00/0.27/0.48)	

CMYK yüzdeleri

%21.21
%0
%26.52
%48.24

Codes

Color #688461 in popluar color models

688461
RGB10413297
HSL108°15.28%44.90%
HSB/HSV108°26.52%51.76%
CMYK21.21%0.00%26.52%
48.24%

Color #688461 in popluar number systems.

HEX688461
Decimal10413297
Binary1101000100001001100001
Octal150204141

Shades and tints

Shades of #688461

#688461
(104,132,97)
#5F7859
(95,120,89)
#566C51
(86,108,81)
#4D6049
(77,96,73)
#445441
(68,84,65)
#3B4839
(59,72,57)
#323C31
(50,60,49)
#293029
(41,48,41)
#202421
(32,36,33)
#171819
(23,24,25)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #688461

#688461
(104,132,97)
#758F6F
(117,143,111)
#829A7D
(130,154,125)
#8FA58B
(143,165,139)
#9CB099
(156,176,153)
#A9BBA7
(169,187,167)
#B6C6B5
(182,198,181)
#C3D1C3
(195,209,195)
#D0DCD1
(208,220,209)
#DDE7DF
(221,231,223)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688461; }

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

This text font color is #688461.


Background Color

.myBgColor { background-color: #688461; }

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

This div background color is #688461.


Border color

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

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

This div border color is #688461.


Opacity

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

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

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

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

This text has shadow with #688461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688461 on black background.


Color preview on white background

This text has color #688461 on white background.



Black color preview on #688461 background

This text has black color on #688461 background.


White color preview on #688461 background

This text has white color on #688461 background.