COLOR #68653F

HEX: #68653F
RGB: (104,101,63)

Color info

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

RGB color model

#68653F color RGB value is (104,101,63).

  • red value is 104;
  • green value is 101;
  • blue value is 63.
RGB:
(104,101,63)
(41%,40%,25%)

RGB channels and saturation

R 104 of 255 = 41%
G 101 of 255 = 40%
B 63 of 255 = 25%

104
101
63

R + G + B ~ 35%. #68653F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 63 = 268 (100%)
R 104 of 268 ~ 38.81%
G 101 of 268 ~ 37.69%
B 63 of 268 ~ 23.51%

%38.81
%37.69
%23.51

CMYK color model

#68653F color CMYK value is (0,3,39,59).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 39.42%
  • key color value is 59.22%
CMYK:
(0,3,39,59)
C0M3Y39K59 
(0%,3%,39%,59%)
(0.00/0.03/0.39/0.59)	

CMYK percentages

%0
%2.88
%39.42
%59.22

Codes

Color #68653F in popluar color models

68653F
RGB10410163
HSL56°24.55%32.75%
HSB/HSV56°39.42%40.78%
CMYK0.00%2.88%39.42%
59.22%

Color #68653F in popluar number systems.

HEX68653F
Decimal10410163
Binary11010001100101111111
Octal15014577

Shades and tints

Shades of #68653F

#68653F
(104,101,63)
#5F5C3A
(95,92,58)
#565335
(86,83,53)
#4D4A30
(77,74,48)
#44412B
(68,65,43)
#3B3826
(59,56,38)
#322F21
(50,47,33)
#29261C
(41,38,28)
#201D17
(32,29,23)
#171412
(23,20,18)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #68653F

#68653F
(104,101,63)
#757350
(117,115,80)
#828161
(130,129,97)
#8F8F72
(143,143,114)
#9C9D83
(156,157,131)
#A9AB94
(169,171,148)
#B6B9A5
(182,185,165)
#C3C7B6
(195,199,182)
#D0D5C7
(208,213,199)
#DDE3D8
(221,227,216)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68653F color. Also use rgb(104,101,63) instead hex code.

Text Font Color

.myTextColor { color: #68653F; }

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

This text font color is #68653F.


Background Color

.myBgColor { background-color: #68653F; }

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

This div background color is #68653F.


Border color

.myBorderColor { border: 1px solid #68653F; }

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

This div border color is #68653F.


Opacity

.myOpacity80 { color: #68653F; opacity: 0.8; }

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

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

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

This text has shadow with #68653F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68653F on black background.


Color preview on white background

This text has color #68653F on white background.



Black color preview on #68653F background

This text has black color on #68653F background.


White color preview on #68653F background

This text has white color on #68653F background.