COLOR #68796A

HEX: #68796A
RGB: (104,121,106)

Color info

#68796A contains red, green and blue colors in about the same proportion. Web safe color of #68796A is #666666 (or #666).

RGB color model

#68796A color RGB value is (104,121,106).

  • red value is 104;
  • green value is 121;
  • blue value is 106.
RGB:
(104,121,106)
(41%,47%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 121 of 255 = 47%
B 106 of 255 = 42%

104
121
106

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

Portions of RGB colors in percentages

R + G + B =
104 + 121 + 106 = 331 (100%)
R 104 of 331 ~ 31.42%
G 121 of 331 ~ 36.56%
B 106 of 331 ~ 32.02%

%31.42
%36.56
%32.02

CMYK color model

#68796A color CMYK value is (14,0,12,53).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 52.55%
CMYK:
(14,0,12,53)
C14M0Y12K53 
(14%,0%,12%,53%)
(0.14/0.00/0.12/0.53)	

CMYK percentages

%14.05
%0
%12.4
%52.55

Codes

Color #68796A in popluar color models

68796A
RGB104121106
HSL127°7.56%44.12%
HSB/HSV127°14.05%47.45%
CMYK14.05%0.00%12.40%
52.55%

Color #68796A in popluar number systems.

HEX68796A
Decimal104121106
Binary110100011110011101010
Octal150171152

Shades and tints

Shades of #68796A

#68796A
(104,121,106)
#5F6E61
(95,110,97)
#566358
(86,99,88)
#4D584F
(77,88,79)
#444D46
(68,77,70)
#3B423D
(59,66,61)
#323734
(50,55,52)
#292C2B
(41,44,43)
#202122
(32,33,34)
#171619
(23,22,25)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #68796A

#68796A
(104,121,106)
#758577
(117,133,119)
#829184
(130,145,132)
#8F9D91
(143,157,145)
#9CA99E
(156,169,158)
#A9B5AB
(169,181,171)
#B6C1B8
(182,193,184)
#C3CDC5
(195,205,197)
#D0D9D2
(208,217,210)
#DDE5DF
(221,229,223)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68796A color. Also use rgb(104,121,106) instead hex code.

Text Font Color

.myTextColor { color: #68796A; }

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

This text font color is #68796A.


Background Color

.myBgColor { background-color: #68796A; }

<div style="background-color:#68796A">Inner text</div>

This div background color is #68796A.


Border color

.myBorderColor { border: 1px solid #68796A; }

<div style="border:3px solid #68796A">Div</div>

This div border color is #68796A.


Opacity

.myOpacity80 { color: #68796A; opacity: 0.8; }

<p style="color:#68796A;opacity:0.8;">80%</p>

Text with #68796A 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 #68796A;}

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

This text has shadow with #68796A color.

.textShadow {text-shadow: 3px 3px 1px #68796A, 3px 3px 1px red;}

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

This text has shadow with #68796A primary color and red secondary color.


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

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

This text has shadow with #68796A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68796A on black background.


Color preview on white background

This text has color #68796A on white background.



Black color preview on #68796A background

This text has black color on #68796A background.


White color preview on #68796A background

This text has white color on #68796A background.