COLOR #685265

HEX: #685265
RGB: (104,82,101)

Color info

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

RGB color model

#685265 color RGB value is (104,82,101).

  • red value is 104;
  • green value is 82;
  • blue value is 101.
RGB:
(104,82,101)
(41%,32%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 101 of 255 = 40%

104
82
101

R + G + B ~ 38%. #685265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 101 = 287 (100%)
R 104 of 287 ~ 36.24%
G 82 of 287 ~ 28.57%
B 101 of 287 ~ 35.19%

%36.24
%28.57
%35.19

CMYK color model

#685265 color CMYK value is (0,21,3,59).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 2.88%
  • key color value is 59.22%
CMYK:
(0,21,3,59)
C0M21Y3K59 
(0%,21%,3%,59%)
(0.00/0.21/0.03/0.59)	

CMYK percentages

%0
%21.15
%2.88
%59.22

Codes

Color #685265 in popluar color models

685265
RGB10482101
HSL308°11.83%36.47%
HSB/HSV308°21.15%40.78%
CMYK0.00%21.15%2.88%
59.22%

Color #685265 in popluar number systems.

HEX685265
Decimal10482101
Binary110100010100101100101
Octal150122145

Shades and tints

Shades of #685265

#685265
(104,82,101)
#5F4B5C
(95,75,92)
#564453
(86,68,83)
#4D3D4A
(77,61,74)
#443641
(68,54,65)
#3B2F38
(59,47,56)
#32282F
(50,40,47)
#292126
(41,33,38)
#201A1D
(32,26,29)
#171314
(23,19,20)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #685265

#685265
(104,82,101)
#756173
(117,97,115)
#827081
(130,112,129)
#8F7F8F
(143,127,143)
#9C8E9D
(156,142,157)
#A99DAB
(169,157,171)
#B6ACB9
(182,172,185)
#C3BBC7
(195,187,199)
#D0CAD5
(208,202,213)
#DDD9E3
(221,217,227)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685265; }

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

This text font color is #685265.


Background Color

.myBgColor { background-color: #685265; }

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

This div background color is #685265.


Border color

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

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

This div border color is #685265.


Opacity

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

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

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

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

This text has shadow with #685265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685265 on black background.


Color preview on white background

This text has color #685265 on white background.



Black color preview on #685265 background

This text has black color on #685265 background.


White color preview on #685265 background

This text has white color on #685265 background.