COLOR #698A64

HEX: #698A64
RGB: (105,138,100)

Color info

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

RGB color model

#698A64 color RGB value is (105,138,100).

  • red value is 105;
  • green value is 138;
  • blue value is 100.
RGB:
(105,138,100)
(41%,54%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 100 of 255 = 39%

105
138
100

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

Portions of RGB colors in percentages

R + G + B =
105 + 138 + 100 = 343 (100%)
R 105 of 343 ~ 30.61%
G 138 of 343 ~ 40.23%
B 100 of 343 ~ 29.15%

%30.61
%40.23
%29.15

CMYK color model

#698A64 color CMYK value is (24,0,28,46).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 45.88%
CMYK:
(24,0,28,46)
C24M0Y28K46 
(24%,0%,28%,46%)
(0.24/0.00/0.28/0.46)	

CMYK percentages

%23.91
%0
%27.54
%45.88

Codes

Color #698A64 in popluar color models

698A64
RGB105138100
HSL112°15.97%46.67%
HSB/HSV112°27.54%54.12%
CMYK23.91%0.00%27.54%
45.88%

Color #698A64 in popluar number systems.

HEX698A64
Decimal105138100
Binary1101001100010101100100
Octal151212144

Shades and tints

Shades of #698A64

#698A64
(105,138,100)
#607E5B
(96,126,91)
#577252
(87,114,82)
#4E6649
(78,102,73)
#455A40
(69,90,64)
#3C4E37
(60,78,55)
#33422E
(51,66,46)
#2A3625
(42,54,37)
#212A1C
(33,42,28)
#181E13
(24,30,19)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #698A64

#698A64
(105,138,100)
#769472
(118,148,114)
#839E80
(131,158,128)
#90A88E
(144,168,142)
#9DB29C
(157,178,156)
#AABCAA
(170,188,170)
#B7C6B8
(183,198,184)
#C4D0C6
(196,208,198)
#D1DAD4
(209,218,212)
#DEE4E2
(222,228,226)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698A64 color. Also use rgb(105,138,100) instead hex code.

Text Font Color

.myTextColor { color: #698A64; }

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

This text font color is #698A64.


Background Color

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

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

This div background color is #698A64.


Border color

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

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

This div border color is #698A64.


Opacity

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

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

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

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

This text has shadow with #698A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698A64 on black background.


Color preview on white background

This text has color #698A64 on white background.



Black color preview on #698A64 background

This text has black color on #698A64 background.


White color preview on #698A64 background

This text has white color on #698A64 background.