COLOR #68863E

HEX: #68863E
RGB: (104,134,62)

Color info

#68863E contains mainly red and green colors. Web safe color of #68863E is #669933 (or #693).

RGB color model

#68863E color RGB value is (104,134,62).

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

RGB channels and saturation

R 104 of 255 = 41%
G 134 of 255 = 53%
B 62 of 255 = 24%

104
134
62

R + G + B ~ 39%. #68863E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 134 + 62 = 300 (100%)
R 104 of 300 ~ 34.67%
G 134 of 300 ~ 44.67%
B 62 of 300 ~ 20.67%

%34.67
%44.67
%20.67

CMYK color model

#68863E color CMYK value is (22,0,54,47).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 53.73%
  • key color value is 47.45%
CMYK:
(22,0,54,47)
C22M0Y54K47 
(22%,0%,54%,47%)
(0.22/0.00/0.54/0.47)	

CMYK percentages

%22.39
%0
%53.73
%47.45

Codes

Color #68863E in popluar color models

68863E
RGB10413462
HSL85°36.73%38.43%
HSB/HSV85°53.73%52.55%
CMYK22.39%0.00%53.73%
47.45%

Color #68863E in popluar number systems.

HEX68863E
Decimal10413462
Binary110100010000110111110
Octal15020676

Shades and tints

Shades of #68863E

#68863E
(104,134,62)
#5F7A39
(95,122,57)
#566E34
(86,110,52)
#4D622F
(77,98,47)
#44562A
(68,86,42)
#3B4A25
(59,74,37)
#323E20
(50,62,32)
#29321B
(41,50,27)
#202616
(32,38,22)
#171A11
(23,26,17)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #68863E

#68863E
(104,134,62)
#75914F
(117,145,79)
#829C60
(130,156,96)
#8FA771
(143,167,113)
#9CB282
(156,178,130)
#A9BD93
(169,189,147)
#B6C8A4
(182,200,164)
#C3D3B5
(195,211,181)
#D0DEC6
(208,222,198)
#DDE9D7
(221,233,215)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68863E; }

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

This text font color is #68863E.


Background Color

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

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

This div background color is #68863E.


Border color

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

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

This div border color is #68863E.


Opacity

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

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

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

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

This text has shadow with #68863E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68863E on black background.


Color preview on white background

This text has color #68863E on white background.



Black color preview on #68863E background

This text has black color on #68863E background.


White color preview on #68863E background

This text has white color on #68863E background.