COLOR #687453

HEX: #687453
RGB: (104,116,83)

Color info

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

RGB color model

#687453 color RGB value is (104,116,83).

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

RGB channels and saturation

R 104 of 255 = 41%
G 116 of 255 = 45%
B 83 of 255 = 33%

104
116
83

R + G + B ~ 40%. #687453 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 116 + 83 = 303 (100%)
R 104 of 303 ~ 34.32%
G 116 of 303 ~ 38.28%
B 83 of 303 ~ 27.39%

%34.32
%38.28
%27.39

CMYK color model

#687453 color CMYK value is (10,0,28,55).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 28.45%
  • key color value is 54.51%
CMYK:
(10,0,28,55)
C10M0Y28K55 
(10%,0%,28%,55%)
(0.10/0.00/0.28/0.55)	

CMYK percentages

%10.34
%0
%28.45
%54.51

Codes

Color #687453 in popluar color models

687453
RGB10411683
HSL82°16.58%39.02%
HSB/HSV82°28.45%45.49%
CMYK10.34%0.00%28.45%
54.51%

Color #687453 in popluar number systems.

HEX687453
Decimal10411683
Binary110100011101001010011
Octal150164123

Shades and tints

Shades of #687453

#687453
(104,116,83)
#5F6A4C
(95,106,76)
#566045
(86,96,69)
#4D563E
(77,86,62)
#444C37
(68,76,55)
#3B4230
(59,66,48)
#323829
(50,56,41)
#292E22
(41,46,34)
#20241B
(32,36,27)
#171A14
(23,26,20)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #687453

#687453
(104,116,83)
#758062
(117,128,98)
#828C71
(130,140,113)
#8F9880
(143,152,128)
#9CA48F
(156,164,143)
#A9B09E
(169,176,158)
#B6BCAD
(182,188,173)
#C3C8BC
(195,200,188)
#D0D4CB
(208,212,203)
#DDE0DA
(221,224,218)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687453; }

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

This text font color is #687453.


Background Color

.myBgColor { background-color: #687453; }

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

This div background color is #687453.


Border color

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

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

This div border color is #687453.


Opacity

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

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

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

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

This text has shadow with #687453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687453 on black background.


Color preview on white background

This text has color #687453 on white background.



Black color preview on #687453 background

This text has black color on #687453 background.


White color preview on #687453 background

This text has white color on #687453 background.