COLOR #689470

HEX: #689470
RGB: (104,148,112)

Color info

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

RGB color model

#689470 color RGB value is (104,148,112).

  • red value is 104;
  • green value is 148;
  • blue value is 112.
RGB:
(104,148,112)
(41%,58%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 148 of 255 = 58%
B 112 of 255 = 44%

104
148
112

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

Portions of RGB colors in percentages

R + G + B =
104 + 148 + 112 = 364 (100%)
R 104 of 364 ~ 28.57%
G 148 of 364 ~ 40.66%
B 112 of 364 ~ 30.77%

%28.57
%40.66
%30.77

CMYK color model

#689470 color CMYK value is (30,0,24,42).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(30,0,24,42)
C30M0Y24K42 
(30%,0%,24%,42%)
(0.30/0.00/0.24/0.42)	

CMYK percentages

%29.73
%0
%24.32
%41.96

Codes

Color #689470 in popluar color models

689470
RGB104148112
HSL131°17.46%49.41%
HSB/HSV131°29.73%58.04%
CMYK29.73%0.00%24.32%
41.96%

Color #689470 in popluar number systems.

HEX689470
Decimal104148112
Binary1101000100101001110000
Octal150224160

Shades and tints

Shades of #689470

#689470
(104,148,112)
#5F8766
(95,135,102)
#567A5C
(86,122,92)
#4D6D52
(77,109,82)
#446048
(68,96,72)
#3B533E
(59,83,62)
#324634
(50,70,52)
#29392A
(41,57,42)
#202C20
(32,44,32)
#171F16
(23,31,22)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #689470

#689470
(104,148,112)
#759D7D
(117,157,125)
#82A68A
(130,166,138)
#8FAF97
(143,175,151)
#9CB8A4
(156,184,164)
#A9C1B1
(169,193,177)
#B6CABE
(182,202,190)
#C3D3CB
(195,211,203)
#D0DCD8
(208,220,216)
#DDE5E5
(221,229,229)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689470 color. Also use rgb(104,148,112) instead hex code.

Text Font Color

.myTextColor { color: #689470; }

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

This text font color is #689470.


Background Color

.myBgColor { background-color: #689470; }

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

This div background color is #689470.


Border color

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

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

This div border color is #689470.


Opacity

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

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

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

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

This text has shadow with #689470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689470 on black background.


Color preview on white background

This text has color #689470 on white background.



Black color preview on #689470 background

This text has black color on #689470 background.


White color preview on #689470 background

This text has white color on #689470 background.