COLOR #698038

HEX: #698038
RGB: (105,128,56)

Color info

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

RGB color model

#698038 color RGB value is (105,128,56).

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

RGB channels and saturation

R 105 of 255 = 41%
G 128 of 255 = 50%
B 56 of 255 = 22%

105
128
56

R + G + B ~ 38%. #698038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 128 + 56 = 289 (100%)
R 105 of 289 ~ 36.33%
G 128 of 289 ~ 44.29%
B 56 of 289 ~ 19.38%

%36.33
%44.29
%19.38

CMYK color model

#698038 color CMYK value is (18,0,56,50).

  • cyan value is 17.97%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 49.80%
CMYK:
(18,0,56,50)
C18M0Y56K50 
(18%,0%,56%,50%)
(0.18/0.00/0.56/0.50)	

CMYK percentages

%17.97
%0
%56.25
%49.8

Codes

Color #698038 in popluar color models

698038
RGB10512856
HSL79°39.13%36.08%
HSB/HSV79°56.25%50.20%
CMYK17.97%0.00%56.25%
49.80%

Color #698038 in popluar number systems.

HEX698038
Decimal10512856
Binary110100110000000111000
Octal15120070

Shades and tints

Shades of #698038

#698038
(105,128,56)
#607533
(96,117,51)
#576A2E
(87,106,46)
#4E5F29
(78,95,41)
#455424
(69,84,36)
#3C491F
(60,73,31)
#333E1A
(51,62,26)
#2A3315
(42,51,21)
#212810
(33,40,16)
#181D0B
(24,29,11)
#0F1206
(15,18,6)
#000000
(0,0,0)

Tints of #698038

#698038
(105,128,56)
#768B4A
(118,139,74)
#83965C
(131,150,92)
#90A16E
(144,161,110)
#9DAC80
(157,172,128)
#AAB792
(170,183,146)
#B7C2A4
(183,194,164)
#C4CDB6
(196,205,182)
#D1D8C8
(209,216,200)
#DEE3DA
(222,227,218)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698038; }

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

This text font color is #698038.


Background Color

.myBgColor { background-color: #698038; }

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

This div background color is #698038.


Border color

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

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

This div border color is #698038.


Opacity

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

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

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

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

This text has shadow with #698038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698038 on black background.


Color preview on white background

This text has color #698038 on white background.



Black color preview on #698038 background

This text has black color on #698038 background.


White color preview on #698038 background

This text has white color on #698038 background.