COLOR #68527F

HEX: #68527F
RGB: (104,82,127)

Color info

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

RGB color model

#68527F color RGB value is (104,82,127).

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

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 127 of 255 = 50%

104
82
127

R + G + B ~ 41%. #68527F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 127 = 313 (100%)
R 104 of 313 ~ 33.23%
G 82 of 313 ~ 26.2%
B 127 of 313 ~ 40.58%

%33.23
%26.2
%40.58

CMYK color model

#68527F color CMYK value is (18,35,0,50).

  • cyan value is 18.11%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(18,35,0,50)
C18M35Y0K50 
(18%,35%,0%,50%)
(0.18/0.35/0.00/0.50)	

CMYK percentages

%18.11
%35.43
%0
%50.2

Codes

Color #68527F in popluar color models

68527F
RGB10482127
HSL269°21.53%40.98%
HSB/HSV269°35.43%49.80%
CMYK18.11%35.43%0.00%
50.20%

Color #68527F in popluar number systems.

HEX68527F
Decimal10482127
Binary110100010100101111111
Octal150122177

Shades and tints

Shades of #68527F

#68527F
(104,82,127)
#5F4B74
(95,75,116)
#564469
(86,68,105)
#4D3D5E
(77,61,94)
#443653
(68,54,83)
#3B2F48
(59,47,72)
#32283D
(50,40,61)
#292132
(41,33,50)
#201A27
(32,26,39)
#17131C
(23,19,28)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #68527F

#68527F
(104,82,127)
#75618A
(117,97,138)
#827095
(130,112,149)
#8F7FA0
(143,127,160)
#9C8EAB
(156,142,171)
#A99DB6
(169,157,182)
#B6ACC1
(182,172,193)
#C3BBCC
(195,187,204)
#D0CAD7
(208,202,215)
#DDD9E2
(221,217,226)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68527F color. Also use rgb(104,82,127) instead hex code.

Text Font Color

.myTextColor { color: #68527F; }

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

This text font color is #68527F.


Background Color

.myBgColor { background-color: #68527F; }

<div style="background-color:#68527F">Inner text</div>

This div background color is #68527F.


Border color

.myBorderColor { border: 1px solid #68527F; }

<div style="border:3px solid #68527F">Div</div>

This div border color is #68527F.


Opacity

.myOpacity80 { color: #68527F; opacity: 0.8; }

<p style="color:#68527F;opacity:0.8;">80%</p>

Text with #68527F 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 #68527F;}

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

This text has shadow with #68527F color.

.textShadow {text-shadow: 3px 3px 1px #68527F, 3px 3px 1px red;}

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

This text has shadow with #68527F primary color and red secondary color.


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

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

This text has shadow with #68527F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68527F on black background.


Color preview on white background

This text has color #68527F on white background.



Black color preview on #68527F background

This text has black color on #68527F background.


White color preview on #68527F background

This text has white color on #68527F background.