COLOR #68643F

HEX: #68643F RGB: (104,100,63)

Color info

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

RGB color model

#68643F color RGB value is (104,100,63).

RGB: (104,100,63) (41%, 39%, 25%)

RGB channels and saturation

R 104 of 255 = 41%
G 100 of 255 = 39%
B 63 of 255 = 25%

104
100
63

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

Portions of RGB colors in percentages

R + G + B = 104 + 100 + 63 = 267 (100%)
R 104 of 267 ~ 38.95%
G 100 of 267 ~ 37.45%
B 63 of 267 ~ 23.6'%

%38.95
%37.45
%23.6

CMYK color model

#68643F color CMYK value is (0,4,39,59).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 39.42%
  • key color value is 59.22%

CMYK: (0,4,39,59)
C0M4Y39K59 (0%, 4%, 39%, 59%)
(0.00 / 0.04 / 0.39 / 0.59)

CMYK percentages

%0
%3.85
%39.42
%59.22

Codes

Color #68643F in popluar color models

68 64 3F
RGB 104 100 63
HSL 54° 24.55% 32.75%
HSB/HSV 54° 39.42% 40.78%
CMYK 0.00% 3.85% 39.42%
59.22%

Color #68643F in popluar number systems.

HEX 68 64 3F
Decimal 104 100 63
Binary 1101000 1100100 111111
Octal 150 144 77

Shades and tints

Shades of #68643F

#68643F
(104,100,63)
#5F5B3A
(95,91,58)
#565235
(86,82,53)
#4D4930
(77,73,48)
#44402B
(68,64,43)
#3B3726
(59,55,38)
#322E21
(50,46,33)
#29251C
(41,37,28)
#201C17
(32,28,23)
#171312
(23,19,18)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #68643F

#68643F
(104,100,63)
#757250
(117,114,80)
#828061
(130,128,97)
#8F8E72
(143,142,114)
#9C9C83
(156,156,131)
#A9AA94
(169,170,148)
#B6B8A5
(182,184,165)
#C3C6B6
(195,198,182)
#D0D4C7
(208,212,199)
#DDE2D8
(221,226,216)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68643F; }

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

This text font color is #68643F.

Background Color

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

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

This div background color is #68643F.

Border color

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

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

This div border color is #68643F.

Opacity

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

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

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

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

This text has shadow with #68643F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68643F.

Preview

Color preview on black background

This text has color #68643F on black background.


Color preview on white background

This text has color #68643F on white background.


Black color preview on #68643F background

This text has black color on #68643F background.


White color preview on #68643F background

This text has white color on #68643F background.


Related colors

Complementary color

Complementary color for #hex is #979BC0.


I love getcolorcode.com

Triadic colors

1 #3F6864 and #643F68 with #68643F are triadic colors.

2 #3F6468 and #64683F with #68643F are triadic colors.