COLOR #688265

HEX: #688265
RGB: (104,130,101)

Color info

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

RGB color model

#688265 color RGB value is (104,130,101).

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

RGB channels and saturation

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

104
130
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 101 = 335 (100%)
R 104 of 335 ~ 31.04%
G 130 of 335 ~ 38.81%
B 101 of 335 ~ 30.15%

%31.04
%38.81
%30.15

CMYK color model

#688265 color CMYK value is (20,0,22,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(20,0,22,49)
C20M0Y22K49 
(20%,0%,22%,49%)
(0.20/0.00/0.22/0.49)	

CMYK percentages

%20
%0
%22.31
%49.02

Codes

Color #688265 in popluar color models

688265
RGB104130101
HSL114°12.55%45.29%
HSB/HSV114°22.31%50.98%
CMYK20.00%0.00%22.31%
49.02%

Color #688265 in popluar number systems.

HEX688265
Decimal104130101
Binary1101000100000101100101
Octal150202145

Shades and tints

Shades of #688265

#688265
(104,130,101)
#5F775C
(95,119,92)
#566C53
(86,108,83)
#4D614A
(77,97,74)
#445641
(68,86,65)
#3B4B38
(59,75,56)
#32402F
(50,64,47)
#293526
(41,53,38)
#202A1D
(32,42,29)
#171F14
(23,31,20)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #688265

#688265
(104,130,101)
#758D73
(117,141,115)
#829881
(130,152,129)
#8FA38F
(143,163,143)
#9CAE9D
(156,174,157)
#A9B9AB
(169,185,171)
#B6C4B9
(182,196,185)
#C3CFC7
(195,207,199)
#D0DAD5
(208,218,213)
#DDE5E3
(221,229,227)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688265; }

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

This text font color is #688265.


Background Color

.myBgColor { background-color: #688265; }

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

This div background color is #688265.


Border color

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

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

This div border color is #688265.


Opacity

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

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

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

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

This text has shadow with #688265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688265 on black background.


Color preview on white background

This text has color #688265 on white background.



Black color preview on #688265 background

This text has black color on #688265 background.


White color preview on #688265 background

This text has white color on #688265 background.