COLOR #698031

HEX: #698031
RGB: (105,128,49)

Color info

#698031 contains mainly red and green colors. Web safe color of #698031 is #666633 (or #663).

RGB color model

#698031 color RGB value is (105,128,49).

  • red value is 105;
  • green value is 128;
  • blue value is 49.
RGB:
(105,128,49)
(41%,50%,19%)

RGB channels and saturation

R 105 of 255 = 41%
G 128 of 255 = 50%
B 49 of 255 = 19%

105
128
49

R + G + B ~ 37%. #698031 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 128 + 49 = 282 (100%)
R 105 of 282 ~ 37.23%
G 128 of 282 ~ 45.39%
B 49 of 282 ~ 17.38%

%37.23
%45.39
%17.38

CMYK color model

#698031 color CMYK value is (18,0,62,50).

  • cyan value is 17.97%
  • magenta value is 0.00%
  • yellow value is 61.72%
  • key color value is 49.80%
CMYK:
(18,0,62,50)
C18M0Y62K50 
(18%,0%,62%,50%)
(0.18/0.00/0.62/0.50)	

CMYK percentages

%17.97
%0
%61.72
%49.8

Codes

Color #698031 in popluar color models

698031
RGB10512849
HSL77°44.63%34.71%
HSB/HSV77°61.72%50.20%
CMYK17.97%0.00%61.72%
49.80%

Color #698031 in popluar number systems.

HEX698031
Decimal10512849
Binary110100110000000110001
Octal15120061

Shades and tints

Shades of #698031

#698031
(105,128,49)
#60752D
(96,117,45)
#576A29
(87,106,41)
#4E5F25
(78,95,37)
#455421
(69,84,33)
#3C491D
(60,73,29)
#333E19
(51,62,25)
#2A3315
(42,51,21)
#212811
(33,40,17)
#181D0D
(24,29,13)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #698031

#698031
(105,128,49)
#768B43
(118,139,67)
#839655
(131,150,85)
#90A167
(144,161,103)
#9DAC79
(157,172,121)
#AAB78B
(170,183,139)
#B7C29D
(183,194,157)
#C4CDAF
(196,205,175)
#D1D8C1
(209,216,193)
#DEE3D3
(222,227,211)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698031 color. Also use rgb(105,128,49) instead hex code.

Text Font Color

.myTextColor { color: #698031; }

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

This text font color is #698031.


Background Color

.myBgColor { background-color: #698031; }

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

This div background color is #698031.


Border color

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

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

This div border color is #698031.


Opacity

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

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

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

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

This text has shadow with #698031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698031 on black background.


Color preview on white background

This text has color #698031 on white background.



Black color preview on #698031 background

This text has black color on #698031 background.


White color preview on #698031 background

This text has white color on #698031 background.