COLOR #685076

HEX: #685076
RGB: (104,80,118)

Color info

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

RGB color model

#685076 color RGB value is (104,80,118).

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

RGB channels and saturation

R 104 of 255 = 41%
G 80 of 255 = 31%
B 118 of 255 = 46%

104
80
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 80 + 118 = 302 (100%)
R 104 of 302 ~ 34.44%
G 80 of 302 ~ 26.49%
B 118 of 302 ~ 39.07%

%34.44
%26.49
%39.07

CMYK color model

#685076 color CMYK value is (12,32,0,54).

  • cyan value is 11.86%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,32,0,54)
C12M32Y0K54 
(12%,32%,0%,54%)
(0.12/0.32/0.00/0.54)	

CMYK percentages

%11.86
%32.2
%0
%53.73

Codes

Color #685076 in popluar color models

685076
RGB10480118
HSL278°19.19%38.82%
HSB/HSV278°32.20%46.27%
CMYK11.86%32.20%0.00%
53.73%

Color #685076 in popluar number systems.

HEX685076
Decimal10480118
Binary110100010100001110110
Octal150120166

Shades and tints

Shades of #685076

#685076
(104,80,118)
#5F496C
(95,73,108)
#564262
(86,66,98)
#4D3B58
(77,59,88)
#44344E
(68,52,78)
#3B2D44
(59,45,68)
#32263A
(50,38,58)
#291F30
(41,31,48)
#201826
(32,24,38)
#17111C
(23,17,28)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #685076

#685076
(104,80,118)
#755F82
(117,95,130)
#826E8E
(130,110,142)
#8F7D9A
(143,125,154)
#9C8CA6
(156,140,166)
#A99BB2
(169,155,178)
#B6AABE
(182,170,190)
#C3B9CA
(195,185,202)
#D0C8D6
(208,200,214)
#DDD7E2
(221,215,226)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685076; }

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

This text font color is #685076.


Background Color

.myBgColor { background-color: #685076; }

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

This div background color is #685076.


Border color

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

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

This div border color is #685076.


Opacity

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

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

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

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

This text has shadow with #685076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685076 on black background.


Color preview on white background

This text has color #685076 on white background.



Black color preview on #685076 background

This text has black color on #685076 background.


White color preview on #685076 background

This text has white color on #685076 background.