COLOR #698169

HEX: #698169
RGB: (105,129,105)

Color info

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

RGB color model

#698169 color RGB value is (105,129,105).

  • red value is 105;
  • green value is 129;
  • blue value is 105.
RGB:
(105,129,105)
(41%,51%,41%)

RGB channels and saturation

R 105 of 255 = 41%
G 129 of 255 = 51%
B 105 of 255 = 41%

105
129
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 129 + 105 = 339 (100%)
R 105 of 339 ~ 30.97%
G 129 of 339 ~ 38.05%
B 105 of 339 ~ 30.97%

%30.97
%38.05
%30.97

CMYK color model

#698169 color CMYK value is (19,0,19,49).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 49.41%
CMYK:
(19,0,19,49)
C19M0Y19K49 
(19%,0%,19%,49%)
(0.19/0.00/0.19/0.49)	

CMYK percentages

%18.6
%0
%18.6
%49.41

Codes

Color #698169 in popluar color models

698169
RGB105129105
HSL120°10.26%45.88%
HSB/HSV120°18.60%50.59%
CMYK18.60%0.00%18.60%
49.41%

Color #698169 in popluar number systems.

HEX698169
Decimal105129105
Binary1101001100000011101001
Octal151201151

Shades and tints

Shades of #698169

#698169
(105,129,105)
#607660
(96,118,96)
#576B57
(87,107,87)
#4E604E
(78,96,78)
#455545
(69,85,69)
#3C4A3C
(60,74,60)
#333F33
(51,63,51)
#2A342A
(42,52,42)
#212921
(33,41,33)
#181E18
(24,30,24)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #698169

#698169
(105,129,105)
#768C76
(118,140,118)
#839783
(131,151,131)
#90A290
(144,162,144)
#9DAD9D
(157,173,157)
#AAB8AA
(170,184,170)
#B7C3B7
(183,195,183)
#C4CEC4
(196,206,196)
#D1D9D1
(209,217,209)
#DEE4DE
(222,228,222)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698169; }

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

This text font color is #698169.


Background Color

.myBgColor { background-color: #698169; }

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

This div background color is #698169.


Border color

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

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

This div border color is #698169.


Opacity

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

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

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

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

This text has shadow with #698169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698169 on black background.


Color preview on white background

This text has color #698169 on white background.



Black color preview on #698169 background

This text has black color on #698169 background.


White color preview on #698169 background

This text has white color on #698169 background.