COLOR #698862

HEX: #698862
RGB: (105,136,98)

Color info

#698862 contains red, green and blue colors in about the same proportion. Web safe color of #698862 is #669966 (or #696).

RGB color model

#698862 color RGB value is (105,136,98).

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

RGB channels and saturation

R 105 of 255 = 41%
G 136 of 255 = 53%
B 98 of 255 = 38%

105
136
98

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

Portions of RGB colors in percentages

R + G + B =
105 + 136 + 98 = 339 (100%)
R 105 of 339 ~ 30.97%
G 136 of 339 ~ 40.12%
B 98 of 339 ~ 28.91%

%30.97
%40.12
%28.91

CMYK color model

#698862 color CMYK value is (23,0,28,47).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(23,0,28,47)
C23M0Y28K47 
(23%,0%,28%,47%)
(0.23/0.00/0.28/0.47)	

CMYK percentages

%22.79
%0
%27.94
%46.67

Codes

Color #698862 in popluar color models

698862
RGB10513698
HSL109°16.24%45.88%
HSB/HSV109°27.94%53.33%
CMYK22.79%0.00%27.94%
46.67%

Color #698862 in popluar number systems.

HEX698862
Decimal10513698
Binary1101001100010001100010
Octal151210142

Shades and tints

Shades of #698862

#698862
(105,136,98)
#607C5A
(96,124,90)
#577052
(87,112,82)
#4E644A
(78,100,74)
#455842
(69,88,66)
#3C4C3A
(60,76,58)
#334032
(51,64,50)
#2A342A
(42,52,42)
#212822
(33,40,34)
#181C1A
(24,28,26)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #698862

#698862
(105,136,98)
#769270
(118,146,112)
#839C7E
(131,156,126)
#90A68C
(144,166,140)
#9DB09A
(157,176,154)
#AABAA8
(170,186,168)
#B7C4B6
(183,196,182)
#C4CEC4
(196,206,196)
#D1D8D2
(209,216,210)
#DEE2E0
(222,226,224)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698862; }

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

This text font color is #698862.


Background Color

.myBgColor { background-color: #698862; }

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

This div background color is #698862.


Border color

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

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

This div border color is #698862.


Opacity

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

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

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

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

This text has shadow with #698862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698862 on black background.


Color preview on white background

This text has color #698862 on white background.



Black color preview on #698862 background

This text has black color on #698862 background.


White color preview on #698862 background

This text has white color on #698862 background.