COLOR #68596D

HEX: #68596D
RGB: (104,89,109)

Color info

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

RGB color model

#68596D color RGB value is (104,89,109).

  • red value is 104;
  • green value is 89;
  • blue value is 109.
RGB:
(104,89,109)
(41%,35%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 89 of 255 = 35%
B 109 of 255 = 43%

104
89
109

R + G + B ~ 40%. #68596D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 109 = 302 (100%)
R 104 of 302 ~ 34.44%
G 89 of 302 ~ 29.47%
B 109 of 302 ~ 36.09%

%34.44
%29.47
%36.09

CMYK color model

#68596D color CMYK value is (5,18,0,57).

  • cyan value is 4.59%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(5,18,0,57)
C5M18Y0K57 
(5%,18%,0%,57%)
(0.05/0.18/0.00/0.57)	

CMYK percentages

%4.59
%18.35
%0
%57.25

Codes

Color #68596D in popluar color models

68596D
RGB10489109
HSL285°10.10%38.82%
HSB/HSV285°18.35%42.75%
CMYK4.59%18.35%0.00%
57.25%

Color #68596D in popluar number systems.

HEX68596D
Decimal10489109
Binary110100010110011101101
Octal150131155

Shades and tints

Shades of #68596D

#68596D
(104,89,109)
#5F5164
(95,81,100)
#56495B
(86,73,91)
#4D4152
(77,65,82)
#443949
(68,57,73)
#3B3140
(59,49,64)
#322937
(50,41,55)
#29212E
(41,33,46)
#201925
(32,25,37)
#17111C
(23,17,28)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #68596D

#68596D
(104,89,109)
#75687A
(117,104,122)
#827787
(130,119,135)
#8F8694
(143,134,148)
#9C95A1
(156,149,161)
#A9A4AE
(169,164,174)
#B6B3BB
(182,179,187)
#C3C2C8
(195,194,200)
#D0D1D5
(208,209,213)
#DDE0E2
(221,224,226)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68596D color. Also use rgb(104,89,109) instead hex code.

Text Font Color

.myTextColor { color: #68596D; }

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

This text font color is #68596D.


Background Color

.myBgColor { background-color: #68596D; }

<div style="background-color:#68596D">Inner text</div>

This div background color is #68596D.


Border color

.myBorderColor { border: 1px solid #68596D; }

<div style="border:3px solid #68596D">Div</div>

This div border color is #68596D.


Opacity

.myOpacity80 { color: #68596D; opacity: 0.8; }

<p style="color:#68596D;opacity:0.8;">80%</p>

Text with #68596D 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 #68596D;}

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

This text has shadow with #68596D color.

.textShadow {text-shadow: 3px 3px 1px #68596D, 3px 3px 1px red;}

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

This text has shadow with #68596D primary color and red secondary color.


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

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

This text has shadow with #68596D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68596D on black background.


Color preview on white background

This text has color #68596D on white background.



Black color preview on #68596D background

This text has black color on #68596D background.


White color preview on #68596D background

This text has white color on #68596D background.