COLOR #68894E

HEX: #68894E
RGB: (104,137,78)

Color info

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

RGB color model

#68894E color RGB value is (104,137,78).

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

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 78 of 255 = 31%

104
137
78

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

Portions of RGB colors in percentages

R + G + B =
104 + 137 + 78 = 319 (100%)
R 104 of 319 ~ 32.6%
G 137 of 319 ~ 42.95%
B 78 of 319 ~ 24.45%

%32.6
%42.95
%24.45

CMYK color model

#68894E color CMYK value is (24,0,43,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 43.07%
  • key color value is 46.27%
CMYK:
(24,0,43,46)
C24M0Y43K46 
(24%,0%,43%,46%)
(0.24/0.00/0.43/0.46)	

CMYK percentages

%24.09
%0
%43.07
%46.27

Codes

Color #68894E in popluar color models

68894E
RGB10413778
HSL94°27.44%42.16%
HSB/HSV94°43.07%53.73%
CMYK24.09%0.00%43.07%
46.27%

Color #68894E in popluar number systems.

HEX68894E
Decimal10413778
Binary1101000100010011001110
Octal150211116

Shades and tints

Shades of #68894E

#68894E
(104,137,78)
#5F7D47
(95,125,71)
#567140
(86,113,64)
#4D6539
(77,101,57)
#445932
(68,89,50)
#3B4D2B
(59,77,43)
#324124
(50,65,36)
#29351D
(41,53,29)
#202916
(32,41,22)
#171D0F
(23,29,15)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #68894E

#68894E
(104,137,78)
#75935E
(117,147,94)
#829D6E
(130,157,110)
#8FA77E
(143,167,126)
#9CB18E
(156,177,142)
#A9BB9E
(169,187,158)
#B6C5AE
(182,197,174)
#C3CFBE
(195,207,190)
#D0D9CE
(208,217,206)
#DDE3DE
(221,227,222)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68894E; }

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

This text font color is #68894E.


Background Color

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

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

This div background color is #68894E.


Border color

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

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

This div border color is #68894E.


Opacity

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

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

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

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

This text has shadow with #68894E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68894E on black background.


Color preview on white background

This text has color #68894E on white background.



Black color preview on #68894E background

This text has black color on #68894E background.


White color preview on #68894E background

This text has white color on #68894E background.