COLOR #698F41

HEX: #698F41
RGB: (105,143,65)

Color info

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

RGB color model

#698F41 color RGB value is (105,143,65).

  • red value is 105;
  • green value is 143;
  • blue value is 65.
RGB:
(105,143,65)
(41%,56%,25%)

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 65 of 255 = 25%

105
143
65

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

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 65 = 313 (100%)
R 105 of 313 ~ 33.55%
G 143 of 313 ~ 45.69%
B 65 of 313 ~ 20.77%

%33.55
%45.69
%20.77

CMYK color model

#698F41 color CMYK value is (27,0,55,44).

  • cyan value is 26.57%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 43.92%
CMYK:
(27,0,55,44)
C27M0Y55K44 
(27%,0%,55%,44%)
(0.27/0.00/0.55/0.44)	

CMYK percentages

%26.57
%0
%54.55
%43.92

Codes

Color #698F41 in popluar color models

698F41
RGB10514365
HSL89°37.50%40.78%
HSB/HSV89°54.55%56.08%
CMYK26.57%0.00%54.55%
43.92%

Color #698F41 in popluar number systems.

HEX698F41
Decimal10514365
Binary1101001100011111000001
Octal151217101

Shades and tints

Shades of #698F41

#698F41
(105,143,65)
#60823C
(96,130,60)
#577537
(87,117,55)
#4E6832
(78,104,50)
#455B2D
(69,91,45)
#3C4E28
(60,78,40)
#334123
(51,65,35)
#2A341E
(42,52,30)
#212719
(33,39,25)
#181A14
(24,26,20)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #698F41

#698F41
(105,143,65)
#769952
(118,153,82)
#83A363
(131,163,99)
#90AD74
(144,173,116)
#9DB785
(157,183,133)
#AAC196
(170,193,150)
#B7CBA7
(183,203,167)
#C4D5B8
(196,213,184)
#D1DFC9
(209,223,201)
#DEE9DA
(222,233,218)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698F41 color. Also use rgb(105,143,65) instead hex code.

Text Font Color

.myTextColor { color: #698F41; }

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

This text font color is #698F41.


Background Color

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

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

This div background color is #698F41.


Border color

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

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

This div border color is #698F41.


Opacity

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

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

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

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

This text has shadow with #698F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698F41 on black background.


Color preview on white background

This text has color #698F41 on white background.



Black color preview on #698F41 background

This text has black color on #698F41 background.


White color preview on #698F41 background

This text has white color on #698F41 background.