COLOR #68536B

HEX: #68536B
RGB: (104,83,107)

Color info

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

RGB color model

#68536B color RGB value is (104,83,107).

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

RGB channels and saturation

R 104 of 255 = 41%
G 83 of 255 = 33%
B 107 of 255 = 42%

104
83
107

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

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 107 = 294 (100%)
R 104 of 294 ~ 35.37%
G 83 of 294 ~ 28.23%
B 107 of 294 ~ 36.39%

%35.37
%28.23
%36.39

CMYK color model

#68536B color CMYK value is (3,22,0,58).

  • cyan value is 2.80%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(3,22,0,58)
C3M22Y0K58 
(3%,22%,0%,58%)
(0.03/0.22/0.00/0.58)	

CMYK percentages

%2.8
%22.43
%0
%58.04

Codes

Color #68536B in popluar color models

68536B
RGB10483107
HSL293°12.63%37.25%
HSB/HSV293°22.43%41.96%
CMYK2.80%22.43%0.00%
58.04%

Color #68536B in popluar number systems.

HEX68536B
Decimal10483107
Binary110100010100111101011
Octal150123153

Shades and tints

Shades of #68536B

#68536B
(104,83,107)
#5F4C62
(95,76,98)
#564559
(86,69,89)
#4D3E50
(77,62,80)
#443747
(68,55,71)
#3B303E
(59,48,62)
#322935
(50,41,53)
#29222C
(41,34,44)
#201B23
(32,27,35)
#17141A
(23,20,26)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #68536B

#68536B
(104,83,107)
#756278
(117,98,120)
#827185
(130,113,133)
#8F8092
(143,128,146)
#9C8F9F
(156,143,159)
#A99EAC
(169,158,172)
#B6ADB9
(182,173,185)
#C3BCC6
(195,188,198)
#D0CBD3
(208,203,211)
#DDDAE0
(221,218,224)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68536B color. Also use rgb(104,83,107) instead hex code.

Text Font Color

.myTextColor { color: #68536B; }

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

This text font color is #68536B.


Background Color

.myBgColor { background-color: #68536B; }

<div style="background-color:#68536B">Inner text</div>

This div background color is #68536B.


Border color

.myBorderColor { border: 1px solid #68536B; }

<div style="border:3px solid #68536B">Div</div>

This div border color is #68536B.


Opacity

.myOpacity80 { color: #68536B; opacity: 0.8; }

<p style="color:#68536B;opacity:0.8;">80%</p>

Text with #68536B 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 #68536B;}

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

This text has shadow with #68536B color.

.textShadow {text-shadow: 3px 3px 1px #68536B, 3px 3px 1px red;}

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

This text has shadow with #68536B primary color and red secondary color.


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

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

This text has shadow with #68536B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68536B on black background.


Color preview on white background

This text has color #68536B on white background.



Black color preview on #68536B background

This text has black color on #68536B background.


White color preview on #68536B background

This text has white color on #68536B background.