COLOR #68535D

HEX: #68535D
RGB: (104,83,93)

Color info

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

RGB color model

#68535D color RGB value is (104,83,93).

  • red value is 104;
  • green value is 83;
  • blue value is 93.
RGB:
(104,83,93)
(41%,33%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 83 of 255 = 33%
B 93 of 255 = 36%

104
83
93

R + G + B ~ 37%. #68535D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 93 = 280 (100%)
R 104 of 280 ~ 37.14%
G 83 of 280 ~ 29.64%
B 93 of 280 ~ 33.21%

%37.14
%29.64
%33.21

CMYK color model

#68535D color CMYK value is (0,20,11,59).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 10.58%
  • key color value is 59.22%
CMYK:
(0,20,11,59)
C0M20Y11K59 
(0%,20%,11%,59%)
(0.00/0.20/0.11/0.59)	

CMYK percentages

%0
%20.19
%10.58
%59.22

Codes

Color #68535D in popluar color models

68535D
RGB1048393
HSL331°11.23%36.67%
HSB/HSV331°20.19%40.78%
CMYK0.00%20.19%10.58%
59.22%

Color #68535D in popluar number systems.

HEX68535D
Decimal1048393
Binary110100010100111011101
Octal150123135

Shades and tints

Shades of #68535D

#68535D
(104,83,93)
#5F4C55
(95,76,85)
#56454D
(86,69,77)
#4D3E45
(77,62,69)
#44373D
(68,55,61)
#3B3035
(59,48,53)
#32292D
(50,41,45)
#292225
(41,34,37)
#201B1D
(32,27,29)
#171415
(23,20,21)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #68535D

#68535D
(104,83,93)
#75626B
(117,98,107)
#827179
(130,113,121)
#8F8087
(143,128,135)
#9C8F95
(156,143,149)
#A99EA3
(169,158,163)
#B6ADB1
(182,173,177)
#C3BCBF
(195,188,191)
#D0CBCD
(208,203,205)
#DDDADB
(221,218,219)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68535D color. Also use rgb(104,83,93) instead hex code.

Text Font Color

.myTextColor { color: #68535D; }

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

This text font color is #68535D.


Background Color

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

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

This div background color is #68535D.


Border color

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

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

This div border color is #68535D.


Opacity

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

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

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

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

This text has shadow with #68535D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68535D on black background.


Color preview on white background

This text has color #68535D on white background.



Black color preview on #68535D background

This text has black color on #68535D background.


White color preview on #68535D background

This text has white color on #68535D background.