COLOR #68803C

HEX: #68803C
RGB: (104,128,60)

Color info

#68803C contains mainly red and green colors. Web safe color of #68803C is #666633 (or #663).

RGB color model

#68803C color RGB value is (104,128,60).

  • red value is 104;
  • green value is 128;
  • blue value is 60.
RGB:
(104,128,60)
(41%,50%,24%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 60 of 255 = 24%

104
128
60

R + G + B ~ 38%. #68803C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 60 = 292 (100%)
R 104 of 292 ~ 35.62%
G 128 of 292 ~ 43.84%
B 60 of 292 ~ 20.55%

%35.62
%43.84
%20.55

CMYK color model

#68803C color CMYK value is (19,0,53,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 53.13%
  • key color value is 49.80%
CMYK:
(19,0,53,50)
C19M0Y53K50 
(19%,0%,53%,50%)
(0.19/0.00/0.53/0.50)	

CMYK percentages

%18.75
%0
%53.13
%49.8

Codes

Color #68803C in popluar color models

68803C
RGB10412860
HSL81°36.17%36.86%
HSB/HSV81°53.13%50.20%
CMYK18.75%0.00%53.13%
49.80%

Color #68803C in popluar number systems.

HEX68803C
Decimal10412860
Binary110100010000000111100
Octal15020074

Shades and tints

Shades of #68803C

#68803C
(104,128,60)
#5F7537
(95,117,55)
#566A32
(86,106,50)
#4D5F2D
(77,95,45)
#445428
(68,84,40)
#3B4923
(59,73,35)
#323E1E
(50,62,30)
#293319
(41,51,25)
#202814
(32,40,20)
#171D0F
(23,29,15)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #68803C

#68803C
(104,128,60)
#758B4D
(117,139,77)
#82965E
(130,150,94)
#8FA16F
(143,161,111)
#9CAC80
(156,172,128)
#A9B791
(169,183,145)
#B6C2A2
(182,194,162)
#C3CDB3
(195,205,179)
#D0D8C4
(208,216,196)
#DDE3D5
(221,227,213)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68803C color. Also use rgb(104,128,60) instead hex code.

Text Font Color

.myTextColor { color: #68803C; }

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

This text font color is #68803C.


Background Color

.myBgColor { background-color: #68803C; }

<div style="background-color:#68803C">Inner text</div>

This div background color is #68803C.


Border color

.myBorderColor { border: 1px solid #68803C; }

<div style="border:3px solid #68803C">Div</div>

This div border color is #68803C.


Opacity

.myOpacity80 { color: #68803C; opacity: 0.8; }

<p style="color:#68803C;opacity:0.8;">80%</p>

Text with #68803C 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 #68803C;}

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

This text has shadow with #68803C color.

.textShadow {text-shadow: 3px 3px 1px #68803C, 3px 3px 1px red;}

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

This text has shadow with #68803C primary color and red secondary color.


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

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

This text has shadow with #68803C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68803C on black background.


Color preview on white background

This text has color #68803C on white background.



Black color preview on #68803C background

This text has black color on #68803C background.


White color preview on #68803C background

This text has white color on #68803C background.