COLOR #684955

HEX: #684955
RGB: (104,73,85)

Color info

#684955 contains red, green and blue colors in about the same proportion. Web safe color of #684955 is #663366 (or #636).

RGB color model

#684955 color RGB value is (104,73,85).

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

RGB channels and saturation

R 104 of 255 = 41%
G 73 of 255 = 29%
B 85 of 255 = 33%

104
73
85

R + G + B ~ 34%. #684955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 73 + 85 = 262 (100%)
R 104 of 262 ~ 39.69%
G 73 of 262 ~ 27.86%
B 85 of 262 ~ 32.44%

%39.69
%27.86
%32.44

CMYK color model

#684955 color CMYK value is (0,30,18,59).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK:
(0,30,18,59)
C0M30Y18K59 
(0%,30%,18%,59%)
(0.00/0.30/0.18/0.59)	

CMYK percentages

%0
%29.81
%18.27
%59.22

Codes

Color #684955 in popluar color models

684955
RGB1047385
HSL337°17.51%34.71%
HSB/HSV337°29.81%40.78%
CMYK0.00%29.81%18.27%
59.22%

Color #684955 in popluar number systems.

HEX684955
Decimal1047385
Binary110100010010011010101
Octal150111125

Shades and tints

Shades of #684955

#684955
(104,73,85)
#5F434E
(95,67,78)
#563D47
(86,61,71)
#4D3740
(77,55,64)
#443139
(68,49,57)
#3B2B32
(59,43,50)
#32252B
(50,37,43)
#291F24
(41,31,36)
#20191D
(32,25,29)
#171316
(23,19,22)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #684955

#684955
(104,73,85)
#755964
(117,89,100)
#826973
(130,105,115)
#8F7982
(143,121,130)
#9C8991
(156,137,145)
#A999A0
(169,153,160)
#B6A9AF
(182,169,175)
#C3B9BE
(195,185,190)
#D0C9CD
(208,201,205)
#DDD9DC
(221,217,220)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684955; }

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

This text font color is #684955.


Background Color

.myBgColor { background-color: #684955; }

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

This div background color is #684955.


Border color

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

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

This div border color is #684955.


Opacity

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

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

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

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

This text has shadow with #684955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684955 on black background.


Color preview on white background

This text has color #684955 on white background.



Black color preview on #684955 background

This text has black color on #684955 background.


White color preview on #684955 background

This text has white color on #684955 background.