COLOR #68673E

HEX: #68673E
RGB: (104,103,62)

Color info

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

RGB color model

#68673E color RGB value is (104,103,62).

  • red value is 104;
  • green value is 103;
  • blue value is 62.
RGB:
(104,103,62)
(41%,40%,24%)

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 62 of 255 = 24%

104
103
62

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

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 62 = 269 (100%)
R 104 of 269 ~ 38.66%
G 103 of 269 ~ 38.29%
B 62 of 269 ~ 23.05%

%38.66
%38.29
%23.05

CMYK color model

#68673E color CMYK value is (0,1,40,59).

  • cyan value is 0.00%
  • magenta value is 0.96%
  • yellow value is 40.38%
  • key color value is 59.22%
CMYK:
(0,1,40,59)
C0M1Y40K59 
(0%,1%,40%,59%)
(0.00/0.01/0.40/0.59)	

CMYK percentages

%0
%0.96
%40.38
%59.22

Codes

Color #68673E in popluar color models

68673E
RGB10410362
HSL59°25.30%32.55%
HSB/HSV59°40.38%40.78%
CMYK0.00%0.96%40.38%
59.22%

Color #68673E in popluar number systems.

HEX68673E
Decimal10410362
Binary11010001100111111110
Octal15014776

Shades and tints

Shades of #68673E

#68673E
(104,103,62)
#5F5E39
(95,94,57)
#565534
(86,85,52)
#4D4C2F
(77,76,47)
#44432A
(68,67,42)
#3B3A25
(59,58,37)
#323120
(50,49,32)
#29281B
(41,40,27)
#201F16
(32,31,22)
#171611
(23,22,17)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #68673E

#68673E
(104,103,62)
#75744F
(117,116,79)
#828160
(130,129,96)
#8F8E71
(143,142,113)
#9C9B82
(156,155,130)
#A9A893
(169,168,147)
#B6B5A4
(182,181,164)
#C3C2B5
(195,194,181)
#D0CFC6
(208,207,198)
#DDDCD7
(221,220,215)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68673E; }

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

This text font color is #68673E.


Background Color

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

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

This div background color is #68673E.


Border color

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

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

This div border color is #68673E.


Opacity

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

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

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

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

This text has shadow with #68673E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68673E on black background.


Color preview on white background

This text has color #68673E on white background.



Black color preview on #68673E background

This text has black color on #68673E background.


White color preview on #68673E background

This text has white color on #68673E background.