COLOR #684953

HEX: #684953
RGB: (104,73,83)

Color info

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

RGB color model

#684953 color RGB value is (104,73,83).

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

RGB channels and saturation

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

104
73
83

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

Portions of RGB colors in percentages

R + G + B =
104 + 73 + 83 = 260 (100%)
R 104 of 260 ~ 40%
G 73 of 260 ~ 28.08%
B 83 of 260 ~ 31.92%

%40
%28.08
%31.92

CMYK color model

#684953 color CMYK value is (0,30,20,59).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK:
(0,30,20,59)
C0M30Y20K59 
(0%,30%,20%,59%)
(0.00/0.30/0.20/0.59)	

CMYK percentages

%0
%29.81
%20.19
%59.22

Codes

Color #684953 in popluar color models

684953
RGB1047383
HSL341°17.51%34.71%
HSB/HSV341°29.81%40.78%
CMYK0.00%29.81%20.19%
59.22%

Color #684953 in popluar number systems.

HEX684953
Decimal1047383
Binary110100010010011010011
Octal150111123

Shades and tints

Shades of #684953

#684953
(104,73,83)
#5F434C
(95,67,76)
#563D45
(86,61,69)
#4D373E
(77,55,62)
#443137
(68,49,55)
#3B2B30
(59,43,48)
#322529
(50,37,41)
#291F22
(41,31,34)
#20191B
(32,25,27)
#171314
(23,19,20)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #684953

#684953
(104,73,83)
#755962
(117,89,98)
#826971
(130,105,113)
#8F7980
(143,121,128)
#9C898F
(156,137,143)
#A9999E
(169,153,158)
#B6A9AD
(182,169,173)
#C3B9BC
(195,185,188)
#D0C9CB
(208,201,203)
#DDD9DA
(221,217,218)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684953; }

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

This text font color is #684953.


Background Color

.myBgColor { background-color: #684953; }

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

This div background color is #684953.


Border color

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

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

This div border color is #684953.


Opacity

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

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

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

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

This text has shadow with #684953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684953 on black background.


Color preview on white background

This text has color #684953 on white background.



Black color preview on #684953 background

This text has black color on #684953 background.


White color preview on #684953 background

This text has white color on #684953 background.