COLOR #68527B

HEX: #68527B RGB: (104,82,123)

Color info

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

RGB color model

#68527B color RGB value is (104,82,123).

RGB: (104,82,123) (41%, 32%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 123 of 255 = 48%

104
82
123

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

Portions of RGB colors in percentages

R + G + B = 104 + 82 + 123 = 309 (100%)
R 104 of 309 ~ 33.66%
G 82 of 309 ~ 26.54%
B 123 of 309 ~ 39.81'%

%33.66
%26.54
%39.81

CMYK color model

#68527B color CMYK value is (15,33,0,52).

  • cyan value is 15.45%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (15,33,0,52)
C15M33Y0K52 (15%, 33%, 0%, 52%)
(0.15 / 0.33 / 0.00 / 0.52)

CMYK percentages

%15.45
%33.33
%0
%51.76

Codes

Color #68527B in popluar color models

68 52 7B
RGB 104 82 123
HSL 272° 20.00% 40.20%
HSB/HSV 272° 33.33% 48.24%
CMYK 15.45% 33.33% 0.00%
51.76%

Color #68527B in popluar number systems.

HEX 68 52 7B
Decimal 104 82 123
Binary 1101000 1010010 1111011
Octal 150 122 173

Shades and tints

Shades of #68527B

#68527B
(104,82,123)
#5F4B70
(95,75,112)
#564465
(86,68,101)
#4D3D5A
(77,61,90)
#44364F
(68,54,79)
#3B2F44
(59,47,68)
#322839
(50,40,57)
#29212E
(41,33,46)
#201A23
(32,26,35)
#171318
(23,19,24)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #68527B

#68527B
(104,82,123)
#756187
(117,97,135)
#827093
(130,112,147)
#8F7F9F
(143,127,159)
#9C8EAB
(156,142,171)
#A99DB7
(169,157,183)
#B6ACC3
(182,172,195)
#C3BBCF
(195,187,207)
#D0CADB
(208,202,219)
#DDD9E7
(221,217,231)
#EAE8F3
(234,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68527B; }

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

This text font color is #68527B.

Background Color

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

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

This div background color is #68527B.

Border color

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

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

This div border color is #68527B.

Opacity

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

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

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

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

This text has shadow with #68527B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68527B.

Preview

Color preview on black background

This text has color #68527B on black background.


Color preview on white background

This text has color #68527B on white background.


Black color preview on #68527B background

This text has black color on #68527B background.


White color preview on #68527B background

This text has white color on #68527B background.


Related colors

Complementary color

Complementary color for #hex is #97AD84.


I love getcolorcode.com

Triadic colors

1 #7B6852 and #527B68 with #68527B are triadic colors.

2 #7B5268 and #52687B with #68527B are triadic colors.