COLOR #68876E

HEX: #68876E
RGB: (104,135,110)

Color info

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

RGB color model

#68876E color RGB value is (104,135,110).

  • red value is 104;
  • green value is 135;
  • blue value is 110.
RGB:
(104,135,110)
(41%,53%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 110 of 255 = 43%

104
135
110

R + G + B ~ 46%. #68876E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 110 = 349 (100%)
R 104 of 349 ~ 29.8%
G 135 of 349 ~ 38.68%
B 110 of 349 ~ 31.52%

%29.8
%38.68
%31.52

CMYK color model

#68876E color CMYK value is (23,0,19,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 47.06%
CMYK:
(23,0,19,47)
C23M0Y19K47 
(23%,0%,19%,47%)
(0.23/0.00/0.19/0.47)	

CMYK percentages

%22.96
%0
%18.52
%47.06

Codes

Color #68876E in popluar color models

68876E
RGB104135110
HSL132°12.97%46.86%
HSB/HSV132°22.96%52.94%
CMYK22.96%0.00%18.52%
47.06%

Color #68876E in popluar number systems.

HEX68876E
Decimal104135110
Binary1101000100001111101110
Octal150207156

Shades and tints

Shades of #68876E

#68876E
(104,135,110)
#5F7B64
(95,123,100)
#566F5A
(86,111,90)
#4D6350
(77,99,80)
#445746
(68,87,70)
#3B4B3C
(59,75,60)
#323F32
(50,63,50)
#293328
(41,51,40)
#20271E
(32,39,30)
#171B14
(23,27,20)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #68876E

#68876E
(104,135,110)
#75917B
(117,145,123)
#829B88
(130,155,136)
#8FA595
(143,165,149)
#9CAFA2
(156,175,162)
#A9B9AF
(169,185,175)
#B6C3BC
(182,195,188)
#C3CDC9
(195,205,201)
#D0D7D6
(208,215,214)
#DDE1E3
(221,225,227)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68876E color. Also use rgb(104,135,110) instead hex code.

Text Font Color

.myTextColor { color: #68876E; }

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

This text font color is #68876E.


Background Color

.myBgColor { background-color: #68876E; }

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

This div background color is #68876E.


Border color

.myBorderColor { border: 1px solid #68876E; }

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

This div border color is #68876E.


Opacity

.myOpacity80 { color: #68876E; opacity: 0.8; }

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

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

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

This text has shadow with #68876E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68876E on black background.


Color preview on white background

This text has color #68876E on white background.



Black color preview on #68876E background

This text has black color on #68876E background.


White color preview on #68876E background

This text has white color on #68876E background.