COLOR #688C1B

HEX: #688C1B
RGB: (104,140,27)

Color info

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

RGB color model

#688C1B color RGB value is (104,140,27).

  • red value is 104;
  • green value is 140;
  • blue value is 27.
RGB:
(104,140,27)
(41%,55%,11%)

RGB channels and saturation

R 104 of 255 = 41%
G 140 of 255 = 55%
B 27 of 255 = 11%

104
140
27

R + G + B ~ 36%. #688C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 140 + 27 = 271 (100%)
R 104 of 271 ~ 38.38%
G 140 of 271 ~ 51.66%
B 27 of 271 ~ 9.96%

%38.38
%51.66
%9.96

CMYK color model

#688C1B color CMYK value is (26,0,81,45).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 80.71%
  • key color value is 45.10%
CMYK:
(26,0,81,45)
C26M0Y81K45 
(26%,0%,81%,45%)
(0.26/0.00/0.81/0.45)	

CMYK percentages

%25.71
%0
%80.71
%45.1

Codes

Color #688C1B in popluar color models

688C1B
RGB10414027
HSL79°67.66%32.75%
HSB/HSV79°80.71%54.90%
CMYK25.71%0.00%80.71%
45.10%

Color #688C1B in popluar number systems.

HEX688C1B
Decimal10414027
Binary11010001000110011011
Octal15021433

Shades and tints

Shades of #688C1B

#688C1B
(104,140,27)
#5F8019
(95,128,25)
#567417
(86,116,23)
#4D6815
(77,104,21)
#445C13
(68,92,19)
#3B5011
(59,80,17)
#32440F
(50,68,15)
#29380D
(41,56,13)
#202C0B
(32,44,11)
#172009
(23,32,9)
#0E1407
(14,20,7)
#000000
(0,0,0)

Tints of #688C1B

#688C1B
(104,140,27)
#75962F
(117,150,47)
#82A043
(130,160,67)
#8FAA57
(143,170,87)
#9CB46B
(156,180,107)
#A9BE7F
(169,190,127)
#B6C893
(182,200,147)
#C3D2A7
(195,210,167)
#D0DCBB
(208,220,187)
#DDE6CF
(221,230,207)
#EAF0E3
(234,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688C1B color. Also use rgb(104,140,27) instead hex code.

Text Font Color

.myTextColor { color: #688C1B; }

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

This text font color is #688C1B.


Background Color

.myBgColor { background-color: #688C1B; }

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

This div background color is #688C1B.


Border color

.myBorderColor { border: 1px solid #688C1B; }

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

This div border color is #688C1B.


Opacity

.myOpacity80 { color: #688C1B; opacity: 0.8; }

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

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

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

This text has shadow with #688C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688C1B on black background.


Color preview on white background

This text has color #688C1B on white background.



Black color preview on #688C1B background

This text has black color on #688C1B background.


White color preview on #688C1B background

This text has white color on #688C1B background.