COLOR #685554

HEX: #685554
RGB: (104,85,84)

Color info

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

RGB color model

#685554 color RGB value is (104,85,84).

  • red value is 104;
  • green value is 85;
  • blue value is 84.
RGB:
(104,85,84)
(41%,33%,33%)

RGB channels and saturation

R 104 of 255 = 41%
G 85 of 255 = 33%
B 84 of 255 = 33%

104
85
84

R + G + B ~ 36%. #685554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 85 + 84 = 273 (100%)
R 104 of 273 ~ 38.1%
G 85 of 273 ~ 31.14%
B 84 of 273 ~ 30.77%

%38.1
%31.14
%30.77

CMYK color model

#685554 color CMYK value is (0,18,19,59).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 19.23%
  • key color value is 59.22%
CMYK:
(0,18,19,59)
C0M18Y19K59 
(0%,18%,19%,59%)
(0.00/0.18/0.19/0.59)	

CMYK percentages

%0
%18.27
%19.23
%59.22

Codes

Color #685554 in popluar color models

685554
RGB1048584
HSL10.64%36.86%
HSB/HSV19.23%40.78%
CMYK0.00%18.27%19.23%
59.22%

Color #685554 in popluar number systems.

HEX685554
Decimal1048584
Binary110100010101011010100
Octal150125124

Shades and tints

Shades of #685554

#685554
(104,85,84)
#5F4E4D
(95,78,77)
#564746
(86,71,70)
#4D403F
(77,64,63)
#443938
(68,57,56)
#3B3231
(59,50,49)
#322B2A
(50,43,42)
#292423
(41,36,35)
#201D1C
(32,29,28)
#171615
(23,22,21)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #685554

#685554
(104,85,84)
#756463
(117,100,99)
#827372
(130,115,114)
#8F8281
(143,130,129)
#9C9190
(156,145,144)
#A9A09F
(169,160,159)
#B6AFAE
(182,175,174)
#C3BEBD
(195,190,189)
#D0CDCC
(208,205,204)
#DDDCDB
(221,220,219)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685554 color. Also use rgb(104,85,84) instead hex code.

Text Font Color

.myTextColor { color: #685554; }

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

This text font color is #685554.


Background Color

.myBgColor { background-color: #685554; }

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

This div background color is #685554.


Border color

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

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

This div border color is #685554.


Opacity

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

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

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

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

This text has shadow with #685554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685554 on black background.


Color preview on white background

This text has color #685554 on white background.



Black color preview on #685554 background

This text has black color on #685554 background.


White color preview on #685554 background

This text has white color on #685554 background.