COLOR #698955

HEX: #698955 RGB: (105,137,85)

Color info

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

RGB color model

#698955 color RGB value is (105,137,85).

RGB: (105,137,85) (41%, 54%, 33%)

RGB channels and saturation

R 105 of 255 = 41%
G 137 of 255 = 54%
B 85 of 255 = 33%

105
137
85

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

Portions of RGB colors in percentages

R + G + B = 105 + 137 + 85 = 327 (100%)
R 105 of 327 ~ 32.11%
G 137 of 327 ~ 41.9%
B 85 of 327 ~ 25.99'%

%32.11
%41.9
%25.99

CMYK color model

#698955 color CMYK value is (23,0,38,46).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 37.96%
  • key color value is 46.27%

CMYK: (23,0,38,46)
C23M0Y38K46 (23%, 0%, 38%, 46%)
(0.23 / 0.00 / 0.38 / 0.46)

CMYK percentages

%23.36
%0
%37.96
%46.27

Codes

Color #698955 in popluar color models

69 89 55
RGB 105 137 85
HSL 97° 23.42% 43.53%
HSB/HSV 97° 37.96% 53.73%
CMYK 23.36% 0.00% 37.96%
46.27%

Color #698955 in popluar number systems.

HEX 69 89 55
Decimal 105 137 85
Binary 1101001 10001001 1010101
Octal 151 211 125

Shades and tints

Shades of #698955

#698955
(105,137,85)
#607D4E
(96,125,78)
#577147
(87,113,71)
#4E6540
(78,101,64)
#455939
(69,89,57)
#3C4D32
(60,77,50)
#33412B
(51,65,43)
#2A3524
(42,53,36)
#21291D
(33,41,29)
#181D16
(24,29,22)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #698955

#698955
(105,137,85)
#769364
(118,147,100)
#839D73
(131,157,115)
#90A782
(144,167,130)
#9DB191
(157,177,145)
#AABBA0
(170,187,160)
#B7C5AF
(183,197,175)
#C4CFBE
(196,207,190)
#D1D9CD
(209,217,205)
#DEE3DC
(222,227,220)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698955; }

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

This text font color is #698955.

Background Color

.myBgColor { background-color: #698955; }

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

This div background color is #698955.

Border color

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

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

This div border color is #698955.

Opacity

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

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

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

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

This text has shadow with #698955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698955.

Preview

Color preview on black background

This text has color #698955 on black background.


Color preview on white background

This text has color #698955 on white background.


Black color preview on #698955 background

This text has black color on #698955 background.


White color preview on #698955 background

This text has white color on #698955 background.


Related colors

Complementary color

Complementary color for #hex is #9676AA.


I love getcolorcode.com

Triadic colors

1 #556989 and #895569 with #698955 are triadic colors.

2 #558969 and #896955 with #698955 are triadic colors.