COLOR #698965

HEX: #698965
RGB: (105,137,101)

Color info

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

RGB color model

#698965 color RGB value is (105,137,101).

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

RGB channels and saturation

R 105 of 255 = 41%
G 137 of 255 = 54%
B 101 of 255 = 40%

105
137
101

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

Portions of RGB colors in percentages

R + G + B =
105 + 137 + 101 = 343 (100%)
R 105 of 343 ~ 30.61%
G 137 of 343 ~ 39.94%
B 101 of 343 ~ 29.45%

%30.61
%39.94
%29.45

CMYK color model

#698965 color CMYK value is (23,0,26,46).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(23,0,26,46)
C23M0Y26K46 
(23%,0%,26%,46%)
(0.23/0.00/0.26/0.46)	

CMYK percentages

%23.36
%0
%26.28
%46.27

Codes

Color #698965 in popluar color models

698965
RGB105137101
HSL113°15.13%46.67%
HSB/HSV113°26.28%53.73%
CMYK23.36%0.00%26.28%
46.27%

Color #698965 in popluar number systems.

HEX698965
Decimal105137101
Binary1101001100010011100101
Octal151211145

Shades and tints

Shades of #698965

#698965
(105,137,101)
#607D5C
(96,125,92)
#577153
(87,113,83)
#4E654A
(78,101,74)
#455941
(69,89,65)
#3C4D38
(60,77,56)
#33412F
(51,65,47)
#2A3526
(42,53,38)
#21291D
(33,41,29)
#181D14
(24,29,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #698965

#698965
(105,137,101)
#769373
(118,147,115)
#839D81
(131,157,129)
#90A78F
(144,167,143)
#9DB19D
(157,177,157)
#AABBAB
(170,187,171)
#B7C5B9
(183,197,185)
#C4CFC7
(196,207,199)
#D1D9D5
(209,217,213)
#DEE3E3
(222,227,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698965; }

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

This text font color is #698965.


Background Color

.myBgColor { background-color: #698965; }

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

This div background color is #698965.


Border color

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

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

This div border color is #698965.


Opacity

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

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

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

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

This text has shadow with #698965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698965 on black background.


Color preview on white background

This text has color #698965 on white background.



Black color preview on #698965 background

This text has black color on #698965 background.


White color preview on #698965 background

This text has white color on #698965 background.