COLOR #688258

HEX: #688258
RGB: (104,130,88)

Color info

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

RGB color model

#688258 color RGB value is (104,130,88).

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

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 88 of 255 = 35%

104
130
88

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 88 = 322 (100%)
R 104 of 322 ~ 32.3%
G 130 of 322 ~ 40.37%
B 88 of 322 ~ 27.33%

%32.3
%40.37
%27.33

CMYK color model

#688258 color CMYK value is (20,0,32,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 49.02%
CMYK:
(20,0,32,49)
C20M0Y32K49 
(20%,0%,32%,49%)
(0.20/0.00/0.32/0.49)	

CMYK percentages

%20
%0
%32.31
%49.02

Codes

Color #688258 in popluar color models

688258
RGB10413088
HSL97°19.27%42.75%
HSB/HSV97°32.31%50.98%
CMYK20.00%0.00%32.31%
49.02%

Color #688258 in popluar number systems.

HEX688258
Decimal10413088
Binary1101000100000101011000
Octal150202130

Shades and tints

Shades of #688258

#688258
(104,130,88)
#5F7750
(95,119,80)
#566C48
(86,108,72)
#4D6140
(77,97,64)
#445638
(68,86,56)
#3B4B30
(59,75,48)
#324028
(50,64,40)
#293520
(41,53,32)
#202A18
(32,42,24)
#171F10
(23,31,16)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #688258

#688258
(104,130,88)
#758D67
(117,141,103)
#829876
(130,152,118)
#8FA385
(143,163,133)
#9CAE94
(156,174,148)
#A9B9A3
(169,185,163)
#B6C4B2
(182,196,178)
#C3CFC1
(195,207,193)
#D0DAD0
(208,218,208)
#DDE5DF
(221,229,223)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688258; }

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

This text font color is #688258.


Background Color

.myBgColor { background-color: #688258; }

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

This div background color is #688258.


Border color

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

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

This div border color is #688258.


Opacity

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

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

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

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

This text has shadow with #688258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688258 on black background.


Color preview on white background

This text has color #688258 on white background.



Black color preview on #688258 background

This text has black color on #688258 background.


White color preview on #688258 background

This text has white color on #688258 background.