COLOR #698E3F

HEX: #698E3F
RGB: (105,142,63)

Color info

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

RGB color model

#698E3F color RGB value is (105,142,63).

  • red value is 105;
  • green value is 142;
  • blue value is 63.
RGB:
(105,142,63)
(41%,56%,25%)

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 63 of 255 = 25%

105
142
63

R + G + B ~ 41%. #698E3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 142 + 63 = 310 (100%)
R 105 of 310 ~ 33.87%
G 142 of 310 ~ 45.81%
B 63 of 310 ~ 20.32%

%33.87
%45.81
%20.32

CMYK color model

#698E3F color CMYK value is (26,0,56,44).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 55.63%
  • key color value is 44.31%
CMYK:
(26,0,56,44)
C26M0Y56K44 
(26%,0%,56%,44%)
(0.26/0.00/0.56/0.44)	

CMYK percentages

%26.06
%0
%55.63
%44.31

Codes

Color #698E3F in popluar color models

698E3F
RGB10514263
HSL88°38.54%40.20%
HSB/HSV88°55.63%55.69%
CMYK26.06%0.00%55.63%
44.31%

Color #698E3F in popluar number systems.

HEX698E3F
Decimal10514263
Binary110100110001110111111
Octal15121677

Shades and tints

Shades of #698E3F

#698E3F
(105,142,63)
#60823A
(96,130,58)
#577635
(87,118,53)
#4E6A30
(78,106,48)
#455E2B
(69,94,43)
#3C5226
(60,82,38)
#334621
(51,70,33)
#2A3A1C
(42,58,28)
#212E17
(33,46,23)
#182212
(24,34,18)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #698E3F

#698E3F
(105,142,63)
#769850
(118,152,80)
#83A261
(131,162,97)
#90AC72
(144,172,114)
#9DB683
(157,182,131)
#AAC094
(170,192,148)
#B7CAA5
(183,202,165)
#C4D4B6
(196,212,182)
#D1DEC7
(209,222,199)
#DEE8D8
(222,232,216)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698E3F color. Also use rgb(105,142,63) instead hex code.

Text Font Color

.myTextColor { color: #698E3F; }

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

This text font color is #698E3F.


Background Color

.myBgColor { background-color: #698E3F; }

<div style="background-color:#698E3F">Inner text</div>

This div background color is #698E3F.


Border color

.myBorderColor { border: 1px solid #698E3F; }

<div style="border:3px solid #698E3F">Div</div>

This div border color is #698E3F.


Opacity

.myOpacity80 { color: #698E3F; opacity: 0.8; }

<p style="color:#698E3F;opacity:0.8;">80%</p>

Text with #698E3F 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 #698E3F;}

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

This text has shadow with #698E3F color.

.textShadow {text-shadow: 3px 3px 1px #698E3F, 3px 3px 1px red;}

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

This text has shadow with #698E3F primary color and red secondary color.


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

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

This text has shadow with #698E3F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698E3F on black background.


Color preview on white background

This text has color #698E3F on white background.



Black color preview on #698E3F background

This text has black color on #698E3F background.


White color preview on #698E3F background

This text has white color on #698E3F background.