COLOR #685072

HEX: #685072
RGB: (104,80,114)

Color info

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

RGB color model

#685072 color RGB value is (104,80,114).

  • red value is 104;
  • green value is 80;
  • blue value is 114.
RGB:
(104,80,114)
(41%,31%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 80 of 255 = 31%
B 114 of 255 = 45%

104
80
114

R + G + B ~ 39%. #685072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 80 + 114 = 298 (100%)
R 104 of 298 ~ 34.9%
G 80 of 298 ~ 26.85%
B 114 of 298 ~ 38.26%

%34.9
%26.85
%38.26

CMYK color model

#685072 color CMYK value is (9,30,0,55).

  • cyan value is 8.77%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(9,30,0,55)
C9M30Y0K55 
(9%,30%,0%,55%)
(0.09/0.30/0.00/0.55)	

CMYK percentages

%8.77
%29.82
%0
%55.29

Codes

Color #685072 in popluar color models

685072
RGB10480114
HSL282°17.53%38.04%
HSB/HSV282°29.82%44.71%
CMYK8.77%29.82%0.00%
55.29%

Color #685072 in popluar number systems.

HEX685072
Decimal10480114
Binary110100010100001110010
Octal150120162

Shades and tints

Shades of #685072

#685072
(104,80,114)
#5F4968
(95,73,104)
#56425E
(86,66,94)
#4D3B54
(77,59,84)
#44344A
(68,52,74)
#3B2D40
(59,45,64)
#322636
(50,38,54)
#291F2C
(41,31,44)
#201822
(32,24,34)
#171118
(23,17,24)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #685072

#685072
(104,80,114)
#755F7E
(117,95,126)
#826E8A
(130,110,138)
#8F7D96
(143,125,150)
#9C8CA2
(156,140,162)
#A99BAE
(169,155,174)
#B6AABA
(182,170,186)
#C3B9C6
(195,185,198)
#D0C8D2
(208,200,210)
#DDD7DE
(221,215,222)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685072; }

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

This text font color is #685072.


Background Color

.myBgColor { background-color: #685072; }

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

This div background color is #685072.


Border color

.myBorderColor { border: 1px solid #685072; }

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

This div border color is #685072.


Opacity

.myOpacity80 { color: #685072; opacity: 0.8; }

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

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

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

This text has shadow with #685072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685072 on black background.


Color preview on white background

This text has color #685072 on white background.



Black color preview on #685072 background

This text has black color on #685072 background.


White color preview on #685072 background

This text has white color on #685072 background.