COLOR #685E4B

HEX: #685E4B
RGB: (104,94,75)

Color info

#685E4B contains red, green and blue colors in about the same proportion. Web safe color of #685E4B is #666633 (or #663).

RGB color model

#685E4B color RGB value is (104,94,75).

  • red value is 104;
  • green value is 94;
  • blue value is 75.
RGB:
(104,94,75)
(41%,37%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 75 of 255 = 29%

104
94
75

R + G + B ~ 36%. #685E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 75 = 273 (100%)
R 104 of 273 ~ 38.1%
G 94 of 273 ~ 34.43%
B 75 of 273 ~ 27.47%

%38.1
%34.43
%27.47

CMYK color model

#685E4B color CMYK value is (0,10,28,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(0,10,28,59)
C0M10Y28K59 
(0%,10%,28%,59%)
(0.00/0.10/0.28/0.59)	

CMYK percentages

%0
%9.62
%27.88
%59.22

Codes

Color #685E4B in popluar color models

685E4B
RGB1049475
HSL39°16.20%35.10%
HSB/HSV39°27.88%40.78%
CMYK0.00%9.62%27.88%
59.22%

Color #685E4B in popluar number systems.

HEX685E4B
Decimal1049475
Binary110100010111101001011
Octal150136113

Shades and tints

Shades of #685E4B

#685E4B
(104,94,75)
#5F5645
(95,86,69)
#564E3F
(86,78,63)
#4D4639
(77,70,57)
#443E33
(68,62,51)
#3B362D
(59,54,45)
#322E27
(50,46,39)
#292621
(41,38,33)
#201E1B
(32,30,27)
#171615
(23,22,21)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #685E4B

#685E4B
(104,94,75)
#756C5B
(117,108,91)
#827A6B
(130,122,107)
#8F887B
(143,136,123)
#9C968B
(156,150,139)
#A9A49B
(169,164,155)
#B6B2AB
(182,178,171)
#C3C0BB
(195,192,187)
#D0CECB
(208,206,203)
#DDDCDB
(221,220,219)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685E4B color. Also use rgb(104,94,75) instead hex code.

Text Font Color

.myTextColor { color: #685E4B; }

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

This text font color is #685E4B.


Background Color

.myBgColor { background-color: #685E4B; }

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

This div background color is #685E4B.


Border color

.myBorderColor { border: 1px solid #685E4B; }

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

This div border color is #685E4B.


Opacity

.myOpacity80 { color: #685E4B; opacity: 0.8; }

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

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

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

This text has shadow with #685E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E4B on black background.


Color preview on white background

This text has color #685E4B on white background.



Black color preview on #685E4B background

This text has black color on #685E4B background.


White color preview on #685E4B background

This text has white color on #685E4B background.