COLOR #698A46

HEX: #698A46
RGB: (105,138,70)

Color info

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

RGB color model

#698A46 color RGB value is (105,138,70).

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

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 70 of 255 = 27%

105
138
70

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

Portions of RGB colors in percentages

R + G + B =
105 + 138 + 70 = 313 (100%)
R 105 of 313 ~ 33.55%
G 138 of 313 ~ 44.09%
B 70 of 313 ~ 22.36%

%33.55
%44.09
%22.36

CMYK color model

#698A46 color CMYK value is (24,0,49,46).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 49.28%
  • key color value is 45.88%
CMYK:
(24,0,49,46)
C24M0Y49K46 
(24%,0%,49%,46%)
(0.24/0.00/0.49/0.46)	

CMYK percentages

%23.91
%0
%49.28
%45.88

Codes

Color #698A46 in popluar color models

698A46
RGB10513870
HSL89°32.69%40.78%
HSB/HSV89°49.28%54.12%
CMYK23.91%0.00%49.28%
45.88%

Color #698A46 in popluar number systems.

HEX698A46
Decimal10513870
Binary1101001100010101000110
Octal151212106

Shades and tints

Shades of #698A46

#698A46
(105,138,70)
#607E40
(96,126,64)
#57723A
(87,114,58)
#4E6634
(78,102,52)
#455A2E
(69,90,46)
#3C4E28
(60,78,40)
#334222
(51,66,34)
#2A361C
(42,54,28)
#212A16
(33,42,22)
#181E10
(24,30,16)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #698A46

#698A46
(105,138,70)
#769456
(118,148,86)
#839E66
(131,158,102)
#90A876
(144,168,118)
#9DB286
(157,178,134)
#AABC96
(170,188,150)
#B7C6A6
(183,198,166)
#C4D0B6
(196,208,182)
#D1DAC6
(209,218,198)
#DEE4D6
(222,228,214)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698A46; }

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

This text font color is #698A46.


Background Color

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

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

This div background color is #698A46.


Border color

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

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

This div border color is #698A46.


Opacity

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

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

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

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

This text has shadow with #698A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698A46 on black background.


Color preview on white background

This text has color #698A46 on white background.



Black color preview on #698A46 background

This text has black color on #698A46 background.


White color preview on #698A46 background

This text has white color on #698A46 background.