COLOR #687D53

HEX: #687D53 RGB: (104,125,83)

Color info

#687D53 contains red, green and blue colors in about the same proportion. Web safe color of #687D53 is #666666 (or #666).

RGB color model

#687D53 color RGB value is (104,125,83).

RGB: (104,125,83) (41%, 49%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 125 of 255 = 49%
B 83 of 255 = 33%

104
125
83

R + G + B ~ 41%. #687D53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 125 + 83 = 312 (100%)
R 104 of 312 ~ 33.33%
G 125 of 312 ~ 40.06%
B 83 of 312 ~ 26.6'%

%33.33
%40.06
%26.6

CMYK color model

#687D53 color CMYK value is (17,0,34,51).

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 50.98%

CMYK: (17,0,34,51)
C17M0Y34K51 (17%, 0%, 34%, 51%)
(0.17 / 0.00 / 0.34 / 0.51)

CMYK percentages

%16.8
%0
%33.6
%50.98

Codes

Color #687D53 in popluar color models

68 7D 53
RGB 104 125 83
HSL 90° 20.19% 40.78%
HSB/HSV 90° 33.60% 49.02%
CMYK 16.80% 0.00% 33.60%
50.98%

Color #687D53 in popluar number systems.

HEX 68 7D 53
Decimal 104 125 83
Binary 1101000 1111101 1010011
Octal 150 175 123

Shades and tints

Shades of #687D53

#687D53
(104,125,83)
#5F724C
(95,114,76)
#566745
(86,103,69)
#4D5C3E
(77,92,62)
#445137
(68,81,55)
#3B4630
(59,70,48)
#323B29
(50,59,41)
#293022
(41,48,34)
#20251B
(32,37,27)
#171A14
(23,26,20)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #687D53

#687D53
(104,125,83)
#758862
(117,136,98)
#829371
(130,147,113)
#8F9E80
(143,158,128)
#9CA98F
(156,169,143)
#A9B49E
(169,180,158)
#B6BFAD
(182,191,173)
#C3CABC
(195,202,188)
#D0D5CB
(208,213,203)
#DDE0DA
(221,224,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687D53 color. Also use rgb(104,125,83) instead hex code.

Text Font Color

.myTextColor { color: #687D53; }

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

This text font color is #687D53.

Background Color

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

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

This div background color is #687D53.

Border color

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

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

This div border color is #687D53.

Opacity

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

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

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

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

This text has shadow with #687D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687D53.

Preview

Color preview on black background

This text has color #687D53 on black background.


Color preview on white background

This text has color #687D53 on white background.


Black color preview on #687D53 background

This text has black color on #687D53 background.


White color preview on #687D53 background

This text has white color on #687D53 background.


Related colors

Complementary color

Complementary color for #hex is #9782AC.


I love getcolorcode.com

Triadic colors

1 #53687D and #7D5368 with #687D53 are triadic colors.

2 #537D68 and #7D6853 with #687D53 are triadic colors.