COLOR #689057

HEX: #689057
RGB: (104,144,87)

Color info

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

RGB color model

#689057 color RGB value is (104,144,87).

  • red value is 104;
  • green value is 144;
  • blue value is 87.
RGB:
(104,144,87)
(41%,56%,34%)

RGB channels and saturation

R 104 of 255 = 41%
G 144 of 255 = 56%
B 87 of 255 = 34%

104
144
87

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

Portions of RGB colors in percentages

R + G + B =
104 + 144 + 87 = 335 (100%)
R 104 of 335 ~ 31.04%
G 144 of 335 ~ 42.99%
B 87 of 335 ~ 25.97%

%31.04
%42.99
%25.97

CMYK color model

#689057 color CMYK value is (28,0,40,44).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 43.53%
CMYK:
(28,0,40,44)
C28M0Y40K44 
(28%,0%,40%,44%)
(0.28/0.00/0.40/0.44)	

CMYK percentages

%27.78
%0
%39.58
%43.53

Codes

Color #689057 in popluar color models

689057
RGB10414487
HSL102°24.68%45.29%
HSB/HSV102°39.58%56.47%
CMYK27.78%0.00%39.58%
43.53%

Color #689057 in popluar number systems.

HEX689057
Decimal10414487
Binary1101000100100001010111
Octal150220127

Shades and tints

Shades of #689057

#689057
(104,144,87)
#5F8350
(95,131,80)
#567649
(86,118,73)
#4D6942
(77,105,66)
#445C3B
(68,92,59)
#3B4F34
(59,79,52)
#32422D
(50,66,45)
#293526
(41,53,38)
#20281F
(32,40,31)
#171B18
(23,27,24)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #689057

#689057
(104,144,87)
#759A66
(117,154,102)
#82A475
(130,164,117)
#8FAE84
(143,174,132)
#9CB893
(156,184,147)
#A9C2A2
(169,194,162)
#B6CCB1
(182,204,177)
#C3D6C0
(195,214,192)
#D0E0CF
(208,224,207)
#DDEADE
(221,234,222)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689057 color. Also use rgb(104,144,87) instead hex code.

Text Font Color

.myTextColor { color: #689057; }

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

This text font color is #689057.


Background Color

.myBgColor { background-color: #689057; }

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

This div background color is #689057.


Border color

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

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

This div border color is #689057.


Opacity

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

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

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

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

This text has shadow with #689057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689057 on black background.


Color preview on white background

This text has color #689057 on white background.



Black color preview on #689057 background

This text has black color on #689057 background.


White color preview on #689057 background

This text has white color on #689057 background.