COLOR #68896E

HEX: #68896E
RGB: (104,137,110)

Color info

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

RGB color model

#68896E color RGB value is (104,137,110).

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

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 110 of 255 = 43%

104
137
110

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

Portions of RGB colors in percentages

R + G + B =
104 + 137 + 110 = 351 (100%)
R 104 of 351 ~ 29.63%
G 137 of 351 ~ 39.03%
B 110 of 351 ~ 31.34%

%29.63
%39.03
%31.34

CMYK color model

#68896E color CMYK value is (24,0,20,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(24,0,20,46)
C24M0Y20K46 
(24%,0%,20%,46%)
(0.24/0.00/0.20/0.46)	

CMYK percentages

%24.09
%0
%19.71
%46.27

Codes

Color #68896E in popluar color models

68896E
RGB104137110
HSL131°13.69%47.25%
HSB/HSV131°24.09%53.73%
CMYK24.09%0.00%19.71%
46.27%

Color #68896E in popluar number systems.

HEX68896E
Decimal104137110
Binary1101000100010011101110
Octal150211156

Shades and tints

Shades of #68896E

#68896E
(104,137,110)
#5F7D64
(95,125,100)
#56715A
(86,113,90)
#4D6550
(77,101,80)
#445946
(68,89,70)
#3B4D3C
(59,77,60)
#324132
(50,65,50)
#293528
(41,53,40)
#20291E
(32,41,30)
#171D14
(23,29,20)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #68896E

#68896E
(104,137,110)
#75937B
(117,147,123)
#829D88
(130,157,136)
#8FA795
(143,167,149)
#9CB1A2
(156,177,162)
#A9BBAF
(169,187,175)
#B6C5BC
(182,197,188)
#C3CFC9
(195,207,201)
#D0D9D6
(208,217,214)
#DDE3E3
(221,227,227)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68896E; }

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

This text font color is #68896E.


Background Color

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

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

This div background color is #68896E.


Border color

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

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

This div border color is #68896E.


Opacity

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

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

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

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

This text has shadow with #68896E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68896E on black background.


Color preview on white background

This text has color #68896E on white background.



Black color preview on #68896E background

This text has black color on #68896E background.


White color preview on #68896E background

This text has white color on #68896E background.