COLOR #699358

HEX: #699358
RGB: (105,147,88)

Color info

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

RGB color model

#699358 color RGB value is (105,147,88).

  • red value is 105;
  • green value is 147;
  • blue value is 88.
RGB:
(105,147,88)
(41%,58%,35%)

RGB channels and saturation

R 105 of 255 = 41%
G 147 of 255 = 58%
B 88 of 255 = 35%

105
147
88

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

Portions of RGB colors in percentages

R + G + B =
105 + 147 + 88 = 340 (100%)
R 105 of 340 ~ 30.88%
G 147 of 340 ~ 43.24%
B 88 of 340 ~ 25.88%

%30.88
%43.24
%25.88

CMYK color model

#699358 color CMYK value is (29,0,40,42).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 40.14%
  • key color value is 42.35%
CMYK:
(29,0,40,42)
C29M0Y40K42 
(29%,0%,40%,42%)
(0.29/0.00/0.40/0.42)	

CMYK percentages

%28.57
%0
%40.14
%42.35

Codes

Color #699358 in popluar color models

699358
RGB10514788
HSL103°25.11%46.08%
HSB/HSV103°40.14%57.65%
CMYK28.57%0.00%40.14%
42.35%

Color #699358 in popluar number systems.

HEX699358
Decimal10514788
Binary1101001100100111011000
Octal151223130

Shades and tints

Shades of #699358

#699358
(105,147,88)
#608650
(96,134,80)
#577948
(87,121,72)
#4E6C40
(78,108,64)
#455F38
(69,95,56)
#3C5230
(60,82,48)
#334528
(51,69,40)
#2A3820
(42,56,32)
#212B18
(33,43,24)
#181E10
(24,30,16)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #699358

#699358
(105,147,88)
#769C67
(118,156,103)
#83A576
(131,165,118)
#90AE85
(144,174,133)
#9DB794
(157,183,148)
#AAC0A3
(170,192,163)
#B7C9B2
(183,201,178)
#C4D2C1
(196,210,193)
#D1DBD0
(209,219,208)
#DEE4DF
(222,228,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699358 color. Also use rgb(105,147,88) instead hex code.

Text Font Color

.myTextColor { color: #699358; }

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

This text font color is #699358.


Background Color

.myBgColor { background-color: #699358; }

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

This div background color is #699358.


Border color

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

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

This div border color is #699358.


Opacity

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

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

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

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

This text has shadow with #699358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699358 on black background.


Color preview on white background

This text has color #699358 on white background.



Black color preview on #699358 background

This text has black color on #699358 background.


White color preview on #699358 background

This text has white color on #699358 background.