COLOR #68525F

HEX: #68525F RGB: (104,82,95)

Color info

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

RGB color model

#68525F color RGB value is (104,82,95).

RGB: (104,82,95) (41%, 32%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 95 of 255 = 37%

104
82
95

R + G + B ~ 37%. #68525F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 82 + 95 = 281 (100%)
R 104 of 281 ~ 37.01%
G 82 of 281 ~ 29.18%
B 95 of 281 ~ 33.81'%

%37.01
%29.18
%33.81

CMYK color model

#68525F color CMYK value is (0,21,9,59).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 8.65%
  • key color value is 59.22%

CMYK: (0,21,9,59)
C0M21Y9K59 (0%, 21%, 9%, 59%)
(0.00 / 0.21 / 0.09 / 0.59)

CMYK percentages

%0
%21.15
%8.65
%59.22

Codes

Color #68525F in popluar color models

68 52 5F
RGB 104 82 95
HSL 325° 11.83% 36.47%
HSB/HSV 325° 21.15% 40.78%
CMYK 0.00% 21.15% 8.65%
59.22%

Color #68525F in popluar number systems.

HEX 68 52 5F
Decimal 104 82 95
Binary 1101000 1010010 1011111
Octal 150 122 137

Shades and tints

Shades of #68525F

#68525F
(104,82,95)
#5F4B57
(95,75,87)
#56444F
(86,68,79)
#4D3D47
(77,61,71)
#44363F
(68,54,63)
#3B2F37
(59,47,55)
#32282F
(50,40,47)
#292127
(41,33,39)
#201A1F
(32,26,31)
#171317
(23,19,23)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #68525F

#68525F
(104,82,95)
#75616D
(117,97,109)
#82707B
(130,112,123)
#8F7F89
(143,127,137)
#9C8E97
(156,142,151)
#A99DA5
(169,157,165)
#B6ACB3
(182,172,179)
#C3BBC1
(195,187,193)
#D0CACF
(208,202,207)
#DDD9DD
(221,217,221)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68525F; }

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

This text font color is #68525F.

Background Color

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

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

This div background color is #68525F.

Border color

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

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

This div border color is #68525F.

Opacity

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

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

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

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

This text has shadow with #68525F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68525F.

Preview

Color preview on black background

This text has color #68525F on black background.


Color preview on white background

This text has color #68525F on white background.


Black color preview on #68525F background

This text has black color on #68525F background.


White color preview on #68525F background

This text has white color on #68525F background.


Related colors

Complementary color

Complementary color for #hex is #97ADA0.


I love getcolorcode.com

Triadic colors

1 #5F6852 and #525F68 with #68525F are triadic colors.

2 #5F5268 and #52685F with #68525F are triadic colors.