COLOR #698947

HEX: #698947
RGB: (105,137,71)

Color info

#698947 contains mainly red and green colors. Web safe color of #698947 is #669933 (or #693).

RGB color model

#698947 color RGB value is (105,137,71).

  • red value is 105;
  • green value is 137;
  • blue value is 71.
RGB:
(105,137,71)
(41%,54%,28%)

RGB channels and saturation

R 105 of 255 = 41%
G 137 of 255 = 54%
B 71 of 255 = 28%

105
137
71

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

Portions of RGB colors in percentages

R + G + B =
105 + 137 + 71 = 313 (100%)
R 105 of 313 ~ 33.55%
G 137 of 313 ~ 43.77%
B 71 of 313 ~ 22.68%

%33.55
%43.77
%22.68

CMYK color model

#698947 color CMYK value is (23,0,48,46).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 48.18%
  • key color value is 46.27%
CMYK:
(23,0,48,46)
C23M0Y48K46 
(23%,0%,48%,46%)
(0.23/0.00/0.48/0.46)	

CMYK percentages

%23.36
%0
%48.18
%46.27

Codes

Color #698947 in popluar color models

698947
RGB10513771
HSL89°31.73%40.78%
HSB/HSV89°48.18%53.73%
CMYK23.36%0.00%48.18%
46.27%

Color #698947 in popluar number systems.

HEX698947
Decimal10513771
Binary1101001100010011000111
Octal151211107

Shades and tints

Shades of #698947

#698947
(105,137,71)
#607D41
(96,125,65)
#57713B
(87,113,59)
#4E6535
(78,101,53)
#45592F
(69,89,47)
#3C4D29
(60,77,41)
#334123
(51,65,35)
#2A351D
(42,53,29)
#212917
(33,41,23)
#181D11
(24,29,17)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #698947

#698947
(105,137,71)
#769357
(118,147,87)
#839D67
(131,157,103)
#90A777
(144,167,119)
#9DB187
(157,177,135)
#AABB97
(170,187,151)
#B7C5A7
(183,197,167)
#C4CFB7
(196,207,183)
#D1D9C7
(209,217,199)
#DEE3D7
(222,227,215)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698947; }

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

This text font color is #698947.


Background Color

.myBgColor { background-color: #698947; }

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

This div background color is #698947.


Border color

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

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

This div border color is #698947.


Opacity

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

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

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

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

This text has shadow with #698947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698947 on black background.


Color preview on white background

This text has color #698947 on white background.



Black color preview on #698947 background

This text has black color on #698947 background.


White color preview on #698947 background

This text has white color on #698947 background.