COLOR #698165

HEX: #698165
RGB: (105,129,101)

Color info

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

RGB color model

#698165 color RGB value is (105,129,101).

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

RGB channels and saturation

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

105
129
101

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

Portions of RGB colors in percentages

R + G + B =
105 + 129 + 101 = 335 (100%)
R 105 of 335 ~ 31.34%
G 129 of 335 ~ 38.51%
B 101 of 335 ~ 30.15%

%31.34
%38.51
%30.15

CMYK color model

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

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

CMYK percentages

%18.6
%0
%21.71
%49.41

Codes

Color #698165 in popluar color models

698165
RGB105129101
HSL111°12.17%45.10%
HSB/HSV111°21.71%50.59%
CMYK18.60%0.00%21.71%
49.41%

Color #698165 in popluar number systems.

HEX698165
Decimal105129101
Binary1101001100000011100101
Octal151201145

Shades and tints

Shades of #698165

#698165
(105,129,101)
#60765C
(96,118,92)
#576B53
(87,107,83)
#4E604A
(78,96,74)
#455541
(69,85,65)
#3C4A38
(60,74,56)
#333F2F
(51,63,47)
#2A3426
(42,52,38)
#21291D
(33,41,29)
#181E14
(24,30,20)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #698165

#698165
(105,129,101)
#768C73
(118,140,115)
#839781
(131,151,129)
#90A28F
(144,162,143)
#9DAD9D
(157,173,157)
#AAB8AB
(170,184,171)
#B7C3B9
(183,195,185)
#C4CEC7
(196,206,199)
#D1D9D5
(209,217,213)
#DEE4E3
(222,228,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698165; }

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

This text font color is #698165.


Background Color

.myBgColor { background-color: #698165; }

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

This div background color is #698165.


Border color

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

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

This div border color is #698165.


Opacity

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

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

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

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

This text has shadow with #698165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698165 on black background.


Color preview on white background

This text has color #698165 on white background.



Black color preview on #698165 background

This text has black color on #698165 background.


White color preview on #698165 background

This text has white color on #698165 background.