COLOR #698C46

HEX: #698C46
RGB: (105,140,70)

Color info

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

RGB color model

#698C46 color RGB value is (105,140,70).

  • red value is 105;
  • green value is 140;
  • blue value is 70.
RGB:
(105,140,70)
(41%,55%,27%)

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 70 of 255 = 27%

105
140
70

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

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 70 = 315 (100%)
R 105 of 315 ~ 33.33%
G 140 of 315 ~ 44.44%
B 70 of 315 ~ 22.22%

%33.33
%44.44
%22.22

CMYK color model

#698C46 color CMYK value is (25,0,50,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 45.10%
CMYK:
(25,0,50,45)
C25M0Y50K45 
(25%,0%,50%,45%)
(0.25/0.00/0.50/0.45)	

CMYK percentages

%25
%0
%50
%45.1

Codes

Color #698C46 in popluar color models

698C46
RGB10514070
HSL90°33.33%41.18%
HSB/HSV90°50.00%54.90%
CMYK25.00%0.00%50.00%
45.10%

Color #698C46 in popluar number systems.

HEX698C46
Decimal10514070
Binary1101001100011001000110
Octal151214106

Shades and tints

Shades of #698C46

#698C46
(105,140,70)
#608040
(96,128,64)
#57743A
(87,116,58)
#4E6834
(78,104,52)
#455C2E
(69,92,46)
#3C5028
(60,80,40)
#334422
(51,68,34)
#2A381C
(42,56,28)
#212C16
(33,44,22)
#182010
(24,32,16)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #698C46

#698C46
(105,140,70)
#769656
(118,150,86)
#83A066
(131,160,102)
#90AA76
(144,170,118)
#9DB486
(157,180,134)
#AABE96
(170,190,150)
#B7C8A6
(183,200,166)
#C4D2B6
(196,210,182)
#D1DCC6
(209,220,198)
#DEE6D6
(222,230,214)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698C46 color. Also use rgb(105,140,70) instead hex code.

Text Font Color

.myTextColor { color: #698C46; }

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

This text font color is #698C46.


Background Color

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

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

This div background color is #698C46.


Border color

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

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

This div border color is #698C46.


Opacity

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

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

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

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

This text has shadow with #698C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C46 on black background.


Color preview on white background

This text has color #698C46 on white background.



Black color preview on #698C46 background

This text has black color on #698C46 background.


White color preview on #698C46 background

This text has white color on #698C46 background.