COLOR #698C55

HEX: #698C55
RGB: (105,140,85)

Color info

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

RGB color model

#698C55 color RGB value is (105,140,85).

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

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 85 of 255 = 33%

105
140
85

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

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 85 = 330 (100%)
R 105 of 330 ~ 31.82%
G 140 of 330 ~ 42.42%
B 85 of 330 ~ 25.76%

%31.82
%42.42
%25.76

CMYK color model

#698C55 color CMYK value is (25,0,39,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 45.10%
CMYK:
(25,0,39,45)
C25M0Y39K45 
(25%,0%,39%,45%)
(0.25/0.00/0.39/0.45)	

CMYK percentages

%25
%0
%39.29
%45.1

Codes

Color #698C55 in popluar color models

698C55
RGB10514085
HSL98°24.44%44.12%
HSB/HSV98°39.29%54.90%
CMYK25.00%0.00%39.29%
45.10%

Color #698C55 in popluar number systems.

HEX698C55
Decimal10514085
Binary1101001100011001010101
Octal151214125

Shades and tints

Shades of #698C55

#698C55
(105,140,85)
#60804E
(96,128,78)
#577447
(87,116,71)
#4E6840
(78,104,64)
#455C39
(69,92,57)
#3C5032
(60,80,50)
#33442B
(51,68,43)
#2A3824
(42,56,36)
#212C1D
(33,44,29)
#182016
(24,32,22)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #698C55

#698C55
(105,140,85)
#769664
(118,150,100)
#83A073
(131,160,115)
#90AA82
(144,170,130)
#9DB491
(157,180,145)
#AABEA0
(170,190,160)
#B7C8AF
(183,200,175)
#C4D2BE
(196,210,190)
#D1DCCD
(209,220,205)
#DEE6DC
(222,230,220)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698C55; }

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

This text font color is #698C55.


Background Color

.myBgColor { background-color: #698C55; }

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

This div background color is #698C55.


Border color

.myBorderColor { border: 1px solid #698C55; }

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

This div border color is #698C55.


Opacity

.myOpacity80 { color: #698C55; opacity: 0.8; }

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

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

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

This text has shadow with #698C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C55 on black background.


Color preview on white background

This text has color #698C55 on white background.



Black color preview on #698C55 background

This text has black color on #698C55 background.


White color preview on #698C55 background

This text has white color on #698C55 background.