COLOR #684851

HEX: #684851
RGB: (104,72,81)

Color info

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

RGB color model

#684851 color RGB value is (104,72,81).

  • red value is 104;
  • green value is 72;
  • blue value is 81.
RGB:
(104,72,81)
(41%,28%,32%)

RGB channels and saturation

R 104 of 255 = 41%
G 72 of 255 = 28%
B 81 of 255 = 32%

104
72
81

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

Portions of RGB colors in percentages

R + G + B =
104 + 72 + 81 = 257 (100%)
R 104 of 257 ~ 40.47%
G 72 of 257 ~ 28.02%
B 81 of 257 ~ 31.52%

%40.47
%28.02
%31.52

CMYK color model

#684851 color CMYK value is (0,31,22,59).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 22.12%
  • key color value is 59.22%
CMYK:
(0,31,22,59)
C0M31Y22K59 
(0%,31%,22%,59%)
(0.00/0.31/0.22/0.59)	

CMYK percentages

%0
%30.77
%22.12
%59.22

Codes

Color #684851 in popluar color models

684851
RGB1047281
HSL343°18.18%34.51%
HSB/HSV343°30.77%40.78%
CMYK0.00%30.77%22.12%
59.22%

Color #684851 in popluar number systems.

HEX684851
Decimal1047281
Binary110100010010001010001
Octal150110121

Shades and tints

Shades of #684851

#684851
(104,72,81)
#5F424A
(95,66,74)
#563C43
(86,60,67)
#4D363C
(77,54,60)
#443035
(68,48,53)
#3B2A2E
(59,42,46)
#322427
(50,36,39)
#291E20
(41,30,32)
#201819
(32,24,25)
#171212
(23,18,18)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #684851

#684851
(104,72,81)
#755860
(117,88,96)
#82686F
(130,104,111)
#8F787E
(143,120,126)
#9C888D
(156,136,141)
#A9989C
(169,152,156)
#B6A8AB
(182,168,171)
#C3B8BA
(195,184,186)
#D0C8C9
(208,200,201)
#DDD8D8
(221,216,216)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684851 color. Also use rgb(104,72,81) instead hex code.

Text Font Color

.myTextColor { color: #684851; }

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

This text font color is #684851.


Background Color

.myBgColor { background-color: #684851; }

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

This div background color is #684851.


Border color

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

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

This div border color is #684851.


Opacity

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

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

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

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

This text has shadow with #684851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684851 on black background.


Color preview on white background

This text has color #684851 on white background.



Black color preview on #684851 background

This text has black color on #684851 background.


White color preview on #684851 background

This text has white color on #684851 background.