COLOR #687234

HEX: #687234
RGB: (104,114,52)

Color info

#687234 contains mainly red and green colors. Web safe color of #687234 is #666633 (or #663).

RGB color model

#687234 color RGB value is (104,114,52).

  • red value is 104;
  • green value is 114;
  • blue value is 52.
RGB:
(104,114,52)
(41%,45%,20%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 52 of 255 = 20%

104
114
52

R + G + B ~ 35%. #687234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 114 + 52 = 270 (100%)
R 104 of 270 ~ 38.52%
G 114 of 270 ~ 42.22%
B 52 of 270 ~ 19.26%

%38.52
%42.22
%19.26

CMYK color model

#687234 color CMYK value is (9,0,54,55).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 54.39%
  • key color value is 55.29%
CMYK:
(9,0,54,55)
C9M0Y54K55 
(9%,0%,54%,55%)
(0.09/0.00/0.54/0.55)	

CMYK percentages

%8.77
%0
%54.39
%55.29

Codes

Color #687234 in popluar color models

687234
RGB10411452
HSL70°37.35%32.55%
HSB/HSV70°54.39%44.71%
CMYK8.77%0.00%54.39%
55.29%

Color #687234 in popluar number systems.

HEX687234
Decimal10411452
Binary11010001110010110100
Octal15016264

Shades and tints

Shades of #687234

#687234
(104,114,52)
#5F6830
(95,104,48)
#565E2C
(86,94,44)
#4D5428
(77,84,40)
#444A24
(68,74,36)
#3B4020
(59,64,32)
#32361C
(50,54,28)
#292C18
(41,44,24)
#202214
(32,34,20)
#171810
(23,24,16)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #687234

#687234
(104,114,52)
#757E46
(117,126,70)
#828A58
(130,138,88)
#8F966A
(143,150,106)
#9CA27C
(156,162,124)
#A9AE8E
(169,174,142)
#B6BAA0
(182,186,160)
#C3C6B2
(195,198,178)
#D0D2C4
(208,210,196)
#DDDED6
(221,222,214)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687234 color. Also use rgb(104,114,52) instead hex code.

Text Font Color

.myTextColor { color: #687234; }

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

This text font color is #687234.


Background Color

.myBgColor { background-color: #687234; }

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

This div background color is #687234.


Border color

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

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

This div border color is #687234.


Opacity

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

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

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

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

This text has shadow with #687234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687234 on black background.


Color preview on white background

This text has color #687234 on white background.



Black color preview on #687234 background

This text has black color on #687234 background.


White color preview on #687234 background

This text has white color on #687234 background.