COLOR #698869

HEX: #698869
RGB: (105,136,105)

Color info

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

RGB color model

#698869 color RGB value is (105,136,105).

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

RGB channels and saturation

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

105
136
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 136 + 105 = 346 (100%)
R 105 of 346 ~ 30.35%
G 136 of 346 ~ 39.31%
B 105 of 346 ~ 30.35%

%30.35
%39.31
%30.35

CMYK color model

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

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

CMYK percentages

%22.79
%0
%22.79
%46.67

Codes

Color #698869 in popluar color models

698869
RGB105136105
HSL120°12.86%47.25%
HSB/HSV120°22.79%53.33%
CMYK22.79%0.00%22.79%
46.67%

Color #698869 in popluar number systems.

HEX698869
Decimal105136105
Binary1101001100010001101001
Octal151210151

Shades and tints

Shades of #698869

#698869
(105,136,105)
#607C60
(96,124,96)
#577057
(87,112,87)
#4E644E
(78,100,78)
#455845
(69,88,69)
#3C4C3C
(60,76,60)
#334033
(51,64,51)
#2A342A
(42,52,42)
#212821
(33,40,33)
#181C18
(24,28,24)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #698869

#698869
(105,136,105)
#769276
(118,146,118)
#839C83
(131,156,131)
#90A690
(144,166,144)
#9DB09D
(157,176,157)
#AABAAA
(170,186,170)
#B7C4B7
(183,196,183)
#C4CEC4
(196,206,196)
#D1D8D1
(209,216,209)
#DEE2DE
(222,226,222)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698869; }

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

This text font color is #698869.


Background Color

.myBgColor { background-color: #698869; }

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

This div background color is #698869.


Border color

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

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

This div border color is #698869.


Opacity

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

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

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

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

This text has shadow with #698869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698869 on black background.


Color preview on white background

This text has color #698869 on white background.



Black color preview on #698869 background

This text has black color on #698869 background.


White color preview on #698869 background

This text has white color on #698869 background.