COLOR #689F53

HEX: #689F53
RGB: (104,159,83)

Color info

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

RGB color model

#689F53 color RGB value is (104,159,83).

  • red value is 104;
  • green value is 159;
  • blue value is 83.
RGB:
(104,159,83)
(41%,62%,33%)

RGB channels and saturation

R 104 of 255 = 41%
G 159 of 255 = 62%
B 83 of 255 = 33%

104
159
83

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

Portions of RGB colors in percentages

R + G + B =
104 + 159 + 83 = 346 (100%)
R 104 of 346 ~ 30.06%
G 159 of 346 ~ 45.95%
B 83 of 346 ~ 23.99%

%30.06
%45.95
%23.99

CMYK color model

#689F53 color CMYK value is (35,0,48,38).

  • cyan value is 34.59%
  • magenta value is 0.00%
  • yellow value is 47.80%
  • key color value is 37.65%
CMYK:
(35,0,48,38)
C35M0Y48K38 
(35%,0%,48%,38%)
(0.35/0.00/0.48/0.38)	

CMYK percentages

%34.59
%0
%47.8
%37.65

Codes

Color #689F53 in popluar color models

689F53
RGB10415983
HSL103°31.40%47.45%
HSB/HSV103°47.80%62.35%
CMYK34.59%0.00%47.80%
37.65%

Color #689F53 in popluar number systems.

HEX689F53
Decimal10415983
Binary1101000100111111010011
Octal150237123

Shades and tints

Shades of #689F53

#689F53
(104,159,83)
#5F914C
(95,145,76)
#568345
(86,131,69)
#4D753E
(77,117,62)
#446737
(68,103,55)
#3B5930
(59,89,48)
#324B29
(50,75,41)
#293D22
(41,61,34)
#202F1B
(32,47,27)
#172114
(23,33,20)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #689F53

#689F53
(104,159,83)
#75A762
(117,167,98)
#82AF71
(130,175,113)
#8FB780
(143,183,128)
#9CBF8F
(156,191,143)
#A9C79E
(169,199,158)
#B6CFAD
(182,207,173)
#C3D7BC
(195,215,188)
#D0DFCB
(208,223,203)
#DDE7DA
(221,231,218)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689F53 color. Also use rgb(104,159,83) instead hex code.

Text Font Color

.myTextColor { color: #689F53; }

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

This text font color is #689F53.


Background Color

.myBgColor { background-color: #689F53; }

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

This div background color is #689F53.


Border color

.myBorderColor { border: 1px solid #689F53; }

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

This div border color is #689F53.


Opacity

.myOpacity80 { color: #689F53; opacity: 0.8; }

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

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

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

This text has shadow with #689F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689F53 on black background.


Color preview on white background

This text has color #689F53 on white background.



Black color preview on #689F53 background

This text has black color on #689F53 background.


White color preview on #689F53 background

This text has white color on #689F53 background.