COLOR #68984D

HEX: #68984D
RGB: (104,152,77)

Color info

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

RGB color model

#68984D color RGB value is (104,152,77).

  • red value is 104;
  • green value is 152;
  • blue value is 77.
RGB:
(104,152,77)
(41%,60%,30%)

RGB channels and saturation

R 104 of 255 = 41%
G 152 of 255 = 60%
B 77 of 255 = 30%

104
152
77

R + G + B ~ 44%. #68984D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 152 + 77 = 333 (100%)
R 104 of 333 ~ 31.23%
G 152 of 333 ~ 45.65%
B 77 of 333 ~ 23.12%

%31.23
%45.65
%23.12

CMYK color model

#68984D color CMYK value is (32,0,49,40).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 49.34%
  • key color value is 40.39%
CMYK:
(32,0,49,40)
C32M0Y49K40 
(32%,0%,49%,40%)
(0.32/0.00/0.49/0.40)	

CMYK percentages

%31.58
%0
%49.34
%40.39

Codes

Color #68984D in popluar color models

68984D
RGB10415277
HSL98°32.75%44.90%
HSB/HSV98°49.34%59.61%
CMYK31.58%0.00%49.34%
40.39%

Color #68984D in popluar number systems.

HEX68984D
Decimal10415277
Binary1101000100110001001101
Octal150230115

Shades and tints

Shades of #68984D

#68984D
(104,152,77)
#5F8B46
(95,139,70)
#567E3F
(86,126,63)
#4D7138
(77,113,56)
#446431
(68,100,49)
#3B572A
(59,87,42)
#324A23
(50,74,35)
#293D1C
(41,61,28)
#203015
(32,48,21)
#17230E
(23,35,14)
#0E1607
(14,22,7)
#000000
(0,0,0)

Tints of #68984D

#68984D
(104,152,77)
#75A15D
(117,161,93)
#82AA6D
(130,170,109)
#8FB37D
(143,179,125)
#9CBC8D
(156,188,141)
#A9C59D
(169,197,157)
#B6CEAD
(182,206,173)
#C3D7BD
(195,215,189)
#D0E0CD
(208,224,205)
#DDE9DD
(221,233,221)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68984D color. Also use rgb(104,152,77) instead hex code.

Text Font Color

.myTextColor { color: #68984D; }

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

This text font color is #68984D.


Background Color

.myBgColor { background-color: #68984D; }

<div style="background-color:#68984D">Inner text</div>

This div background color is #68984D.


Border color

.myBorderColor { border: 1px solid #68984D; }

<div style="border:3px solid #68984D">Div</div>

This div border color is #68984D.


Opacity

.myOpacity80 { color: #68984D; opacity: 0.8; }

<p style="color:#68984D;opacity:0.8;">80%</p>

Text with #68984D 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 #68984D;}

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

This text has shadow with #68984D color.

.textShadow {text-shadow: 3px 3px 1px #68984D, 3px 3px 1px red;}

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

This text has shadow with #68984D primary color and red secondary color.


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

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

This text has shadow with #68984D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68984D on black background.


Color preview on white background

This text has color #68984D on white background.



Black color preview on #68984D background

This text has black color on #68984D background.


White color preview on #68984D background

This text has white color on #68984D background.