COLOR #68680A

HEX: #68680A
RGB: (104,104,10)

Color info

#68680A contains mainly red and green colors. Web safe color of #68680A is #666600 (or #660).

RGB color model

#68680A color RGB value is (104,104,10).

  • red value is 104;
  • green value is 104;
  • blue value is 10.
RGB:
(104,104,10)
(41%,41%,4%)

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 10 of 255 = 4%

104
104
10

R + G + B ~ 29%. #68680A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 10 = 218 (100%)
R 104 of 218 ~ 47.71%
G 104 of 218 ~ 47.71%
B 10 of 218 ~ 4.59%

%47.71
%47.71

CMYK color model

#68680A color CMYK value is (0,0,90,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 90.38%
  • key color value is 59.22%
CMYK:
(0,0,90,59)
C0M0Y90K59 
(0%,0%,90%,59%)
(0.00/0.00/0.90/0.59)	

CMYK percentages

%0
%0
%90.38
%59.22

Codes

Color #68680A in popluar color models

68680A
RGB10410410
HSL60°82.46%22.35%
HSB/HSV60°90.38%40.78%
CMYK0.00%0.00%90.38%
59.22%

Color #68680A in popluar number systems.

HEX68680A
Decimal10410410
Binary110100011010001010
Octal15015012

Shades and tints

Shades of #68680A

#68680A
(104,104,10)
#5F5F0A
(95,95,10)
#56560A
(86,86,10)
#4D4D0A
(77,77,10)
#44440A
(68,68,10)
#3B3B0A
(59,59,10)
#32320A
(50,50,10)
#29290A
(41,41,10)
#20200A
(32,32,10)
#17170A
(23,23,10)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #68680A

#68680A
(104,104,10)
#757520
(117,117,32)
#828236
(130,130,54)
#8F8F4C
(143,143,76)
#9C9C62
(156,156,98)
#A9A978
(169,169,120)
#B6B68E
(182,182,142)
#C3C3A4
(195,195,164)
#D0D0BA
(208,208,186)
#DDDDD0
(221,221,208)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68680A color. Also use rgb(104,104,10) instead hex code.

Text Font Color

.myTextColor { color: #68680A; }

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

This text font color is #68680A.


Background Color

.myBgColor { background-color: #68680A; }

<div style="background-color:#68680A">Inner text</div>

This div background color is #68680A.


Border color

.myBorderColor { border: 1px solid #68680A; }

<div style="border:3px solid #68680A">Div</div>

This div border color is #68680A.


Opacity

.myOpacity80 { color: #68680A; opacity: 0.8; }

<p style="color:#68680A;opacity:0.8;">80%</p>

Text with #68680A 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 #68680A;}

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

This text has shadow with #68680A color.

.textShadow {text-shadow: 3px 3px 1px #68680A, 3px 3px 1px red;}

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

This text has shadow with #68680A primary color and red secondary color.


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

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

This text has shadow with #68680A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68680A on black background.


Color preview on white background

This text has color #68680A on white background.



Black color preview on #68680A background

This text has black color on #68680A background.


White color preview on #68680A background

This text has white color on #68680A background.