COLOR #68563F

HEX: #68563F
RGB: (104,86,63)

Color info

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

RGB color model

#68563F color RGB value is (104,86,63).

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

RGB channels and saturation

R 104 of 255 = 41%
G 86 of 255 = 34%
B 63 of 255 = 25%

104
86
63

R + G + B ~ 33%. #68563F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 86 + 63 = 253 (100%)
R 104 of 253 ~ 41.11%
G 86 of 253 ~ 33.99%
B 63 of 253 ~ 24.9%

%41.11
%33.99
%24.9

CMYK color model

#68563F color CMYK value is (0,17,39,59).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 39.42%
  • key color value is 59.22%
CMYK: (0,17,39,59) C0M17Y39K59 (0%,17%,39%,59%) (0.00/0.17/0.39/0.59)

CMYK percentages

%0
%17.31
%39.42
%59.22

Codes

Color #68563F in popluar color models

68563F
RGB1048663
HSL34°24.55%32.75%
HSB/HSV34°39.42%40.78%
CMYK0.00%17.31%39.42%
59.22%

Color #68563F in popluar number systems.

HEX68563F
Decimal1048663
Binary11010001010110111111
Octal15012677

Shades and tints

Shades of #68563F

#68563F
(104,86,63)
#5F4F3A
(95,79,58)
#564835
(86,72,53)
#4D4130
(77,65,48)
#443A2B
(68,58,43)
#3B3326
(59,51,38)
#322C21
(50,44,33)
#29251C
(41,37,28)
#201E17
(32,30,23)
#171712
(23,23,18)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #68563F

#68563F
(104,86,63)
#756550
(117,101,80)
#827461
(130,116,97)
#8F8372
(143,131,114)
#9C9283
(156,146,131)
#A9A194
(169,161,148)
#B6B0A5
(182,176,165)
#C3BFB6
(195,191,182)
#D0CEC7
(208,206,199)
#DDDDD8
(221,221,216)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68563F; }

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

This text font color is #68563F.


Background Color

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

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

This div background color is #68563F.


Border color

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

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

This div border color is #68563F.


Opacity

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

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

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

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

This text has shadow with #68563F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #68563F on black background.


Color preview on white background

This text has color #68563F on white background.



Black color preview on #68563F background

This text has black color on #68563F background.


White color preview on #68563F background

This text has white color on #68563F background.