COLOR #68826C

HEX: #68826C
RGB: (104,130,108)

Color info

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

RGB color model

#68826C color RGB value is (104,130,108).

  • red value is 104;
  • green value is 130;
  • blue value is 108.
RGB:
(104,130,108)
(41%,51%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 108 of 255 = 42%

104
130
108

R + G + B ~ 45%. #68826C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 108 = 342 (100%)
R 104 of 342 ~ 30.41%
G 130 of 342 ~ 38.01%
B 108 of 342 ~ 31.58%

%30.41
%38.01
%31.58

CMYK color model

#68826C color CMYK value is (20,0,17,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(20,0,17,49)
C20M0Y17K49 
(20%,0%,17%,49%)
(0.20/0.00/0.17/0.49)	

CMYK percentages

%20
%0
%16.92
%49.02

Codes

Color #68826C in popluar color models

68826C
RGB104130108
HSL129°11.11%45.88%
HSB/HSV129°20.00%50.98%
CMYK20.00%0.00%16.92%
49.02%

Color #68826C in popluar number systems.

HEX68826C
Decimal104130108
Binary1101000100000101101100
Octal150202154

Shades and tints

Shades of #68826C

#68826C
(104,130,108)
#5F7763
(95,119,99)
#566C5A
(86,108,90)
#4D6151
(77,97,81)
#445648
(68,86,72)
#3B4B3F
(59,75,63)
#324036
(50,64,54)
#29352D
(41,53,45)
#202A24
(32,42,36)
#171F1B
(23,31,27)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #68826C

#68826C
(104,130,108)
#758D79
(117,141,121)
#829886
(130,152,134)
#8FA393
(143,163,147)
#9CAEA0
(156,174,160)
#A9B9AD
(169,185,173)
#B6C4BA
(182,196,186)
#C3CFC7
(195,207,199)
#D0DAD4
(208,218,212)
#DDE5E1
(221,229,225)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68826C color. Also use rgb(104,130,108) instead hex code.

Text Font Color

.myTextColor { color: #68826C; }

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

This text font color is #68826C.


Background Color

.myBgColor { background-color: #68826C; }

<div style="background-color:#68826C">Inner text</div>

This div background color is #68826C.


Border color

.myBorderColor { border: 1px solid #68826C; }

<div style="border:3px solid #68826C">Div</div>

This div border color is #68826C.


Opacity

.myOpacity80 { color: #68826C; opacity: 0.8; }

<p style="color:#68826C;opacity:0.8;">80%</p>

Text with #68826C 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 #68826C;}

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

This text has shadow with #68826C color.

.textShadow {text-shadow: 3px 3px 1px #68826C, 3px 3px 1px red;}

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

This text has shadow with #68826C primary color and red secondary color.


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

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

This text has shadow with #68826C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68826C on black background.


Color preview on white background

This text has color #68826C on white background.



Black color preview on #68826C background

This text has black color on #68826C background.


White color preview on #68826C background

This text has white color on #68826C background.