COLOR #689350

HEX: #689350
RGB: (104,147,80)

Color info

#689350 contains mainly red and green colors. Web safe color of #689350 is #669966 (or #696).

RGB color model

#689350 color RGB value is (104,147,80).

  • red value is 104;
  • green value is 147;
  • blue value is 80.
RGB:
(104,147,80)
(41%,58%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 147 of 255 = 58%
B 80 of 255 = 31%

104
147
80

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

Portions of RGB colors in percentages

R + G + B =
104 + 147 + 80 = 331 (100%)
R 104 of 331 ~ 31.42%
G 147 of 331 ~ 44.41%
B 80 of 331 ~ 24.17%

%31.42
%44.41
%24.17

CMYK color model

#689350 color CMYK value is (29,0,46,42).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 45.58%
  • key color value is 42.35%
CMYK:
(29,0,46,42)
C29M0Y46K42 
(29%,0%,46%,42%)
(0.29/0.00/0.46/0.42)	

CMYK percentages

%29.25
%0
%45.58
%42.35

Codes

Color #689350 in popluar color models

689350
RGB10414780
HSL99°29.52%44.51%
HSB/HSV99°45.58%57.65%
CMYK29.25%0.00%45.58%
42.35%

Color #689350 in popluar number systems.

HEX689350
Decimal10414780
Binary1101000100100111010000
Octal150223120

Shades and tints

Shades of #689350

#689350
(104,147,80)
#5F8649
(95,134,73)
#567942
(86,121,66)
#4D6C3B
(77,108,59)
#445F34
(68,95,52)
#3B522D
(59,82,45)
#324526
(50,69,38)
#29381F
(41,56,31)
#202B18
(32,43,24)
#171E11
(23,30,17)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #689350

#689350
(104,147,80)
#759C5F
(117,156,95)
#82A56E
(130,165,110)
#8FAE7D
(143,174,125)
#9CB78C
(156,183,140)
#A9C09B
(169,192,155)
#B6C9AA
(182,201,170)
#C3D2B9
(195,210,185)
#D0DBC8
(208,219,200)
#DDE4D7
(221,228,215)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689350 color. Also use rgb(104,147,80) instead hex code.

Text Font Color

.myTextColor { color: #689350; }

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

This text font color is #689350.


Background Color

.myBgColor { background-color: #689350; }

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

This div background color is #689350.


Border color

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

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

This div border color is #689350.


Opacity

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

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

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

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

This text has shadow with #689350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689350 on black background.


Color preview on white background

This text has color #689350 on white background.



Black color preview on #689350 background

This text has black color on #689350 background.


White color preview on #689350 background

This text has white color on #689350 background.