COLOR #685038

HEX: #685038
RGB: (104,80,56)

Color info

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

RGB color model

#685038 color RGB value is (104,80,56).

  • red value is 104;
  • green value is 80;
  • blue value is 56.
RGB:
(104,80,56)
(41%,31%,22%)

RGB channels and saturation

R 104 of 255 = 41%
G 80 of 255 = 31%
B 56 of 255 = 22%

104
80
56

R + G + B ~ 31%. #685038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 80 + 56 = 240 (100%)
R 104 of 240 ~ 43.33%
G 80 of 240 ~ 33.33%
B 56 of 240 ~ 23.33%

%43.33
%33.33
%23.33

CMYK color model

#685038 color CMYK value is (0,23,46,59).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 46.15%
  • key color value is 59.22%
CMYK:
(0,23,46,59)
C0M23Y46K59 
(0%,23%,46%,59%)
(0.00/0.23/0.46/0.59)	

CMYK percentages

%0
%23.08
%46.15
%59.22

Codes

Color #685038 in popluar color models

685038
RGB1048056
HSL30°30.00%31.37%
HSB/HSV30°46.15%40.78%
CMYK0.00%23.08%46.15%
59.22%

Color #685038 in popluar number systems.

HEX685038
Decimal1048056
Binary11010001010000111000
Octal15012070

Shades and tints

Shades of #685038

#685038
(104,80,56)
#5F4933
(95,73,51)
#56422E
(86,66,46)
#4D3B29
(77,59,41)
#443424
(68,52,36)
#3B2D1F
(59,45,31)
#32261A
(50,38,26)
#291F15
(41,31,21)
#201810
(32,24,16)
#17110B
(23,17,11)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #685038

#685038
(104,80,56)
#755F4A
(117,95,74)
#826E5C
(130,110,92)
#8F7D6E
(143,125,110)
#9C8C80
(156,140,128)
#A99B92
(169,155,146)
#B6AAA4
(182,170,164)
#C3B9B6
(195,185,182)
#D0C8C8
(208,200,200)
#DDD7DA
(221,215,218)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685038 color. Also use rgb(104,80,56) instead hex code.

Text Font Color

.myTextColor { color: #685038; }

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

This text font color is #685038.


Background Color

.myBgColor { background-color: #685038; }

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

This div background color is #685038.


Border color

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

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

This div border color is #685038.


Opacity

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

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

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

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

This text has shadow with #685038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685038 on black background.


Color preview on white background

This text has color #685038 on white background.



Black color preview on #685038 background

This text has black color on #685038 background.


White color preview on #685038 background

This text has white color on #685038 background.