COLOR #687B13

HEX: #687B13 RGB: (104,123,19)

Color info

#687B13 contains mainly red and green colors. Web safe color of #687B13 is #666600 (or #660).

RGB color model

#687B13 color RGB value is (104,123,19).

RGB: (104,123,19) (41%, 48%, 7%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 19 of 255 = 7%

104
123
19

R + G + B ~ 32%. #687B13 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 123 + 19 = 246 (100%)
R 104 of 246 ~ 42.28%
G 123 of 246 ~ 50%
B 19 of 246 ~ 7.72'%

%42.28
%50

CMYK color model

#687B13 color CMYK value is (15,0,85,52).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 84.55%
  • key color value is 51.76%

CMYK: (15,0,85,52)
C15M0Y85K52 (15%, 0%, 85%, 52%)
(0.15 / 0.00 / 0.85 / 0.52)

CMYK percentages

%15.45
%0
%84.55
%51.76

Codes

Color #687B13 in popluar color models

68 7B 13
RGB 104 123 19
HSL 71° 73.24% 27.84%
HSB/HSV 71° 84.55% 48.24%
CMYK 15.45% 0.00% 84.55%
51.76%

Color #687B13 in popluar number systems.

HEX 68 7B 13
Decimal 104 123 19
Binary 1101000 1111011 10011
Octal 150 173 23

Shades and tints

Shades of #687B13

#687B13
(104,123,19)
#5F7012
(95,112,18)
#566511
(86,101,17)
#4D5A10
(77,90,16)
#444F0F
(68,79,15)
#3B440E
(59,68,14)
#32390D
(50,57,13)
#292E0C
(41,46,12)
#20230B
(32,35,11)
#17180A
(23,24,10)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #687B13

#687B13
(104,123,19)
#758728
(117,135,40)
#82933D
(130,147,61)
#8F9F52
(143,159,82)
#9CAB67
(156,171,103)
#A9B77C
(169,183,124)
#B6C391
(182,195,145)
#C3CFA6
(195,207,166)
#D0DBBB
(208,219,187)
#DDE7D0
(221,231,208)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B13 color. Also use rgb(104,123,19) instead hex code.

Text Font Color

.myTextColor { color: #687B13; }

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

This text font color is #687B13.

Background Color

.myBgColor { background-color: #687B13; }

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

This div background color is #687B13.

Border color

.myBorderColor { border: 1px solid #687B13; }

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

This div border color is #687B13.

Opacity

.myOpacity80 { color: #687B13; opacity: 0.8; }

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

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

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

This text has shadow with #687B13 color.


.textShadow {text-shadow: 3px 3px 1px #687B13', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #687B13; -webkit-box-shadow: 1px 1px 3px 2px #687B13; box-shadow:1px 1px 3px 2px #687B13;">
Div content here
</div>

This div box has shadow with color #687B13.

Preview

Color preview on black background

This text has color #687B13 on black background.


Color preview on white background

This text has color #687B13 on white background.


Black color preview on #687B13 background

This text has black color on #687B13 background.


White color preview on #687B13 background

This text has white color on #687B13 background.


Related colors

Complementary color

Complementary color for #hex is #9784EC.


I love getcolorcode.com

Triadic colors

1 #13687B and #7B1368 with #687B13 are triadic colors.

2 #137B68 and #7B6813 with #687B13 are triadic colors.