COLOR #684F58

HEX: #684F58
RGB: (104,79,88)

Color info

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

RGB color model

#684F58 color RGB value is (104,79,88).

  • red value is 104;
  • green value is 79;
  • blue value is 88.
RGB: (104,79,88) (41%,31%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 88 of 255 = 35%

104
79
88

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

Portions of RGB colors in percentages

R + G + B =
104 + 79 + 88 = 271 (100%)
R 104 of 271 ~ 38.38%
G 79 of 271 ~ 29.15%
B 88 of 271 ~ 32.47%

%38.38
%29.15
%32.47

CMYK color model

#684F58 color CMYK value is (0,24,15,59).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 15.38%
  • key color value is 59.22%
CMYK: (0,24,15,59) C0M24Y15K59 (0%,24%,15%,59%) (0.00/0.24/0.15/0.59)

CMYK percentages

%0
%24.04
%15.38
%59.22

Codes

Color #684F58 in popluar color models

684F58
RGB1047988
HSL338°13.66%35.88%
HSB/HSV338°24.04%40.78%
CMYK0.00%24.04%15.38%
59.22%

Color #684F58 in popluar number systems.

HEX684F58
Decimal1047988
Binary110100010011111011000
Octal150117130

Shades and tints

Shades of #684F58

#684F58
(104,79,88)
#5F4850
(95,72,80)
#564148
(86,65,72)
#4D3A40
(77,58,64)
#443338
(68,51,56)
#3B2C30
(59,44,48)
#322528
(50,37,40)
#291E20
(41,30,32)
#201718
(32,23,24)
#171010
(23,16,16)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #684F58

#684F58
(104,79,88)
#755F67
(117,95,103)
#826F76
(130,111,118)
#8F7F85
(143,127,133)
#9C8F94
(156,143,148)
#A99FA3
(169,159,163)
#B6AFB2
(182,175,178)
#C3BFC1
(195,191,193)
#D0CFD0
(208,207,208)
#DDDFDF
(221,223,223)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F58 color. Also use rgb(104,79,88) instead hex code.

Text Font Color

.myTextColor { color: #684F58; }

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

This text font color is #684F58.


Background Color

.myBgColor { background-color: #684F58; }

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

This div background color is #684F58.


Border color

.myBorderColor { border: 1px solid #684F58; }

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

This div border color is #684F58.


Opacity

.myOpacity80 { color: #684F58; opacity: 0.8; }

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

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

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

This text has shadow with #684F58 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #684F58 on black background.


Color preview on white background

This text has color #684F58 on white background.



Black color preview on #684F58 background

This text has black color on #684F58 background.


White color preview on #684F58 background

This text has white color on #684F58 background.