COLOR #68596A

HEX: #68596A
RGB: (104,89,106)

Color info

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

RGB color model

#68596A color RGB value is (104,89,106).

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

RGB channels and saturation

R 104 of 255 = 41%
G 89 of 255 = 35%
B 106 of 255 = 42%

104
89
106

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

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 106 = 299 (100%)
R 104 of 299 ~ 34.78%
G 89 of 299 ~ 29.77%
B 106 of 299 ~ 35.45%

%34.78
%29.77
%35.45

CMYK color model

#68596A color CMYK value is (2,16,0,58).

  • cyan value is 1.89%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(2,16,0,58)
C2M16Y0K58 
(2%,16%,0%,58%)
(0.02/0.16/0.00/0.58)	

CMYK percentages

%1.89
%16.04
%0
%58.43

Codes

Color #68596A in popluar color models

68596A
RGB10489106
HSL293°8.72%38.24%
HSB/HSV293°16.04%41.57%
CMYK1.89%16.04%0.00%
58.43%

Color #68596A in popluar number systems.

HEX68596A
Decimal10489106
Binary110100010110011101010
Octal150131152

Shades and tints

Shades of #68596A

#68596A
(104,89,106)
#5F5161
(95,81,97)
#564958
(86,73,88)
#4D414F
(77,65,79)
#443946
(68,57,70)
#3B313D
(59,49,61)
#322934
(50,41,52)
#29212B
(41,33,43)
#201922
(32,25,34)
#171119
(23,17,25)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #68596A

#68596A
(104,89,106)
#756877
(117,104,119)
#827784
(130,119,132)
#8F8691
(143,134,145)
#9C959E
(156,149,158)
#A9A4AB
(169,164,171)
#B6B3B8
(182,179,184)
#C3C2C5
(195,194,197)
#D0D1D2
(208,209,210)
#DDE0DF
(221,224,223)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68596A; }

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

This text font color is #68596A.


Background Color

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

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

This div background color is #68596A.


Border color

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

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

This div border color is #68596A.


Opacity

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

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

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

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

This text has shadow with #68596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68596A on black background.


Color preview on white background

This text has color #68596A on white background.



Black color preview on #68596A background

This text has black color on #68596A background.


White color preview on #68596A background

This text has white color on #68596A background.