COLOR #68673F

HEX: #68673F RGB: (104,103,63)

Color info

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

RGB color model

#68673F color RGB value is (104,103,63).

RGB: (104,103,63) (41%, 40%, 25%)

RGB channels and saturation

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

104
103
63

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

Portions of RGB colors in percentages

R + G + B = 104 + 103 + 63 = 270 (100%)
R 104 of 270 ~ 38.52%
G 103 of 270 ~ 38.15%
B 63 of 270 ~ 23.33'%

%38.52
%38.15
%23.33

CMYK color model

#68673F color CMYK value is (0,1,39,59).

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

CMYK: (0,1,39,59)
C0M1Y39K59 (0%, 1%, 39%, 59%)
(0.00 / 0.01 / 0.39 / 0.59)

CMYK percentages

%0
%0.96
%39.42
%59.22

Codes

Color #68673F in popluar color models

68 67 3F
RGB 104 103 63
HSL 59° 24.55% 32.75%
HSB/HSV 59° 39.42% 40.78%
CMYK 0.00% 0.96% 39.42%
59.22%

Color #68673F in popluar number systems.

HEX 68 67 3F
Decimal 104 103 63
Binary 1101000 1100111 111111
Octal 150 147 77

Shades and tints

Shades of #68673F

#68673F
(104,103,63)
#5F5E3A
(95,94,58)
#565535
(86,85,53)
#4D4C30
(77,76,48)
#44432B
(68,67,43)
#3B3A26
(59,58,38)
#323121
(50,49,33)
#29281C
(41,40,28)
#201F17
(32,31,23)
#171612
(23,22,18)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #68673F

#68673F
(104,103,63)
#757450
(117,116,80)
#828161
(130,129,97)
#8F8E72
(143,142,114)
#9C9B83
(156,155,131)
#A9A894
(169,168,148)
#B6B5A5
(182,181,165)
#C3C2B6
(195,194,182)
#D0CFC7
(208,207,199)
#DDDCD8
(221,220,216)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68673F; }

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

This text font color is #68673F.

Background Color

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

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

This div background color is #68673F.

Border color

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

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

This div border color is #68673F.

Opacity

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

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

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

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

This text has shadow with #68673F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68673F.

Preview

Color preview on black background

This text has color #68673F on black background.


Color preview on white background

This text has color #68673F on white background.


Black color preview on #68673F background

This text has black color on #68673F background.


White color preview on #68673F background

This text has white color on #68673F background.


Related colors

Complementary color

Complementary color for #hex is #9798C0.


I love getcolorcode.com

Triadic colors

1 #3F6867 and #673F68 with #68673F are triadic colors.

2 #3F6768 and #67683F with #68673F are triadic colors.