COLOR #685F72

HEX: #685F72 RGB: (104,95,114)

Color info

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

RGB color model

#685F72 color RGB value is (104,95,114).

RGB: (104,95,114) (41%, 37%, 45%)

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 114 of 255 = 45%

104
95
114

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

Portions of RGB colors in percentages

R + G + B = 104 + 95 + 114 = 313 (100%)
R 104 of 313 ~ 33.23%
G 95 of 313 ~ 30.35%
B 114 of 313 ~ 36.42'%

%33.23
%30.35
%36.42

CMYK color model

#685F72 color CMYK value is (9,17,0,55).

  • cyan value is 8.77%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (9,17,0,55)
C9M17Y0K55 (9%, 17%, 0%, 55%)
(0.09 / 0.17 / 0.00 / 0.55)

CMYK percentages

%8.77
%16.67
%0
%55.29

Codes

Color #685F72 in popluar color models

68 5F 72
RGB 104 95 114
HSL 268° 9.09% 40.98%
HSB/HSV 268° 16.67% 44.71%
CMYK 8.77% 16.67% 0.00%
55.29%

Color #685F72 in popluar number systems.

HEX 68 5F 72
Decimal 104 95 114
Binary 1101000 1011111 1110010
Octal 150 137 162

Shades and tints

Shades of #685F72

#685F72
(104,95,114)
#5F5768
(95,87,104)
#564F5E
(86,79,94)
#4D4754
(77,71,84)
#443F4A
(68,63,74)
#3B3740
(59,55,64)
#322F36
(50,47,54)
#29272C
(41,39,44)
#201F22
(32,31,34)
#171718
(23,23,24)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #685F72

#685F72
(104,95,114)
#756D7E
(117,109,126)
#827B8A
(130,123,138)
#8F8996
(143,137,150)
#9C97A2
(156,151,162)
#A9A5AE
(169,165,174)
#B6B3BA
(182,179,186)
#C3C1C6
(195,193,198)
#D0CFD2
(208,207,210)
#DDDDDE
(221,221,222)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685F72 color. Also use rgb(104,95,114) instead hex code.

Text Font Color

.myTextColor { color: #685F72; }

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

This text font color is #685F72.

Background Color

.myBgColor { background-color: #685F72; }

<div style="background-color:#685F72">Inner text</div>

This div background color is #685F72.

Border color

.myBorderColor { border: 1px solid #685F72; }

<div style="border:3px solid #685F72">Div</div>

This div border color is #685F72.

Opacity

.myOpacity80 { color: #685F72; opacity: 0.8; }

<p style="color:#685F72;opacity:0.8;">80%</p>

Text with #685F72 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 #685F72;}

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

This text has shadow with #685F72 color.


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

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

This text has shadow with #685F72 primary color and red secondary color.


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

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

This text has shadow with #685F72 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #685F72.

Preview

Color preview on black background

This text has color #685F72 on black background.


Color preview on white background

This text has color #685F72 on white background.


Black color preview on #685F72 background

This text has black color on #685F72 background.


White color preview on #685F72 background

This text has white color on #685F72 background.


Related colors

Complementary color

Complementary color for #hex is #97A08D.


I love getcolorcode.com

Triadic colors

1 #72685F and #5F7268 with #685F72 are triadic colors.

2 #725F68 and #5F6872 with #685F72 are triadic colors.