COLOR #698261

HEX: #698261
RGB: (105,130,97)

Color info

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

RGB color model

#698261 color RGB value is (105,130,97).

  • red value is 105;
  • green value is 130;
  • blue value is 97.
RGB:
(105,130,97)
(41%,51%,38%)

RGB channels and saturation

R 105 of 255 = 41%
G 130 of 255 = 51%
B 97 of 255 = 38%

105
130
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 130 + 97 = 332 (100%)
R 105 of 332 ~ 31.63%
G 130 of 332 ~ 39.16%
B 97 of 332 ~ 29.22%

%31.63
%39.16
%29.22

CMYK color model

#698261 color CMYK value is (19,0,25,49).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(19,0,25,49)
C19M0Y25K49 
(19%,0%,25%,49%)
(0.19/0.00/0.25/0.49)	

CMYK percentages

%19.23
%0
%25.38
%49.02

Codes

Color #698261 in popluar color models

698261
RGB10513097
HSL105°14.54%44.51%
HSB/HSV105°25.38%50.98%
CMYK19.23%0.00%25.38%
49.02%

Color #698261 in popluar number systems.

HEX698261
Decimal10513097
Binary1101001100000101100001
Octal151202141

Shades and tints

Shades of #698261

#698261
(105,130,97)
#607759
(96,119,89)
#576C51
(87,108,81)
#4E6149
(78,97,73)
#455641
(69,86,65)
#3C4B39
(60,75,57)
#334031
(51,64,49)
#2A3529
(42,53,41)
#212A21
(33,42,33)
#181F19
(24,31,25)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #698261

#698261
(105,130,97)
#768D6F
(118,141,111)
#83987D
(131,152,125)
#90A38B
(144,163,139)
#9DAE99
(157,174,153)
#AAB9A7
(170,185,167)
#B7C4B5
(183,196,181)
#C4CFC3
(196,207,195)
#D1DAD1
(209,218,209)
#DEE5DF
(222,229,223)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698261 color. Also use rgb(105,130,97) instead hex code.

Text Font Color

.myTextColor { color: #698261; }

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

This text font color is #698261.


Background Color

.myBgColor { background-color: #698261; }

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

This div background color is #698261.


Border color

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

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

This div border color is #698261.


Opacity

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

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

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

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

This text has shadow with #698261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698261 on black background.


Color preview on white background

This text has color #698261 on white background.



Black color preview on #698261 background

This text has black color on #698261 background.


White color preview on #698261 background

This text has white color on #698261 background.