COLOR #698353

HEX: #698353
RGB: (105,131,83)

Color info

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

RGB color model

#698353 color RGB value is (105,131,83).

  • red value is 105;
  • green value is 131;
  • blue value is 83.
RGB:
(105,131,83)
(41%,51%,33%)

RGB channels and saturation

R 105 of 255 = 41%
G 131 of 255 = 51%
B 83 of 255 = 33%

105
131
83

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

Portions of RGB colors in percentages

R + G + B =
105 + 131 + 83 = 319 (100%)
R 105 of 319 ~ 32.92%
G 131 of 319 ~ 41.07%
B 83 of 319 ~ 26.02%

%32.92
%41.07
%26.02

CMYK color model

#698353 color CMYK value is (20,0,37,49).

  • cyan value is 19.85%
  • magenta value is 0.00%
  • yellow value is 36.64%
  • key color value is 48.63%
CMYK:
(20,0,37,49)
C20M0Y37K49 
(20%,0%,37%,49%)
(0.20/0.00/0.37/0.49)	

CMYK percentages

%19.85
%0
%36.64
%48.63

Codes

Color #698353 in popluar color models

698353
RGB10513183
HSL93°22.43%41.96%
HSB/HSV93°36.64%51.37%
CMYK19.85%0.00%36.64%
48.63%

Color #698353 in popluar number systems.

HEX698353
Decimal10513183
Binary1101001100000111010011
Octal151203123

Shades and tints

Shades of #698353

#698353
(105,131,83)
#60784C
(96,120,76)
#576D45
(87,109,69)
#4E623E
(78,98,62)
#455737
(69,87,55)
#3C4C30
(60,76,48)
#334129
(51,65,41)
#2A3622
(42,54,34)
#212B1B
(33,43,27)
#182014
(24,32,20)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #698353

#698353
(105,131,83)
#768E62
(118,142,98)
#839971
(131,153,113)
#90A480
(144,164,128)
#9DAF8F
(157,175,143)
#AABA9E
(170,186,158)
#B7C5AD
(183,197,173)
#C4D0BC
(196,208,188)
#D1DBCB
(209,219,203)
#DEE6DA
(222,230,218)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698353 color. Also use rgb(105,131,83) instead hex code.

Text Font Color

.myTextColor { color: #698353; }

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

This text font color is #698353.


Background Color

.myBgColor { background-color: #698353; }

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

This div background color is #698353.


Border color

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

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

This div border color is #698353.


Opacity

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

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

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

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

This text has shadow with #698353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698353 on black background.


Color preview on white background

This text has color #698353 on white background.



Black color preview on #698353 background

This text has black color on #698353 background.


White color preview on #698353 background

This text has white color on #698353 background.