COLOR #698426

HEX: #698426
RGB: (105,132,38)

Color info

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

RGB color model

#698426 color RGB value is (105,132,38).

  • red value is 105;
  • green value is 132;
  • blue value is 38.
RGB:
(105,132,38)
(41%,52%,15%)

RGB channels and saturation

R 105 of 255 = 41%
G 132 of 255 = 52%
B 38 of 255 = 15%

105
132
38

R + G + B ~ 36%. #698426 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 132 + 38 = 275 (100%)
R 105 of 275 ~ 38.18%
G 132 of 275 ~ 48%
B 38 of 275 ~ 13.82%

%38.18
%48
%13.82

CMYK color model

#698426 color CMYK value is (20,0,71,48).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 71.21%
  • key color value is 48.24%
CMYK:
(20,0,71,48)
C20M0Y71K48 
(20%,0%,71%,48%)
(0.20/0.00/0.71/0.48)	

CMYK percentages

%20.45
%0
%71.21
%48.24

Codes

Color #698426 in popluar color models

698426
RGB10513238
HSL77°55.29%33.33%
HSB/HSV77°71.21%51.76%
CMYK20.45%0.00%71.21%
48.24%

Color #698426 in popluar number systems.

HEX698426
Decimal10513238
Binary110100110000100100110
Octal15120446

Shades and tints

Shades of #698426

#698426
(105,132,38)
#607823
(96,120,35)
#576C20
(87,108,32)
#4E601D
(78,96,29)
#45541A
(69,84,26)
#3C4817
(60,72,23)
#333C14
(51,60,20)
#2A3011
(42,48,17)
#21240E
(33,36,14)
#18180B
(24,24,11)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #698426

#698426
(105,132,38)
#768F39
(118,143,57)
#839A4C
(131,154,76)
#90A55F
(144,165,95)
#9DB072
(157,176,114)
#AABB85
(170,187,133)
#B7C698
(183,198,152)
#C4D1AB
(196,209,171)
#D1DCBE
(209,220,190)
#DEE7D1
(222,231,209)
#EBF2E4
(235,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698426 color. Also use rgb(105,132,38) instead hex code.

Text Font Color

.myTextColor { color: #698426; }

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

This text font color is #698426.


Background Color

.myBgColor { background-color: #698426; }

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

This div background color is #698426.


Border color

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

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

This div border color is #698426.


Opacity

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

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

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

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

This text has shadow with #698426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698426 on black background.


Color preview on white background

This text has color #698426 on white background.



Black color preview on #698426 background

This text has black color on #698426 background.


White color preview on #698426 background

This text has white color on #698426 background.