COLOR #68763B

HEX: #68763B
RGB: (104,118,59)

Color info

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

RGB color model

#68763B color RGB value is (104,118,59).

  • red value is 104;
  • green value is 118;
  • blue value is 59.
RGB:
(104,118,59)
(41%,46%,23%)

RGB channels and saturation

R 104 of 255 = 41%
G 118 of 255 = 46%
B 59 of 255 = 23%

104
118
59

R + G + B ~ 37%. #68763B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 118 + 59 = 281 (100%)
R 104 of 281 ~ 37.01%
G 118 of 281 ~ 41.99%
B 59 of 281 ~ 21%

%37.01
%41.99
%21

CMYK color model

#68763B color CMYK value is (12,0,50,54).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 53.73%
CMYK:
(12,0,50,54)
C12M0Y50K54 
(12%,0%,50%,54%)
(0.12/0.00/0.50/0.54)	

CMYK percentages

%11.86
%0
%50
%53.73

Codes

Color #68763B in popluar color models

68763B
RGB10411859
HSL74°33.33%34.71%
HSB/HSV74°50.00%46.27%
CMYK11.86%0.00%50.00%
53.73%

Color #68763B in popluar number systems.

HEX68763B
Decimal10411859
Binary11010001110110111011
Octal15016673

Shades and tints

Shades of #68763B

#68763B
(104,118,59)
#5F6C36
(95,108,54)
#566231
(86,98,49)
#4D582C
(77,88,44)
#444E27
(68,78,39)
#3B4422
(59,68,34)
#323A1D
(50,58,29)
#293018
(41,48,24)
#202613
(32,38,19)
#171C0E
(23,28,14)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #68763B

#68763B
(104,118,59)
#75824C
(117,130,76)
#828E5D
(130,142,93)
#8F9A6E
(143,154,110)
#9CA67F
(156,166,127)
#A9B290
(169,178,144)
#B6BEA1
(182,190,161)
#C3CAB2
(195,202,178)
#D0D6C3
(208,214,195)
#DDE2D4
(221,226,212)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68763B color. Also use rgb(104,118,59) instead hex code.

Text Font Color

.myTextColor { color: #68763B; }

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

This text font color is #68763B.


Background Color

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

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

This div background color is #68763B.


Border color

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

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

This div border color is #68763B.


Opacity

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

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

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

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

This text has shadow with #68763B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68763B on black background.


Color preview on white background

This text has color #68763B on white background.



Black color preview on #68763B background

This text has black color on #68763B background.


White color preview on #68763B background

This text has white color on #68763B background.