COLOR #698844

HEX: #698844
RGB: (105,136,68)

Color info

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

RGB color model

#698844 color RGB value is (105,136,68).

  • red value is 105;
  • green value is 136;
  • blue value is 68.
RGB:
(105,136,68)
(41%,53%,27%)

RGB channels and saturation

R 105 of 255 = 41%
G 136 of 255 = 53%
B 68 of 255 = 27%

105
136
68

R + G + B ~ 40%. #698844 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 136 + 68 = 309 (100%)
R 105 of 309 ~ 33.98%
G 136 of 309 ~ 44.01%
B 68 of 309 ~ 22.01%

%33.98
%44.01
%22.01

CMYK color model

#698844 color CMYK value is (23,0,50,47).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 46.67%
CMYK:
(23,0,50,47)
C23M0Y50K47 
(23%,0%,50%,47%)
(0.23/0.00/0.50/0.47)	

CMYK percentages

%22.79
%0
%50
%46.67

Codes

Color #698844 in popluar color models

698844
RGB10513668
HSL87°33.33%40.00%
HSB/HSV87°50.00%53.33%
CMYK22.79%0.00%50.00%
46.67%

Color #698844 in popluar number systems.

HEX698844
Decimal10513668
Binary1101001100010001000100
Octal151210104

Shades and tints

Shades of #698844

#698844
(105,136,68)
#607C3E
(96,124,62)
#577038
(87,112,56)
#4E6432
(78,100,50)
#45582C
(69,88,44)
#3C4C26
(60,76,38)
#334020
(51,64,32)
#2A341A
(42,52,26)
#212814
(33,40,20)
#181C0E
(24,28,14)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #698844

#698844
(105,136,68)
#769255
(118,146,85)
#839C66
(131,156,102)
#90A677
(144,166,119)
#9DB088
(157,176,136)
#AABA99
(170,186,153)
#B7C4AA
(183,196,170)
#C4CEBB
(196,206,187)
#D1D8CC
(209,216,204)
#DEE2DD
(222,226,221)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698844 color. Also use rgb(105,136,68) instead hex code.

Text Font Color

.myTextColor { color: #698844; }

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

This text font color is #698844.


Background Color

.myBgColor { background-color: #698844; }

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

This div background color is #698844.


Border color

.myBorderColor { border: 1px solid #698844; }

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

This div border color is #698844.


Opacity

.myOpacity80 { color: #698844; opacity: 0.8; }

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

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

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

This text has shadow with #698844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698844 on black background.


Color preview on white background

This text has color #698844 on white background.



Black color preview on #698844 background

This text has black color on #698844 background.


White color preview on #698844 background

This text has white color on #698844 background.