COLOR #68675A

HEX: #68675A
RGB: (104,103,90)

Color info

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

RGB color model

#68675A color RGB value is (104,103,90).

  • red value is 104;
  • green value is 103;
  • blue value is 90.
RGB:
(104,103,90)
(41%,40%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 90 of 255 = 35%

104
103
90

R + G + B ~ 39%. #68675A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 90 = 297 (100%)
R 104 of 297 ~ 35.02%
G 103 of 297 ~ 34.68%
B 90 of 297 ~ 30.3%

%35.02
%34.68
%30.3

CMYK color model

#68675A color CMYK value is (0,1,13,59).

  • cyan value is 0.00%
  • magenta value is 0.96%
  • yellow value is 13.46%
  • key color value is 59.22%
CMYK:
(0,1,13,59)
C0M1Y13K59 
(0%,1%,13%,59%)
(0.00/0.01/0.13/0.59)	

CMYK percentages

%0
%0.96
%13.46
%59.22

Codes

Color #68675A in popluar color models

68675A
RGB10410390
HSL56°7.22%38.04%
HSB/HSV56°13.46%40.78%
CMYK0.00%0.96%13.46%
59.22%

Color #68675A in popluar number systems.

HEX68675A
Decimal10410390
Binary110100011001111011010
Octal150147132

Shades and tints

Shades of #68675A

#68675A
(104,103,90)
#5F5E52
(95,94,82)
#56554A
(86,85,74)
#4D4C42
(77,76,66)
#44433A
(68,67,58)
#3B3A32
(59,58,50)
#32312A
(50,49,42)
#292822
(41,40,34)
#201F1A
(32,31,26)
#171612
(23,22,18)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #68675A

#68675A
(104,103,90)
#757469
(117,116,105)
#828178
(130,129,120)
#8F8E87
(143,142,135)
#9C9B96
(156,155,150)
#A9A8A5
(169,168,165)
#B6B5B4
(182,181,180)
#C3C2C3
(195,194,195)
#D0CFD2
(208,207,210)
#DDDCE1
(221,220,225)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68675A color. Also use rgb(104,103,90) instead hex code.

Text Font Color

.myTextColor { color: #68675A; }

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

This text font color is #68675A.


Background Color

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

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

This div background color is #68675A.


Border color

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

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

This div border color is #68675A.


Opacity

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

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

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

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

This text has shadow with #68675A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68675A on black background.


Color preview on white background

This text has color #68675A on white background.



Black color preview on #68675A background

This text has black color on #68675A background.


White color preview on #68675A background

This text has white color on #68675A background.