COLOR #68846C

HEX: #68846C
RGB: (104,132,108)

Color info

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

RGB color model

#68846C color RGB value is (104,132,108).

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

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 108 of 255 = 42%

104
132
108

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 108 = 344 (100%)
R 104 of 344 ~ 30.23%
G 132 of 344 ~ 38.37%
B 108 of 344 ~ 31.4%

%30.23
%38.37
%31.4

CMYK color model

#68846C color CMYK value is (21,0,18,48).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(21,0,18,48)
C21M0Y18K48 
(21%,0%,18%,48%)
(0.21/0.00/0.18/0.48)	

CMYK percentages

%21.21
%0
%18.18
%48.24

Codes

Color #68846C in popluar color models

68846C
RGB104132108
HSL129°11.86%46.27%
HSB/HSV129°21.21%51.76%
CMYK21.21%0.00%18.18%
48.24%

Color #68846C in popluar number systems.

HEX68846C
Decimal104132108
Binary1101000100001001101100
Octal150204154

Shades and tints

Shades of #68846C

#68846C
(104,132,108)
#5F7863
(95,120,99)
#566C5A
(86,108,90)
#4D6051
(77,96,81)
#445448
(68,84,72)
#3B483F
(59,72,63)
#323C36
(50,60,54)
#29302D
(41,48,45)
#202424
(32,36,36)
#17181B
(23,24,27)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #68846C

#68846C
(104,132,108)
#758F79
(117,143,121)
#829A86
(130,154,134)
#8FA593
(143,165,147)
#9CB0A0
(156,176,160)
#A9BBAD
(169,187,173)
#B6C6BA
(182,198,186)
#C3D1C7
(195,209,199)
#D0DCD4
(208,220,212)
#DDE7E1
(221,231,225)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68846C; }

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

This text font color is #68846C.


Background Color

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

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

This div background color is #68846C.


Border color

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

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

This div border color is #68846C.


Opacity

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

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

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

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

This text has shadow with #68846C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68846C on black background.


Color preview on white background

This text has color #68846C on white background.



Black color preview on #68846C background

This text has black color on #68846C background.


White color preview on #68846C background

This text has white color on #68846C background.