COLOR #68895F

HEX: #68895F
RGB: (104,137,95)

Color info

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

RGB color model

#68895F color RGB value is (104,137,95).

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

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 95 of 255 = 37%

104
137
95

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

Portions of RGB colors in percentages

R + G + B =
104 + 137 + 95 = 336 (100%)
R 104 of 336 ~ 30.95%
G 137 of 336 ~ 40.77%
B 95 of 336 ~ 28.27%

%30.95
%40.77
%28.27

CMYK color model

#68895F color CMYK value is (24,0,31,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(24,0,31,46)
C24M0Y31K46 
(24%,0%,31%,46%)
(0.24/0.00/0.31/0.46)	

CMYK percentages

%24.09
%0
%30.66
%46.27

Codes

Color #68895F in popluar color models

68895F
RGB10413795
HSL107°18.10%45.49%
HSB/HSV107°30.66%53.73%
CMYK24.09%0.00%30.66%
46.27%

Color #68895F in popluar number systems.

HEX68895F
Decimal10413795
Binary1101000100010011011111
Octal150211137

Shades and tints

Shades of #68895F

#68895F
(104,137,95)
#5F7D57
(95,125,87)
#56714F
(86,113,79)
#4D6547
(77,101,71)
#44593F
(68,89,63)
#3B4D37
(59,77,55)
#32412F
(50,65,47)
#293527
(41,53,39)
#20291F
(32,41,31)
#171D17
(23,29,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #68895F

#68895F
(104,137,95)
#75936D
(117,147,109)
#829D7B
(130,157,123)
#8FA789
(143,167,137)
#9CB197
(156,177,151)
#A9BBA5
(169,187,165)
#B6C5B3
(182,197,179)
#C3CFC1
(195,207,193)
#D0D9CF
(208,217,207)
#DDE3DD
(221,227,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68895F color. Also use rgb(104,137,95) instead hex code.

Text Font Color

.myTextColor { color: #68895F; }

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

This text font color is #68895F.


Background Color

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

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

This div background color is #68895F.


Border color

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

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

This div border color is #68895F.


Opacity

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

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

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

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

This text has shadow with #68895F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68895F on black background.


Color preview on white background

This text has color #68895F on white background.



Black color preview on #68895F background

This text has black color on #68895F background.


White color preview on #68895F background

This text has white color on #68895F background.