COLOR #698C56

HEX: #698C56
RGB: (105,140,86)

Color info

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

RGB color model

#698C56 color RGB value is (105,140,86).

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

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 86 of 255 = 34%

105
140
86

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

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 86 = 331 (100%)
R 105 of 331 ~ 31.72%
G 140 of 331 ~ 42.3%
B 86 of 331 ~ 25.98%

%31.72
%42.3
%25.98

CMYK color model

#698C56 color CMYK value is (25,0,39,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 38.57%
  • key color value is 45.10%
CMYK:
(25,0,39,45)
C25M0Y39K45 
(25%,0%,39%,45%)
(0.25/0.00/0.39/0.45)	

CMYK percentages

%25
%0
%38.57
%45.1

Codes

Color #698C56 in popluar color models

698C56
RGB10514086
HSL99°23.89%44.31%
HSB/HSV99°38.57%54.90%
CMYK25.00%0.00%38.57%
45.10%

Color #698C56 in popluar number systems.

HEX698C56
Decimal10514086
Binary1101001100011001010110
Octal151214126

Shades and tints

Shades of #698C56

#698C56
(105,140,86)
#60804F
(96,128,79)
#577448
(87,116,72)
#4E6841
(78,104,65)
#455C3A
(69,92,58)
#3C5033
(60,80,51)
#33442C
(51,68,44)
#2A3825
(42,56,37)
#212C1E
(33,44,30)
#182017
(24,32,23)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #698C56

#698C56
(105,140,86)
#769665
(118,150,101)
#83A074
(131,160,116)
#90AA83
(144,170,131)
#9DB492
(157,180,146)
#AABEA1
(170,190,161)
#B7C8B0
(183,200,176)
#C4D2BF
(196,210,191)
#D1DCCE
(209,220,206)
#DEE6DD
(222,230,221)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698C56; }

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

This text font color is #698C56.


Background Color

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

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

This div background color is #698C56.


Border color

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

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

This div border color is #698C56.


Opacity

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

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

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

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

This text has shadow with #698C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C56 on black background.


Color preview on white background

This text has color #698C56 on white background.



Black color preview on #698C56 background

This text has black color on #698C56 background.


White color preview on #698C56 background

This text has white color on #698C56 background.