COLOR #688238

HEX: #688238
RGB: (104,130,56)

Color info

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

RGB color model

#688238 color RGB value is (104,130,56).

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

RGB channels and saturation

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

104
130
56

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 56 = 290 (100%)
R 104 of 290 ~ 35.86%
G 130 of 290 ~ 44.83%
B 56 of 290 ~ 19.31%

%35.86
%44.83
%19.31

CMYK color model

#688238 color CMYK value is (20,0,57,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 56.92%
  • key color value is 49.02%
CMYK:
(20,0,57,49)
C20M0Y57K49 
(20%,0%,57%,49%)
(0.20/0.00/0.57/0.49)	

CMYK percentages

%20
%0
%56.92
%49.02

Codes

Color #688238 in popluar color models

688238
RGB10413056
HSL81°39.78%36.47%
HSB/HSV81°56.92%50.98%
CMYK20.00%0.00%56.92%
49.02%

Color #688238 in popluar number systems.

HEX688238
Decimal10413056
Binary110100010000010111000
Octal15020270

Shades and tints

Shades of #688238

#688238
(104,130,56)
#5F7733
(95,119,51)
#566C2E
(86,108,46)
#4D6129
(77,97,41)
#445624
(68,86,36)
#3B4B1F
(59,75,31)
#32401A
(50,64,26)
#293515
(41,53,21)
#202A10
(32,42,16)
#171F0B
(23,31,11)
#0E1406
(14,20,6)
#000000
(0,0,0)

Tints of #688238

#688238
(104,130,56)
#758D4A
(117,141,74)
#82985C
(130,152,92)
#8FA36E
(143,163,110)
#9CAE80
(156,174,128)
#A9B992
(169,185,146)
#B6C4A4
(182,196,164)
#C3CFB6
(195,207,182)
#D0DAC8
(208,218,200)
#DDE5DA
(221,229,218)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688238; }

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

This text font color is #688238.


Background Color

.myBgColor { background-color: #688238; }

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

This div background color is #688238.


Border color

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

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

This div border color is #688238.


Opacity

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

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

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

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

This text has shadow with #688238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688238 on black background.


Color preview on white background

This text has color #688238 on white background.



Black color preview on #688238 background

This text has black color on #688238 background.


White color preview on #688238 background

This text has white color on #688238 background.