COLOR #68802B

HEX: #68802B
RGB: (104,128,43)

Color info

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

RGB color model

#68802B color RGB value is (104,128,43).

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

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 43 of 255 = 17%

104
128
43

R + G + B ~ 36%. #68802B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 43 = 275 (100%)
R 104 of 275 ~ 37.82%
G 128 of 275 ~ 46.55%
B 43 of 275 ~ 15.64%

%37.82
%46.55
%15.64

CMYK color model

#68802B color CMYK value is (19,0,66,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 66.41%
  • key color value is 49.80%
CMYK:
(19,0,66,50)
C19M0Y66K50 
(19%,0%,66%,50%)
(0.19/0.00/0.66/0.50)	

CMYK percentages

%18.75
%0
%66.41
%49.8

Codes

Color #68802B in popluar color models

68802B
RGB10412843
HSL77°49.71%33.53%
HSB/HSV77°66.41%50.20%
CMYK18.75%0.00%66.41%
49.80%

Color #68802B in popluar number systems.

HEX68802B
Decimal10412843
Binary110100010000000101011
Octal15020053

Shades and tints

Shades of #68802B

#68802B
(104,128,43)
#5F7528
(95,117,40)
#566A25
(86,106,37)
#4D5F22
(77,95,34)
#44541F
(68,84,31)
#3B491C
(59,73,28)
#323E19
(50,62,25)
#293316
(41,51,22)
#202813
(32,40,19)
#171D10
(23,29,16)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #68802B

#68802B
(104,128,43)
#758B3E
(117,139,62)
#829651
(130,150,81)
#8FA164
(143,161,100)
#9CAC77
(156,172,119)
#A9B78A
(169,183,138)
#B6C29D
(182,194,157)
#C3CDB0
(195,205,176)
#D0D8C3
(208,216,195)
#DDE3D6
(221,227,214)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68802B color. Also use rgb(104,128,43) instead hex code.

Text Font Color

.myTextColor { color: #68802B; }

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

This text font color is #68802B.


Background Color

.myBgColor { background-color: #68802B; }

<div style="background-color:#68802B">Inner text</div>

This div background color is #68802B.


Border color

.myBorderColor { border: 1px solid #68802B; }

<div style="border:3px solid #68802B">Div</div>

This div border color is #68802B.


Opacity

.myOpacity80 { color: #68802B; opacity: 0.8; }

<p style="color:#68802B;opacity:0.8;">80%</p>

Text with #68802B 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 #68802B;}

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

This text has shadow with #68802B color.

.textShadow {text-shadow: 3px 3px 1px #68802B, 3px 3px 1px red;}

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

This text has shadow with #68802B primary color and red secondary color.


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

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

This text has shadow with #68802B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68802B on black background.


Color preview on white background

This text has color #68802B on white background.



Black color preview on #68802B background

This text has black color on #68802B background.


White color preview on #68802B background

This text has white color on #68802B background.