COLOR #698B48

HEX: #698B48
RGB: (105,139,72)

Color info

#698B48 contains mainly red and green colors. Web safe color of #698B48 is #669933 (or #693).

RGB color model

#698B48 color RGB value is (105,139,72).

  • red value is 105;
  • green value is 139;
  • blue value is 72.
RGB:
(105,139,72)
(41%,55%,28%)

RGB channels and saturation

R 105 of 255 = 41%
G 139 of 255 = 55%
B 72 of 255 = 28%

105
139
72

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

Portions of RGB colors in percentages

R + G + B =
105 + 139 + 72 = 316 (100%)
R 105 of 316 ~ 33.23%
G 139 of 316 ~ 43.99%
B 72 of 316 ~ 22.78%

%33.23
%43.99
%22.78

CMYK color model

#698B48 color CMYK value is (24,0,48,45).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 48.20%
  • key color value is 45.49%
CMYK:
(24,0,48,45)
C24M0Y48K45 
(24%,0%,48%,45%)
(0.24/0.00/0.48/0.45)	

CMYK percentages

%24.46
%0
%48.2
%45.49

Codes

Color #698B48 in popluar color models

698B48
RGB10513972
HSL90°31.75%41.37%
HSB/HSV90°48.20%54.51%
CMYK24.46%0.00%48.20%
45.49%

Color #698B48 in popluar number systems.

HEX698B48
Decimal10513972
Binary1101001100010111001000
Octal151213110

Shades and tints

Shades of #698B48

#698B48
(105,139,72)
#607F42
(96,127,66)
#57733C
(87,115,60)
#4E6736
(78,103,54)
#455B30
(69,91,48)
#3C4F2A
(60,79,42)
#334324
(51,67,36)
#2A371E
(42,55,30)
#212B18
(33,43,24)
#181F12
(24,31,18)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #698B48

#698B48
(105,139,72)
#769558
(118,149,88)
#839F68
(131,159,104)
#90A978
(144,169,120)
#9DB388
(157,179,136)
#AABD98
(170,189,152)
#B7C7A8
(183,199,168)
#C4D1B8
(196,209,184)
#D1DBC8
(209,219,200)
#DEE5D8
(222,229,216)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698B48 color. Also use rgb(105,139,72) instead hex code.

Text Font Color

.myTextColor { color: #698B48; }

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

This text font color is #698B48.


Background Color

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

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

This div background color is #698B48.


Border color

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

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

This div border color is #698B48.


Opacity

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

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

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

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

This text has shadow with #698B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698B48 on black background.


Color preview on white background

This text has color #698B48 on white background.



Black color preview on #698B48 background

This text has black color on #698B48 background.


White color preview on #698B48 background

This text has white color on #698B48 background.