COLOR #698A51

HEX: #698A51 RGB: (105,138,81)

Color info

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

RGB color model

#698A51 color RGB value is (105,138,81).

RGB: (105,138,81) (41%, 54%, 32%)

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 81 of 255 = 32%

105
138
81

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

Portions of RGB colors in percentages

R + G + B = 105 + 138 + 81 = 324 (100%)
R 105 of 324 ~ 32.41%
G 138 of 324 ~ 42.59%
B 81 of 324 ~ 25'%

%32.41
%42.59
%25

CMYK color model

#698A51 color CMYK value is (24,0,41,46).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 41.30%
  • key color value is 45.88%

CMYK: (24,0,41,46)
C24M0Y41K46 (24%, 0%, 41%, 46%)
(0.24 / 0.00 / 0.41 / 0.46)

CMYK percentages

%23.91
%0
%41.3
%45.88

Codes

Color #698A51 in popluar color models

69 8A 51
RGB 105 138 81
HSL 95° 26.03% 42.94%
HSB/HSV 95° 41.30% 54.12%
CMYK 23.91% 0.00% 41.30%
45.88%

Color #698A51 in popluar number systems.

HEX 69 8A 51
Decimal 105 138 81
Binary 1101001 10001010 1010001
Octal 151 212 121

Shades and tints

Shades of #698A51

#698A51
(105,138,81)
#607E4A
(96,126,74)
#577243
(87,114,67)
#4E663C
(78,102,60)
#455A35
(69,90,53)
#3C4E2E
(60,78,46)
#334227
(51,66,39)
#2A3620
(42,54,32)
#212A19
(33,42,25)
#181E12
(24,30,18)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #698A51

#698A51
(105,138,81)
#769460
(118,148,96)
#839E6F
(131,158,111)
#90A87E
(144,168,126)
#9DB28D
(157,178,141)
#AABC9C
(170,188,156)
#B7C6AB
(183,198,171)
#C4D0BA
(196,208,186)
#D1DAC9
(209,218,201)
#DEE4D8
(222,228,216)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698A51; }

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

This text font color is #698A51.

Background Color

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

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

This div background color is #698A51.

Border color

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

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

This div border color is #698A51.

Opacity

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

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

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

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

This text has shadow with #698A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698A51.

Preview

Color preview on black background

This text has color #698A51 on black background.


Color preview on white background

This text has color #698A51 on white background.


Black color preview on #698A51 background

This text has black color on #698A51 background.


White color preview on #698A51 background

This text has white color on #698A51 background.


Related colors

Complementary color

Complementary color for #hex is #9675AE.


I love getcolorcode.com

Triadic colors

1 #51698A and #8A5169 with #698A51 are triadic colors.

2 #518A69 and #8A6951 with #698A51 are triadic colors.