COLOR #698779

HEX: #698779
RGB: (105,135,121)

Color info

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

RGB color model

#698779 color RGB value is (105,135,121).

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

RGB channels and saturation

R 105 of 255 = 41%
G 135 of 255 = 53%
B 121 of 255 = 47%

105
135
121

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

Portions of RGB colors in percentages

R + G + B =
105 + 135 + 121 = 361 (100%)
R 105 of 361 ~ 29.09%
G 135 of 361 ~ 37.4%
B 121 of 361 ~ 33.52%

%29.09
%37.4
%33.52

CMYK color model

#698779 color CMYK value is (22,0,10,47).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(22,0,10,47)
C22M0Y10K47 
(22%,0%,10%,47%)
(0.22/0.00/0.10/0.47)	

CMYK percentages

%22.22
%0
%10.37
%47.06

Codes

Color #698779 in popluar color models

698779
RGB105135121
HSL152°12.50%47.06%
HSB/HSV152°22.22%52.94%
CMYK22.22%0.00%10.37%
47.06%

Color #698779 in popluar number systems.

HEX698779
Decimal105135121
Binary1101001100001111111001
Octal151207171

Shades and tints

Shades of #698779

#698779
(105,135,121)
#607B6E
(96,123,110)
#576F63
(87,111,99)
#4E6358
(78,99,88)
#45574D
(69,87,77)
#3C4B42
(60,75,66)
#333F37
(51,63,55)
#2A332C
(42,51,44)
#212721
(33,39,33)
#181B16
(24,27,22)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #698779

#698779
(105,135,121)
#769185
(118,145,133)
#839B91
(131,155,145)
#90A59D
(144,165,157)
#9DAFA9
(157,175,169)
#AAB9B5
(170,185,181)
#B7C3C1
(183,195,193)
#C4CDCD
(196,205,205)
#D1D7D9
(209,215,217)
#DEE1E5
(222,225,229)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698779; }

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

This text font color is #698779.


Background Color

.myBgColor { background-color: #698779; }

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

This div background color is #698779.


Border color

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

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

This div border color is #698779.


Opacity

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

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

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

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

This text has shadow with #698779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698779 on black background.


Color preview on white background

This text has color #698779 on white background.



Black color preview on #698779 background

This text has black color on #698779 background.


White color preview on #698779 background

This text has white color on #698779 background.