COLOR #685227

HEX: #685227
RGB: (104,82,39)

Color info

#685227 contains mainly red and green colors. Web safe color of #685227 is #666633 (or #663).

RGB color model

#685227 color RGB value is (104,82,39).

  • red value is 104;
  • green value is 82;
  • blue value is 39.
RGB:
(104,82,39)
(41%,32%,15%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 39 of 255 = 15%

104
82
39

R + G + B ~ 29%. #685227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 39 = 225 (100%)
R 104 of 225 ~ 46.22%
G 82 of 225 ~ 36.44%
B 39 of 225 ~ 17.33%

%46.22
%36.44
%17.33

CMYK color model

#685227 color CMYK value is (0,21,63,59).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 62.50%
  • key color value is 59.22%
CMYK:
(0,21,63,59)
C0M21Y63K59 
(0%,21%,63%,59%)
(0.00/0.21/0.63/0.59)	

CMYK percentages

%0
%21.15
%62.5
%59.22

Codes

Color #685227 in popluar color models

685227
RGB1048239
HSL40°45.45%28.04%
HSB/HSV40°62.50%40.78%
CMYK0.00%21.15%62.50%
59.22%

Color #685227 in popluar number systems.

HEX685227
Decimal1048239
Binary11010001010010100111
Octal15012247

Shades and tints

Shades of #685227

#685227
(104,82,39)
#5F4B24
(95,75,36)
#564421
(86,68,33)
#4D3D1E
(77,61,30)
#44361B
(68,54,27)
#3B2F18
(59,47,24)
#322815
(50,40,21)
#292112
(41,33,18)
#201A0F
(32,26,15)
#17130C
(23,19,12)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #685227

#685227
(104,82,39)
#75613A
(117,97,58)
#82704D
(130,112,77)
#8F7F60
(143,127,96)
#9C8E73
(156,142,115)
#A99D86
(169,157,134)
#B6AC99
(182,172,153)
#C3BBAC
(195,187,172)
#D0CABF
(208,202,191)
#DDD9D2
(221,217,210)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685227 color. Also use rgb(104,82,39) instead hex code.

Text Font Color

.myTextColor { color: #685227; }

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

This text font color is #685227.


Background Color

.myBgColor { background-color: #685227; }

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

This div background color is #685227.


Border color

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

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

This div border color is #685227.


Opacity

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

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

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

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

This text has shadow with #685227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685227 on black background.


Color preview on white background

This text has color #685227 on white background.



Black color preview on #685227 background

This text has black color on #685227 background.


White color preview on #685227 background

This text has white color on #685227 background.