COLOR #659C4F

HEX: #659C4F
RGB: (101,156,79)

Color info

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

RGB color model

#659C4F color RGB value is (101,156,79).

  • red value is 101;
  • green value is 156;
  • blue value is 79.
RGB:
(101,156,79)
(40%,61%,31%)

RGB channels and saturation

R 101 of 255 = 40%
G 156 of 255 = 61%
B 79 of 255 = 31%

101
156
79

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

Portions of RGB colors in percentages

R + G + B =
101 + 156 + 79 = 336 (100%)
R 101 of 336 ~ 30.06%
G 156 of 336 ~ 46.43%
B 79 of 336 ~ 23.51%

%30.06
%46.43
%23.51

CMYK color model

#659C4F color CMYK value is (35,0,49,39).

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 49.36%
  • key color value is 38.82%
CMYK:
(35,0,49,39)
C35M0Y49K39 
(35%,0%,49%,39%)
(0.35/0.00/0.49/0.39)	

CMYK percentages

%35.26
%0
%49.36
%38.82

Codes

Color #659C4F in popluar color models

659C4F
RGB10115679
HSL103°32.77%46.08%
HSB/HSV103°49.36%61.18%
CMYK35.26%0.00%49.36%
38.82%

Color #659C4F in popluar number systems.

HEX659C4F
Decimal10115679
Binary1100101100111001001111
Octal145234117

Shades and tints

Shades of #659C4F

#659C4F
(101,156,79)
#5C8E48
(92,142,72)
#538041
(83,128,65)
#4A723A
(74,114,58)
#416433
(65,100,51)
#38562C
(56,86,44)
#2F4825
(47,72,37)
#263A1E
(38,58,30)
#1D2C17
(29,44,23)
#141E10
(20,30,16)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #659C4F

#659C4F
(101,156,79)
#73A55F
(115,165,95)
#81AE6F
(129,174,111)
#8FB77F
(143,183,127)
#9DC08F
(157,192,143)
#ABC99F
(171,201,159)
#B9D2AF
(185,210,175)
#C7DBBF
(199,219,191)
#D5E4CF
(213,228,207)
#E3EDDF
(227,237,223)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659C4F color. Also use rgb(101,156,79) instead hex code.

Text Font Color

.myTextColor { color: #659C4F; }

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

This text font color is #659C4F.


Background Color

.myBgColor { background-color: #659C4F; }

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

This div background color is #659C4F.


Border color

.myBorderColor { border: 1px solid #659C4F; }

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

This div border color is #659C4F.


Opacity

.myOpacity80 { color: #659C4F; opacity: 0.8; }

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

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

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

This text has shadow with #659C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659C4F on black background.


Color preview on white background

This text has color #659C4F on white background.



Black color preview on #659C4F background

This text has black color on #659C4F background.


White color preview on #659C4F background

This text has white color on #659C4F background.