COLOR #68526B

HEX: #68526B
RGB: (104,82,107)

Color info

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

RGB color model

#68526B color RGB value is (104,82,107).

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

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 107 of 255 = 42%

104
82
107

R + G + B ~ 38%. #68526B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 107 = 293 (100%)
R 104 of 293 ~ 35.49%
G 82 of 293 ~ 27.99%
B 107 of 293 ~ 36.52%

%35.49
%27.99
%36.52

CMYK color model

#68526B color CMYK value is (3,23,0,58).

  • cyan value is 2.80%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(3,23,0,58)
C3M23Y0K58 
(3%,23%,0%,58%)
(0.03/0.23/0.00/0.58)	

CMYK percentages

%2.8
%23.36
%0
%58.04

Codes

Color #68526B in popluar color models

68526B
RGB10482107
HSL293°13.23%37.06%
HSB/HSV293°23.36%41.96%
CMYK2.80%23.36%0.00%
58.04%

Color #68526B in popluar number systems.

HEX68526B
Decimal10482107
Binary110100010100101101011
Octal150122153

Shades and tints

Shades of #68526B

#68526B
(104,82,107)
#5F4B62
(95,75,98)
#564459
(86,68,89)
#4D3D50
(77,61,80)
#443647
(68,54,71)
#3B2F3E
(59,47,62)
#322835
(50,40,53)
#29212C
(41,33,44)
#201A23
(32,26,35)
#17131A
(23,19,26)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #68526B

#68526B
(104,82,107)
#756178
(117,97,120)
#827085
(130,112,133)
#8F7F92
(143,127,146)
#9C8E9F
(156,142,159)
#A99DAC
(169,157,172)
#B6ACB9
(182,172,185)
#C3BBC6
(195,187,198)
#D0CAD3
(208,202,211)
#DDD9E0
(221,217,224)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68526B; }

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

This text font color is #68526B.


Background Color

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

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

This div background color is #68526B.


Border color

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

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

This div border color is #68526B.


Opacity

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

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

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

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

This text has shadow with #68526B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68526B on black background.


Color preview on white background

This text has color #68526B on white background.



Black color preview on #68526B background

This text has black color on #68526B background.


White color preview on #68526B background

This text has white color on #68526B background.