COLOR #698A79

HEX: #698A79
RGB: (105,138,121)

Color info

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

RGB color model

#698A79 color RGB value is (105,138,121).

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

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 121 of 255 = 47%

105
138
121

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

Portions of RGB colors in percentages

R + G + B =
105 + 138 + 121 = 364 (100%)
R 105 of 364 ~ 28.85%
G 138 of 364 ~ 37.91%
B 121 of 364 ~ 33.24%

%28.85
%37.91
%33.24

CMYK color model

#698A79 color CMYK value is (24,0,12,46).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 45.88%
CMYK: (24,0,12,46) C24M0Y12K46 (24%,0%,12%,46%) (0.24/0.00/0.12/0.46)

CMYK percentages

%23.91
%0
%12.32
%45.88

Codes

Color #698A79 in popluar color models

698A79
RGB105138121
HSL149°13.58%47.65%
HSB/HSV149°23.91%54.12%
CMYK23.91%0.00%12.32%
45.88%

Color #698A79 in popluar number systems.

HEX698A79
Decimal105138121
Binary1101001100010101111001
Octal151212171

Shades and tints

Shades of #698A79

#698A79
(105,138,121)
#607E6E
(96,126,110)
#577263
(87,114,99)
#4E6658
(78,102,88)
#455A4D
(69,90,77)
#3C4E42
(60,78,66)
#334237
(51,66,55)
#2A362C
(42,54,44)
#212A21
(33,42,33)
#181E16
(24,30,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #698A79

#698A79
(105,138,121)
#769485
(118,148,133)
#839E91
(131,158,145)
#90A89D
(144,168,157)
#9DB2A9
(157,178,169)
#AABCB5
(170,188,181)
#B7C6C1
(183,198,193)
#C4D0CD
(196,208,205)
#D1DAD9
(209,218,217)
#DEE4E5
(222,228,229)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698A79; }

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

This text font color is #698A79.


Background Color

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

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

This div background color is #698A79.


Border color

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

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

This div border color is #698A79.


Opacity

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

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

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

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

This text has shadow with #698A79 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #698A79 on black background.


Color preview on white background

This text has color #698A79 on white background.



Black color preview on #698A79 background

This text has black color on #698A79 background.


White color preview on #698A79 background

This text has white color on #698A79 background.