COLOR #688271

HEX: #688271
RGB: (104,130,113)

Color info

#688271 contains red, green and blue colors in about the same proportion. Web safe color of #688271 is #669966 (or #696).

RGB color model

#688271 color RGB value is (104,130,113).

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

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 113 of 255 = 44%

104
130
113

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 113 = 347 (100%)
R 104 of 347 ~ 29.97%
G 130 of 347 ~ 37.46%
B 113 of 347 ~ 32.56%

%29.97
%37.46
%32.56

CMYK color model

#688271 color CMYK value is (20,0,13,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 49.02%
CMYK: (20,0,13,49) C20M0Y13K49 (20%,0%,13%,49%) (0.20/0.00/0.13/0.49)

CMYK percentages

%20
%0
%13.08
%49.02

Codes

Color #688271 in popluar color models

688271
RGB104130113
HSL141°11.11%45.88%
HSB/HSV141°20.00%50.98%
CMYK20.00%0.00%13.08%
49.02%

Color #688271 in popluar number systems.

HEX688271
Decimal104130113
Binary1101000100000101110001
Octal150202161

Shades and tints

Shades of #688271

#688271
(104,130,113)
#5F7767
(95,119,103)
#566C5D
(86,108,93)
#4D6153
(77,97,83)
#445649
(68,86,73)
#3B4B3F
(59,75,63)
#324035
(50,64,53)
#29352B
(41,53,43)
#202A21
(32,42,33)
#171F17
(23,31,23)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #688271

#688271
(104,130,113)
#758D7D
(117,141,125)
#829889
(130,152,137)
#8FA395
(143,163,149)
#9CAEA1
(156,174,161)
#A9B9AD
(169,185,173)
#B6C4B9
(182,196,185)
#C3CFC5
(195,207,197)
#D0DAD1
(208,218,209)
#DDE5DD
(221,229,221)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688271; }

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

This text font color is #688271.


Background Color

.myBgColor { background-color: #688271; }

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

This div background color is #688271.


Border color

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

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

This div border color is #688271.


Opacity

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

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

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

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

This text has shadow with #688271 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #688271 on black background.


Color preview on white background

This text has color #688271 on white background.



Black color preview on #688271 background

This text has black color on #688271 background.


White color preview on #688271 background

This text has white color on #688271 background.