COLOR #698F61

HEX: #698F61
RGB: (105,143,97)

Color info

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

RGB color model

#698F61 color RGB value is (105,143,97).

  • red value is 105;
  • green value is 143;
  • blue value is 97.
RGB:
(105,143,97)
(41%,56%,38%)

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 97 of 255 = 38%

105
143
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 97 = 345 (100%)
R 105 of 345 ~ 30.43%
G 143 of 345 ~ 41.45%
B 97 of 345 ~ 28.12%

%30.43
%41.45
%28.12

CMYK color model

#698F61 color CMYK value is (27,0,32,44).

  • cyan value is 26.57%
  • magenta value is 0.00%
  • yellow value is 32.17%
  • key color value is 43.92%
CMYK:
(27,0,32,44)
C27M0Y32K44 
(27%,0%,32%,44%)
(0.27/0.00/0.32/0.44)	

CMYK percentages

%26.57
%0
%32.17
%43.92

Codes

Color #698F61 in popluar color models

698F61
RGB10514397
HSL110°19.17%47.06%
HSB/HSV110°32.17%56.08%
CMYK26.57%0.00%32.17%
43.92%

Color #698F61 in popluar number systems.

HEX698F61
Decimal10514397
Binary1101001100011111100001
Octal151217141

Shades and tints

Shades of #698F61

#698F61
(105,143,97)
#608259
(96,130,89)
#577551
(87,117,81)
#4E6849
(78,104,73)
#455B41
(69,91,65)
#3C4E39
(60,78,57)
#334131
(51,65,49)
#2A3429
(42,52,41)
#212721
(33,39,33)
#181A19
(24,26,25)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #698F61

#698F61
(105,143,97)
#76996F
(118,153,111)
#83A37D
(131,163,125)
#90AD8B
(144,173,139)
#9DB799
(157,183,153)
#AAC1A7
(170,193,167)
#B7CBB5
(183,203,181)
#C4D5C3
(196,213,195)
#D1DFD1
(209,223,209)
#DEE9DF
(222,233,223)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698F61 color. Also use rgb(105,143,97) instead hex code.

Text Font Color

.myTextColor { color: #698F61; }

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

This text font color is #698F61.


Background Color

.myBgColor { background-color: #698F61; }

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

This div background color is #698F61.


Border color

.myBorderColor { border: 1px solid #698F61; }

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

This div border color is #698F61.


Opacity

.myOpacity80 { color: #698F61; opacity: 0.8; }

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

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

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

This text has shadow with #698F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698F61 on black background.


Color preview on white background

This text has color #698F61 on white background.



Black color preview on #698F61 background

This text has black color on #698F61 background.


White color preview on #698F61 background

This text has white color on #698F61 background.