COLOR #688053

HEX: #688053
RGB: (104,128,83)

Color info

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

RGB color model

#688053 color RGB value is (104,128,83).

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

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 83 of 255 = 33%

104
128
83

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 83 = 315 (100%)
R 104 of 315 ~ 33.02%
G 128 of 315 ~ 40.63%
B 83 of 315 ~ 26.35%

%33.02
%40.63
%26.35

CMYK color model

#688053 color CMYK value is (19,0,35,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 49.80%
CMYK:
(19,0,35,50)
C19M0Y35K50 
(19%,0%,35%,50%)
(0.19/0.00/0.35/0.50)	

CMYK percentages

%18.75
%0
%35.16
%49.8

Codes

Color #688053 in popluar color models

688053
RGB10412883
HSL92°21.33%41.37%
HSB/HSV92°35.16%50.20%
CMYK18.75%0.00%35.16%
49.80%

Color #688053 in popluar number systems.

HEX688053
Decimal10412883
Binary1101000100000001010011
Octal150200123

Shades and tints

Shades of #688053

#688053
(104,128,83)
#5F754C
(95,117,76)
#566A45
(86,106,69)
#4D5F3E
(77,95,62)
#445437
(68,84,55)
#3B4930
(59,73,48)
#323E29
(50,62,41)
#293322
(41,51,34)
#20281B
(32,40,27)
#171D14
(23,29,20)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #688053

#688053
(104,128,83)
#758B62
(117,139,98)
#829671
(130,150,113)
#8FA180
(143,161,128)
#9CAC8F
(156,172,143)
#A9B79E
(169,183,158)
#B6C2AD
(182,194,173)
#C3CDBC
(195,205,188)
#D0D8CB
(208,216,203)
#DDE3DA
(221,227,218)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688053; }

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

This text font color is #688053.


Background Color

.myBgColor { background-color: #688053; }

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

This div background color is #688053.


Border color

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

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

This div border color is #688053.


Opacity

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

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

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

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

This text has shadow with #688053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688053 on black background.


Color preview on white background

This text has color #688053 on white background.



Black color preview on #688053 background

This text has black color on #688053 background.


White color preview on #688053 background

This text has white color on #688053 background.