COLOR #68815F

HEX: #68815F
RGB: (104,129,95)

Color info

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

RGB color model

#68815F color RGB value is (104,129,95).

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

RGB channels and saturation

R 104 of 255 = 41%
G 129 of 255 = 51%
B 95 of 255 = 37%

104
129
95

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

Portions of RGB colors in percentages

R + G + B =
104 + 129 + 95 = 328 (100%)
R 104 of 328 ~ 31.71%
G 129 of 328 ~ 39.33%
B 95 of 328 ~ 28.96%

%31.71
%39.33
%28.96

CMYK color model

#68815F color CMYK value is (19,0,26,49).

  • cyan value is 19.38%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 49.41%
CMYK:
(19,0,26,49)
C19M0Y26K49 
(19%,0%,26%,49%)
(0.19/0.00/0.26/0.49)	

CMYK percentages

%19.38
%0
%26.36
%49.41

Codes

Color #68815F in popluar color models

68815F
RGB10412995
HSL104°15.18%43.92%
HSB/HSV104°26.36%50.59%
CMYK19.38%0.00%26.36%
49.41%

Color #68815F in popluar number systems.

HEX68815F
Decimal10412995
Binary1101000100000011011111
Octal150201137

Shades and tints

Shades of #68815F

#68815F
(104,129,95)
#5F7657
(95,118,87)
#566B4F
(86,107,79)
#4D6047
(77,96,71)
#44553F
(68,85,63)
#3B4A37
(59,74,55)
#323F2F
(50,63,47)
#293427
(41,52,39)
#20291F
(32,41,31)
#171E17
(23,30,23)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #68815F

#68815F
(104,129,95)
#758C6D
(117,140,109)
#82977B
(130,151,123)
#8FA289
(143,162,137)
#9CAD97
(156,173,151)
#A9B8A5
(169,184,165)
#B6C3B3
(182,195,179)
#C3CEC1
(195,206,193)
#D0D9CF
(208,217,207)
#DDE4DD
(221,228,221)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68815F; }

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

This text font color is #68815F.


Background Color

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

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

This div background color is #68815F.


Border color

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

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

This div border color is #68815F.


Opacity

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

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

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

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

This text has shadow with #68815F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68815F on black background.


Color preview on white background

This text has color #68815F on white background.



Black color preview on #68815F background

This text has black color on #68815F background.


White color preview on #68815F background

This text has white color on #68815F background.