COLOR #688165

HEX: #688165
RGB: (104,129,101)

Color info

#688165 contains red, green and blue colors in about the same proportion. Web safe color of #688165 is #669966 (or #696).

RGB color model

#688165 color RGB value is (104,129,101).

  • red value is 104;
  • green value is 129;
  • blue value is 101.
RGB:
(104,129,101)
(41%,51%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 129 of 255 = 51%
B 101 of 255 = 40%

104
129
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 129 + 101 = 334 (100%)
R 104 of 334 ~ 31.14%
G 129 of 334 ~ 38.62%
B 101 of 334 ~ 30.24%

%31.14
%38.62
%30.24

CMYK color model

#688165 color CMYK value is (19,0,22,49).

  • cyan value is 19.38%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(19,0,22,49)
C19M0Y22K49 
(19%,0%,22%,49%)
(0.19/0.00/0.22/0.49)	

CMYK percentages

%19.38
%0
%21.71
%49.41

Codes

Color #688165 in popluar color models

688165
RGB104129101
HSL114°12.17%45.10%
HSB/HSV114°21.71%50.59%
CMYK19.38%0.00%21.71%
49.41%

Color #688165 in popluar number systems.

HEX688165
Decimal104129101
Binary1101000100000011100101
Octal150201145

Shades and tints

Shades of #688165

#688165
(104,129,101)
#5F765C
(95,118,92)
#566B53
(86,107,83)
#4D604A
(77,96,74)
#445541
(68,85,65)
#3B4A38
(59,74,56)
#323F2F
(50,63,47)
#293426
(41,52,38)
#20291D
(32,41,29)
#171E14
(23,30,20)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #688165

#688165
(104,129,101)
#758C73
(117,140,115)
#829781
(130,151,129)
#8FA28F
(143,162,143)
#9CAD9D
(156,173,157)
#A9B8AB
(169,184,171)
#B6C3B9
(182,195,185)
#C3CEC7
(195,206,199)
#D0D9D5
(208,217,213)
#DDE4E3
(221,228,227)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688165; }

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

This text font color is #688165.


Background Color

.myBgColor { background-color: #688165; }

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

This div background color is #688165.


Border color

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

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

This div border color is #688165.


Opacity

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

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

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

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

This text has shadow with #688165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688165 on black background.


Color preview on white background

This text has color #688165 on white background.



Black color preview on #688165 background

This text has black color on #688165 background.


White color preview on #688165 background

This text has white color on #688165 background.