COLOR #687153

HEX: #687153
RGB: (104,113,83)

Color info

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

RGB color model

#687153 color RGB value is (104,113,83).

  • red value is 104;
  • green value is 113;
  • blue value is 83.
RGB:
(104,113,83)
(41%,44%,33%)

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 83 of 255 = 33%

104
113
83

R + G + B ~ 39%. #687153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 83 = 300 (100%)
R 104 of 300 ~ 34.67%
G 113 of 300 ~ 37.67%
B 83 of 300 ~ 27.67%

%34.67
%37.67
%27.67

CMYK color model

#687153 color CMYK value is (8,0,27,56).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(8,0,27,56)
C8M0Y27K56 
(8%,0%,27%,56%)
(0.08/0.00/0.27/0.56)	

CMYK percentages

%7.96
%0
%26.55
%55.69

Codes

Color #687153 in popluar color models

687153
RGB10411383
HSL78°15.31%38.43%
HSB/HSV78°26.55%44.31%
CMYK7.96%0.00%26.55%
55.69%

Color #687153 in popluar number systems.

HEX687153
Decimal10411383
Binary110100011100011010011
Octal150161123

Shades and tints

Shades of #687153

#687153
(104,113,83)
#5F674C
(95,103,76)
#565D45
(86,93,69)
#4D533E
(77,83,62)
#444937
(68,73,55)
#3B3F30
(59,63,48)
#323529
(50,53,41)
#292B22
(41,43,34)
#20211B
(32,33,27)
#171714
(23,23,20)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #687153

#687153
(104,113,83)
#757D62
(117,125,98)
#828971
(130,137,113)
#8F9580
(143,149,128)
#9CA18F
(156,161,143)
#A9AD9E
(169,173,158)
#B6B9AD
(182,185,173)
#C3C5BC
(195,197,188)
#D0D1CB
(208,209,203)
#DDDDDA
(221,221,218)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687153; }

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

This text font color is #687153.


Background Color

.myBgColor { background-color: #687153; }

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

This div background color is #687153.


Border color

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

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

This div border color is #687153.


Opacity

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

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

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

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

This text has shadow with #687153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687153 on black background.


Color preview on white background

This text has color #687153 on white background.



Black color preview on #687153 background

This text has black color on #687153 background.


White color preview on #687153 background

This text has white color on #687153 background.