COLOR #698561

HEX: #698561
RGB: (105,133,97)

Color info

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

RGB color model

#698561 color RGB value is (105,133,97).

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

RGB channels and saturation

R 105 of 255 = 41%
G 133 of 255 = 52%
B 97 of 255 = 38%

105
133
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 133 + 97 = 335 (100%)
R 105 of 335 ~ 31.34%
G 133 of 335 ~ 39.7%
B 97 of 335 ~ 28.96%

%31.34
%39.7
%28.96

CMYK color model

#698561 color CMYK value is (21,0,27,48).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 47.84%
CMYK:
(21,0,27,48)
C21M0Y27K48 
(21%,0%,27%,48%)
(0.21/0.00/0.27/0.48)	

CMYK percentages

%21.05
%0
%27.07
%47.84

Codes

Color #698561 in popluar color models

698561
RGB10513397
HSL107°15.65%45.10%
HSB/HSV107°27.07%52.16%
CMYK21.05%0.00%27.07%
47.84%

Color #698561 in popluar number systems.

HEX698561
Decimal10513397
Binary1101001100001011100001
Octal151205141

Shades and tints

Shades of #698561

#698561
(105,133,97)
#607959
(96,121,89)
#576D51
(87,109,81)
#4E6149
(78,97,73)
#455541
(69,85,65)
#3C4939
(60,73,57)
#333D31
(51,61,49)
#2A3129
(42,49,41)
#212521
(33,37,33)
#181919
(24,25,25)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #698561

#698561
(105,133,97)
#76906F
(118,144,111)
#839B7D
(131,155,125)
#90A68B
(144,166,139)
#9DB199
(157,177,153)
#AABCA7
(170,188,167)
#B7C7B5
(183,199,181)
#C4D2C3
(196,210,195)
#D1DDD1
(209,221,209)
#DEE8DF
(222,232,223)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698561; }

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

This text font color is #698561.


Background Color

.myBgColor { background-color: #698561; }

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

This div background color is #698561.


Border color

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

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

This div border color is #698561.


Opacity

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

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

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

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

This text has shadow with #698561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698561 on black background.


Color preview on white background

This text has color #698561 on white background.



Black color preview on #698561 background

This text has black color on #698561 background.


White color preview on #698561 background

This text has white color on #698561 background.