COLOR #698727

HEX: #698727
RGB: (105,135,39)

Color info

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

RGB color model

#698727 color RGB value is (105,135,39).

  • red value is 105;
  • green value is 135;
  • blue value is 39.
RGB:
(105,135,39)
(41%,53%,15%)

RGB channels and saturation

R 105 of 255 = 41%
G 135 of 255 = 53%
B 39 of 255 = 15%

105
135
39

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

Portions of RGB colors in percentages

R + G + B =
105 + 135 + 39 = 279 (100%)
R 105 of 279 ~ 37.63%
G 135 of 279 ~ 48.39%
B 39 of 279 ~ 13.98%

%37.63
%48.39
%13.98

CMYK color model

#698727 color CMYK value is (22,0,71,47).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 71.11%
  • key color value is 47.06%
CMYK:
(22,0,71,47)
C22M0Y71K47 
(22%,0%,71%,47%)
(0.22/0.00/0.71/0.47)	

CMYK percentages

%22.22
%0
%71.11
%47.06

Codes

Color #698727 in popluar color models

698727
RGB10513539
HSL79°55.17%34.12%
HSB/HSV79°71.11%52.94%
CMYK22.22%0.00%71.11%
47.06%

Color #698727 in popluar number systems.

HEX698727
Decimal10513539
Binary110100110000111100111
Octal15120747

Shades and tints

Shades of #698727

#698727
(105,135,39)
#607B24
(96,123,36)
#576F21
(87,111,33)
#4E631E
(78,99,30)
#45571B
(69,87,27)
#3C4B18
(60,75,24)
#333F15
(51,63,21)
#2A3312
(42,51,18)
#21270F
(33,39,15)
#181B0C
(24,27,12)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #698727

#698727
(105,135,39)
#76913A
(118,145,58)
#839B4D
(131,155,77)
#90A560
(144,165,96)
#9DAF73
(157,175,115)
#AAB986
(170,185,134)
#B7C399
(183,195,153)
#C4CDAC
(196,205,172)
#D1D7BF
(209,215,191)
#DEE1D2
(222,225,210)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698727 color. Also use rgb(105,135,39) instead hex code.

Text Font Color

.myTextColor { color: #698727; }

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

This text font color is #698727.


Background Color

.myBgColor { background-color: #698727; }

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

This div background color is #698727.


Border color

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

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

This div border color is #698727.


Opacity

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

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

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

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

This text has shadow with #698727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698727 on black background.


Color preview on white background

This text has color #698727 on white background.



Black color preview on #698727 background

This text has black color on #698727 background.


White color preview on #698727 background

This text has white color on #698727 background.