COLOR #698D6F

HEX: #698D6F
RGB: (105,141,111)

Color info

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

RGB color model

#698D6F color RGB value is (105,141,111).

  • red value is 105;
  • green value is 141;
  • blue value is 111.
RGB:
(105,141,111)
(41%,55%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 111 of 255 = 44%

105
141
111

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 111 = 357 (100%)
R 105 of 357 ~ 29.41%
G 141 of 357 ~ 39.5%
B 111 of 357 ~ 31.09%

%29.41
%39.5
%31.09

CMYK color model

#698D6F color CMYK value is (26,0,21,45).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%
CMYK:
(26,0,21,45)
C26M0Y21K45 
(26%,0%,21%,45%)
(0.26/0.00/0.21/0.45)	

CMYK percentages

%25.53
%0
%21.28
%44.71

Codes

Color #698D6F in popluar color models

698D6F
RGB105141111
HSL130°14.63%48.24%
HSB/HSV130°25.53%55.29%
CMYK25.53%0.00%21.28%
44.71%

Color #698D6F in popluar number systems.

HEX698D6F
Decimal105141111
Binary1101001100011011101111
Octal151215157

Shades and tints

Shades of #698D6F

#698D6F
(105,141,111)
#608165
(96,129,101)
#57755B
(87,117,91)
#4E6951
(78,105,81)
#455D47
(69,93,71)
#3C513D
(60,81,61)
#334533
(51,69,51)
#2A3929
(42,57,41)
#212D1F
(33,45,31)
#182115
(24,33,21)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #698D6F

#698D6F
(105,141,111)
#76977C
(118,151,124)
#83A189
(131,161,137)
#90AB96
(144,171,150)
#9DB5A3
(157,181,163)
#AABFB0
(170,191,176)
#B7C9BD
(183,201,189)
#C4D3CA
(196,211,202)
#D1DDD7
(209,221,215)
#DEE7E4
(222,231,228)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698D6F color. Also use rgb(105,141,111) instead hex code.

Text Font Color

.myTextColor { color: #698D6F; }

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

This text font color is #698D6F.


Background Color

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

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

This div background color is #698D6F.


Border color

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

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

This div border color is #698D6F.


Opacity

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

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

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

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

This text has shadow with #698D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698D6F on black background.


Color preview on white background

This text has color #698D6F on white background.



Black color preview on #698D6F background

This text has black color on #698D6F background.


White color preview on #698D6F background

This text has white color on #698D6F background.