COLOR #685348

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
83
72

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

Portions of RGB colors in percentages

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

%40.15
%32.05
%27.8

CMYK color model

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

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

CMYK percentages

%0
%20.19
%30.77
%59.22

Codes

Color #685348 in popluar color models

685348
RGB1048372
HSL21°18.18%34.51%
HSB/HSV21°30.77%40.78%
CMYK0.00%20.19%30.77%
59.22%

Color #685348 in popluar number systems.

HEX685348
Decimal1048372
Binary110100010100111001000
Octal150123110

Shades and tints

Shades of #685348

#685348
(104,83,72)
#5F4C42
(95,76,66)
#56453C
(86,69,60)
#4D3E36
(77,62,54)
#443730
(68,55,48)
#3B302A
(59,48,42)
#322924
(50,41,36)
#29221E
(41,34,30)
#201B18
(32,27,24)
#171412
(23,20,18)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #685348

#685348
(104,83,72)
#756258
(117,98,88)
#827168
(130,113,104)
#8F8078
(143,128,120)
#9C8F88
(156,143,136)
#A99E98
(169,158,152)
#B6ADA8
(182,173,168)
#C3BCB8
(195,188,184)
#D0CBC8
(208,203,200)
#DDDAD8
(221,218,216)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685348; }

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

This text font color is #685348.


Background Color

.myBgColor { background-color: #685348; }

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

This div background color is #685348.


Border color

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

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

This div border color is #685348.


Opacity

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

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

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

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

This text has shadow with #685348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685348 on black background.


Color preview on white background

This text has color #685348 on white background.



Black color preview on #685348 background

This text has black color on #685348 background.


White color preview on #685348 background

This text has white color on #685348 background.