COLOR #68887F

HEX: #68887F
RGB: (104,136,127)

Color info

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

RGB color model

#68887F color RGB value is (104,136,127).

  • red value is 104;
  • green value is 136;
  • blue value is 127.
RGB:
(104,136,127)
(41%,53%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 127 of 255 = 50%

104
136
127

R + G + B ~ 48%. #68887F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 136 + 127 = 367 (100%)
R 104 of 367 ~ 28.34%
G 136 of 367 ~ 37.06%
B 127 of 367 ~ 34.6%

%28.34
%37.06
%34.6

CMYK color model

#68887F color CMYK value is (24,0,7,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(24,0,7,47)
C24M0Y7K47 
(24%,0%,7%,47%)
(0.24/0.00/0.07/0.47)	

CMYK percentages

%23.53
%0
%6.62
%46.67

Codes

Color #68887F in popluar color models

68887F
RGB104136127
HSL163°13.33%47.06%
HSB/HSV163°23.53%53.33%
CMYK23.53%0.00%6.62%
46.67%

Color #68887F in popluar number systems.

HEX68887F
Decimal104136127
Binary1101000100010001111111
Octal150210177

Shades and tints

Shades of #68887F

#68887F
(104,136,127)
#5F7C74
(95,124,116)
#567069
(86,112,105)
#4D645E
(77,100,94)
#445853
(68,88,83)
#3B4C48
(59,76,72)
#32403D
(50,64,61)
#293432
(41,52,50)
#202827
(32,40,39)
#171C1C
(23,28,28)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #68887F

#68887F
(104,136,127)
#75928A
(117,146,138)
#829C95
(130,156,149)
#8FA6A0
(143,166,160)
#9CB0AB
(156,176,171)
#A9BAB6
(169,186,182)
#B6C4C1
(182,196,193)
#C3CECC
(195,206,204)
#D0D8D7
(208,216,215)
#DDE2E2
(221,226,226)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68887F color. Also use rgb(104,136,127) instead hex code.

Text Font Color

.myTextColor { color: #68887F; }

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

This text font color is #68887F.


Background Color

.myBgColor { background-color: #68887F; }

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

This div background color is #68887F.


Border color

.myBorderColor { border: 1px solid #68887F; }

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

This div border color is #68887F.


Opacity

.myOpacity80 { color: #68887F; opacity: 0.8; }

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

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

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

This text has shadow with #68887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68887F on black background.


Color preview on white background

This text has color #68887F on white background.



Black color preview on #68887F background

This text has black color on #68887F background.


White color preview on #68887F background

This text has white color on #68887F background.