COLOR #698772

HEX: #698772
RGB: (105,135,114)

Color info

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

RGB color model

#698772 color RGB value is (105,135,114).

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

RGB channels and saturation

R 105 of 255 = 41%
G 135 of 255 = 53%
B 114 of 255 = 45%

105
135
114

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

Portions of RGB colors in percentages

R + G + B =
105 + 135 + 114 = 354 (100%)
R 105 of 354 ~ 29.66%
G 135 of 354 ~ 38.14%
B 114 of 354 ~ 32.2%

%29.66
%38.14
%32.2

CMYK color model

#698772 color CMYK value is (22,0,16,47).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 47.06%
CMYK:
(22,0,16,47)
C22M0Y16K47 
(22%,0%,16%,47%)
(0.22/0.00/0.16/0.47)	

CMYK percentages

%22.22
%0
%15.56
%47.06

Codes

Color #698772 in popluar color models

698772
RGB105135114
HSL138°12.50%47.06%
HSB/HSV138°22.22%52.94%
CMYK22.22%0.00%15.56%
47.06%

Color #698772 in popluar number systems.

HEX698772
Decimal105135114
Binary1101001100001111110010
Octal151207162

Shades and tints

Shades of #698772

#698772
(105,135,114)
#607B68
(96,123,104)
#576F5E
(87,111,94)
#4E6354
(78,99,84)
#45574A
(69,87,74)
#3C4B40
(60,75,64)
#333F36
(51,63,54)
#2A332C
(42,51,44)
#212722
(33,39,34)
#181B18
(24,27,24)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #698772

#698772
(105,135,114)
#76917E
(118,145,126)
#839B8A
(131,155,138)
#90A596
(144,165,150)
#9DAFA2
(157,175,162)
#AAB9AE
(170,185,174)
#B7C3BA
(183,195,186)
#C4CDC6
(196,205,198)
#D1D7D2
(209,215,210)
#DEE1DE
(222,225,222)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698772; }

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

This text font color is #698772.


Background Color

.myBgColor { background-color: #698772; }

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

This div background color is #698772.


Border color

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

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

This div border color is #698772.


Opacity

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

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

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

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

This text has shadow with #698772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698772 on black background.


Color preview on white background

This text has color #698772 on white background.



Black color preview on #698772 background

This text has black color on #698772 background.


White color preview on #698772 background

This text has white color on #698772 background.