COLOR #698863

HEX: #698863
RGB: (105,136,99)

Color info

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

RGB color model

#698863 color RGB value is (105,136,99).

  • red value is 105;
  • green value is 136;
  • blue value is 99.
RGB:
(105,136,99)
(41%,53%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 136 of 255 = 53%
B 99 of 255 = 39%

105
136
99

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

Portions of RGB colors in percentages

R + G + B =
105 + 136 + 99 = 340 (100%)
R 105 of 340 ~ 30.88%
G 136 of 340 ~ 40%
B 99 of 340 ~ 29.12%

%30.88
%40
%29.12

CMYK color model

#698863 color CMYK value is (23,0,27,47).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(23,0,27,47)
C23M0Y27K47 
(23%,0%,27%,47%)
(0.23/0.00/0.27/0.47)	

CMYK percentages

%22.79
%0
%27.21
%46.67

Codes

Color #698863 in popluar color models

698863
RGB10513699
HSL110°15.74%46.08%
HSB/HSV110°27.21%53.33%
CMYK22.79%0.00%27.21%
46.67%

Color #698863 in popluar number systems.

HEX698863
Decimal10513699
Binary1101001100010001100011
Octal151210143

Shades and tints

Shades of #698863

#698863
(105,136,99)
#607C5A
(96,124,90)
#577051
(87,112,81)
#4E6448
(78,100,72)
#45583F
(69,88,63)
#3C4C36
(60,76,54)
#33402D
(51,64,45)
#2A3424
(42,52,36)
#21281B
(33,40,27)
#181C12
(24,28,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #698863

#698863
(105,136,99)
#769271
(118,146,113)
#839C7F
(131,156,127)
#90A68D
(144,166,141)
#9DB09B
(157,176,155)
#AABAA9
(170,186,169)
#B7C4B7
(183,196,183)
#C4CEC5
(196,206,197)
#D1D8D3
(209,216,211)
#DEE2E1
(222,226,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698863 color. Also use rgb(105,136,99) instead hex code.

Text Font Color

.myTextColor { color: #698863; }

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

This text font color is #698863.


Background Color

.myBgColor { background-color: #698863; }

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

This div background color is #698863.


Border color

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

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

This div border color is #698863.


Opacity

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

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

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

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

This text has shadow with #698863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698863 on black background.


Color preview on white background

This text has color #698863 on white background.



Black color preview on #698863 background

This text has black color on #698863 background.


White color preview on #698863 background

This text has white color on #698863 background.