COLOR #698655

HEX: #698655
RGB: (105,134,85)

Color info

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

RGB color model

#698655 color RGB value is (105,134,85).

  • red value is 105;
  • green value is 134;
  • blue value is 85.
RGB:
(105,134,85)
(41%,53%,33%)

RGB channels and saturation

R 105 of 255 = 41%
G 134 of 255 = 53%
B 85 of 255 = 33%

105
134
85

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

Portions of RGB colors in percentages

R + G + B =
105 + 134 + 85 = 324 (100%)
R 105 of 324 ~ 32.41%
G 134 of 324 ~ 41.36%
B 85 of 324 ~ 26.23%

%32.41
%41.36
%26.23

CMYK color model

#698655 color CMYK value is (22,0,37,47).

  • cyan value is 21.64%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 47.45%
CMYK:
(22,0,37,47)
C22M0Y37K47 
(22%,0%,37%,47%)
(0.22/0.00/0.37/0.47)	

CMYK percentages

%21.64
%0
%36.57
%47.45

Codes

Color #698655 in popluar color models

698655
RGB10513485
HSL96°22.37%42.94%
HSB/HSV96°36.57%52.55%
CMYK21.64%0.00%36.57%
47.45%

Color #698655 in popluar number systems.

HEX698655
Decimal10513485
Binary1101001100001101010101
Octal151206125

Shades and tints

Shades of #698655

#698655
(105,134,85)
#607A4E
(96,122,78)
#576E47
(87,110,71)
#4E6240
(78,98,64)
#455639
(69,86,57)
#3C4A32
(60,74,50)
#333E2B
(51,62,43)
#2A3224
(42,50,36)
#21261D
(33,38,29)
#181A16
(24,26,22)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #698655

#698655
(105,134,85)
#769164
(118,145,100)
#839C73
(131,156,115)
#90A782
(144,167,130)
#9DB291
(157,178,145)
#AABDA0
(170,189,160)
#B7C8AF
(183,200,175)
#C4D3BE
(196,211,190)
#D1DECD
(209,222,205)
#DEE9DC
(222,233,220)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698655; }

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

This text font color is #698655.


Background Color

.myBgColor { background-color: #698655; }

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

This div background color is #698655.


Border color

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

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

This div border color is #698655.


Opacity

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

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

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

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

This text has shadow with #698655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698655 on black background.


Color preview on white background

This text has color #698655 on white background.



Black color preview on #698655 background

This text has black color on #698655 background.


White color preview on #698655 background

This text has white color on #698655 background.