COLOR #688338

HEX: #688338
RGB: (104,131,56)

Color info

#688338 contains mainly red and green colors. Web safe color of #688338 is #669933 (or #693).

RGB color model

#688338 color RGB value is (104,131,56).

  • red value is 104;
  • green value is 131;
  • blue value is 56.
RGB:
(104,131,56)
(41%,51%,22%)

RGB channels and saturation

R 104 of 255 = 41%
G 131 of 255 = 51%
B 56 of 255 = 22%

104
131
56

R + G + B ~ 38%. #688338 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 131 + 56 = 291 (100%)
R 104 of 291 ~ 35.74%
G 131 of 291 ~ 45.02%
B 56 of 291 ~ 19.24%

%35.74
%45.02
%19.24

CMYK color model

#688338 color CMYK value is (21,0,57,49).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 57.25%
  • key color value is 48.63%
CMYK:
(21,0,57,49)
C21M0Y57K49 
(21%,0%,57%,49%)
(0.21/0.00/0.57/0.49)	

CMYK percentages

%20.61
%0
%57.25
%48.63

Codes

Color #688338 in popluar color models

688338
RGB10413156
HSL82°40.11%36.67%
HSB/HSV82°57.25%51.37%
CMYK20.61%0.00%57.25%
48.63%

Color #688338 in popluar number systems.

HEX688338
Decimal10413156
Binary110100010000011111000
Octal15020370

Shades and tints

Shades of #688338

#688338
(104,131,56)
#5F7833
(95,120,51)
#566D2E
(86,109,46)
#4D6229
(77,98,41)
#445724
(68,87,36)
#3B4C1F
(59,76,31)
#32411A
(50,65,26)
#293615
(41,54,21)
#202B10
(32,43,16)
#17200B
(23,32,11)
#0E1506
(14,21,6)
#000000
(0,0,0)

Tints of #688338

#688338
(104,131,56)
#758E4A
(117,142,74)
#82995C
(130,153,92)
#8FA46E
(143,164,110)
#9CAF80
(156,175,128)
#A9BA92
(169,186,146)
#B6C5A4
(182,197,164)
#C3D0B6
(195,208,182)
#D0DBC8
(208,219,200)
#DDE6DA
(221,230,218)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688338 color. Also use rgb(104,131,56) instead hex code.

Text Font Color

.myTextColor { color: #688338; }

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

This text font color is #688338.


Background Color

.myBgColor { background-color: #688338; }

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

This div background color is #688338.


Border color

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

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

This div border color is #688338.


Opacity

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

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

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

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

This text has shadow with #688338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688338 on black background.


Color preview on white background

This text has color #688338 on white background.



Black color preview on #688338 background

This text has black color on #688338 background.


White color preview on #688338 background

This text has white color on #688338 background.