COLOR #698742

HEX: #698742
RGB: (105,135,66)

Color info

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

RGB color model

#698742 color RGB value is (105,135,66).

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

RGB channels and saturation

R 105 of 255 = 41%
G 135 of 255 = 53%
B 66 of 255 = 26%

105
135
66

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

Portions of RGB colors in percentages

R + G + B =
105 + 135 + 66 = 306 (100%)
R 105 of 306 ~ 34.31%
G 135 of 306 ~ 44.12%
B 66 of 306 ~ 21.57%

%34.31
%44.12
%21.57

CMYK color model

#698742 color CMYK value is (22,0,51,47).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 51.11%
  • key color value is 47.06%
CMYK:
(22,0,51,47)
C22M0Y51K47 
(22%,0%,51%,47%)
(0.22/0.00/0.51/0.47)	

CMYK percentages

%22.22
%0
%51.11
%47.06

Codes

Color #698742 in popluar color models

698742
RGB10513566
HSL86°34.33%39.41%
HSB/HSV86°51.11%52.94%
CMYK22.22%0.00%51.11%
47.06%

Color #698742 in popluar number systems.

HEX698742
Decimal10513566
Binary1101001100001111000010
Octal151207102

Shades and tints

Shades of #698742

#698742
(105,135,66)
#607B3C
(96,123,60)
#576F36
(87,111,54)
#4E6330
(78,99,48)
#45572A
(69,87,42)
#3C4B24
(60,75,36)
#333F1E
(51,63,30)
#2A3318
(42,51,24)
#212712
(33,39,18)
#181B0C
(24,27,12)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #698742

#698742
(105,135,66)
#769153
(118,145,83)
#839B64
(131,155,100)
#90A575
(144,165,117)
#9DAF86
(157,175,134)
#AAB997
(170,185,151)
#B7C3A8
(183,195,168)
#C4CDB9
(196,205,185)
#D1D7CA
(209,215,202)
#DEE1DB
(222,225,219)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698742; }

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

This text font color is #698742.


Background Color

.myBgColor { background-color: #698742; }

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

This div background color is #698742.


Border color

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

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

This div border color is #698742.


Opacity

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

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

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

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

This text has shadow with #698742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698742 on black background.


Color preview on white background

This text has color #698742 on white background.



Black color preview on #698742 background

This text has black color on #698742 background.


White color preview on #698742 background

This text has white color on #698742 background.