COLOR #684853

HEX: #684853
RGB: (104,72,83)

Color info

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

RGB color model

#684853 color RGB value is (104,72,83).

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

RGB channels and saturation

R 104 of 255 = 41%
G 72 of 255 = 28%
B 83 of 255 = 33%

104
72
83

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

Portions of RGB colors in percentages

R + G + B =
104 + 72 + 83 = 259 (100%)
R 104 of 259 ~ 40.15%
G 72 of 259 ~ 27.8%
B 83 of 259 ~ 32.05%

%40.15
%27.8
%32.05

CMYK color model

#684853 color CMYK value is (0,31,20,59).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK:
(0,31,20,59)
C0M31Y20K59 
(0%,31%,20%,59%)
(0.00/0.31/0.20/0.59)	

CMYK percentages

%0
%30.77
%20.19
%59.22

Codes

Color #684853 in popluar color models

684853
RGB1047283
HSL339°18.18%34.51%
HSB/HSV339°30.77%40.78%
CMYK0.00%30.77%20.19%
59.22%

Color #684853 in popluar number systems.

HEX684853
Decimal1047283
Binary110100010010001010011
Octal150110123

Shades and tints

Shades of #684853

#684853
(104,72,83)
#5F424C
(95,66,76)
#563C45
(86,60,69)
#4D363E
(77,54,62)
#443037
(68,48,55)
#3B2A30
(59,42,48)
#322429
(50,36,41)
#291E22
(41,30,34)
#20181B
(32,24,27)
#171214
(23,18,20)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #684853

#684853
(104,72,83)
#755862
(117,88,98)
#826871
(130,104,113)
#8F7880
(143,120,128)
#9C888F
(156,136,143)
#A9989E
(169,152,158)
#B6A8AD
(182,168,173)
#C3B8BC
(195,184,188)
#D0C8CB
(208,200,203)
#DDD8DA
(221,216,218)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684853; }

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

This text font color is #684853.


Background Color

.myBgColor { background-color: #684853; }

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

This div background color is #684853.


Border color

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

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

This div border color is #684853.


Opacity

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

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

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

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

This text has shadow with #684853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684853 on black background.


Color preview on white background

This text has color #684853 on white background.



Black color preview on #684853 background

This text has black color on #684853 background.


White color preview on #684853 background

This text has white color on #684853 background.