COLOR #687263

HEX: #687263
RGB: (104,114,99)

Color info

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

RGB color model

#687263 color RGB value is (104,114,99).

  • red value is 104;
  • green value is 114;
  • blue value is 99.
RGB:
(104,114,99)
(41%,45%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 99 of 255 = 39%

104
114
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 114 + 99 = 317 (100%)
R 104 of 317 ~ 32.81%
G 114 of 317 ~ 35.96%
B 99 of 317 ~ 31.23%

%32.81
%35.96
%31.23

CMYK color model

#687263 color CMYK value is (9,0,13,55).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(9,0,13,55)
C9M0Y13K55 
(9%,0%,13%,55%)
(0.09/0.00/0.13/0.55)	

CMYK percentages

%8.77
%0
%13.16
%55.29

Codes

Color #687263 in popluar color models

687263
RGB10411499
HSL100°7.04%41.76%
HSB/HSV100°13.16%44.71%
CMYK8.77%0.00%13.16%
55.29%

Color #687263 in popluar number systems.

HEX687263
Decimal10411499
Binary110100011100101100011
Octal150162143

Shades and tints

Shades of #687263

#687263
(104,114,99)
#5F685A
(95,104,90)
#565E51
(86,94,81)
#4D5448
(77,84,72)
#444A3F
(68,74,63)
#3B4036
(59,64,54)
#32362D
(50,54,45)
#292C24
(41,44,36)
#20221B
(32,34,27)
#171812
(23,24,18)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #687263

#687263
(104,114,99)
#757E71
(117,126,113)
#828A7F
(130,138,127)
#8F968D
(143,150,141)
#9CA29B
(156,162,155)
#A9AEA9
(169,174,169)
#B6BAB7
(182,186,183)
#C3C6C5
(195,198,197)
#D0D2D3
(208,210,211)
#DDDEE1
(221,222,225)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687263 color. Also use rgb(104,114,99) instead hex code.

Text Font Color

.myTextColor { color: #687263; }

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

This text font color is #687263.


Background Color

.myBgColor { background-color: #687263; }

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

This div background color is #687263.


Border color

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

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

This div border color is #687263.


Opacity

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

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

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

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

This text has shadow with #687263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687263 on black background.


Color preview on white background

This text has color #687263 on white background.



Black color preview on #687263 background

This text has black color on #687263 background.


White color preview on #687263 background

This text has white color on #687263 background.