COLOR #687925

HEX: #687925
RGB: (104,121,37)

Color info

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

RGB color model

#687925 color RGB value is (104,121,37).

  • red value is 104;
  • green value is 121;
  • blue value is 37.
RGB:
(104,121,37)
(41%,47%,15%)

RGB channels and saturation

R 104 of 255 = 41%
G 121 of 255 = 47%
B 37 of 255 = 15%

104
121
37

R + G + B ~ 34%. #687925 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 121 + 37 = 262 (100%)
R 104 of 262 ~ 39.69%
G 121 of 262 ~ 46.18%
B 37 of 262 ~ 14.12%

%39.69
%46.18
%14.12

CMYK color model

#687925 color CMYK value is (14,0,69,53).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 69.42%
  • key color value is 52.55%
CMYK:
(14,0,69,53)
C14M0Y69K53 
(14%,0%,69%,53%)
(0.14/0.00/0.69/0.53)	

CMYK percentages

%14.05
%0
%69.42
%52.55

Codes

Color #687925 in popluar color models

687925
RGB10412137
HSL72°53.16%30.98%
HSB/HSV72°69.42%47.45%
CMYK14.05%0.00%69.42%
52.55%

Color #687925 in popluar number systems.

HEX687925
Decimal10412137
Binary11010001111001100101
Octal15017145

Shades and tints

Shades of #687925

#687925
(104,121,37)
#5F6E22
(95,110,34)
#56631F
(86,99,31)
#4D581C
(77,88,28)
#444D19
(68,77,25)
#3B4216
(59,66,22)
#323713
(50,55,19)
#292C10
(41,44,16)
#20210D
(32,33,13)
#17160A
(23,22,10)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #687925

#687925
(104,121,37)
#758538
(117,133,56)
#82914B
(130,145,75)
#8F9D5E
(143,157,94)
#9CA971
(156,169,113)
#A9B584
(169,181,132)
#B6C197
(182,193,151)
#C3CDAA
(195,205,170)
#D0D9BD
(208,217,189)
#DDE5D0
(221,229,208)
#EAF1E3
(234,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687925 color. Also use rgb(104,121,37) instead hex code.

Text Font Color

.myTextColor { color: #687925; }

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

This text font color is #687925.


Background Color

.myBgColor { background-color: #687925; }

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

This div background color is #687925.


Border color

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

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

This div border color is #687925.


Opacity

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

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

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

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

This text has shadow with #687925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687925 on black background.


Color preview on white background

This text has color #687925 on white background.



Black color preview on #687925 background

This text has black color on #687925 background.


White color preview on #687925 background

This text has white color on #687925 background.