COLOR #659C46

HEX: #659C46
RGB: (101,156,70)

Color info

#659C46 contains mainly red and green colors. Web safe color of #659C46 is #669933 (or #693).

RGB color model

#659C46 color RGB value is (101,156,70).

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

RGB channels and saturation

R 101 of 255 = 40%
G 156 of 255 = 61%
B 70 of 255 = 27%

101
156
70

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

Portions of RGB colors in percentages

R + G + B =
101 + 156 + 70 = 327 (100%)
R 101 of 327 ~ 30.89%
G 156 of 327 ~ 47.71%
B 70 of 327 ~ 21.41%

%30.89
%47.71
%21.41

CMYK color model

#659C46 color CMYK value is (35,0,55,39).

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 55.13%
  • key color value is 38.82%
CMYK:
(35,0,55,39)
C35M0Y55K39 
(35%,0%,55%,39%)
(0.35/0.00/0.55/0.39)	

CMYK percentages

%35.26
%0
%55.13
%38.82

Codes

Color #659C46 in popluar color models

659C46
RGB10115670
HSL98°38.05%44.31%
HSB/HSV98°55.13%61.18%
CMYK35.26%0.00%55.13%
38.82%

Color #659C46 in popluar number systems.

HEX659C46
Decimal10115670
Binary1100101100111001000110
Octal145234106

Shades and tints

Shades of #659C46

#659C46
(101,156,70)
#5C8E40
(92,142,64)
#53803A
(83,128,58)
#4A7234
(74,114,52)
#41642E
(65,100,46)
#385628
(56,86,40)
#2F4822
(47,72,34)
#263A1C
(38,58,28)
#1D2C16
(29,44,22)
#141E10
(20,30,16)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #659C46

#659C46
(101,156,70)
#73A556
(115,165,86)
#81AE66
(129,174,102)
#8FB776
(143,183,118)
#9DC086
(157,192,134)
#ABC996
(171,201,150)
#B9D2A6
(185,210,166)
#C7DBB6
(199,219,182)
#D5E4C6
(213,228,198)
#E3EDD6
(227,237,214)
#F1F6E6
(241,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659C46; }

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

This text font color is #659C46.


Background Color

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

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

This div background color is #659C46.


Border color

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

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

This div border color is #659C46.


Opacity

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

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

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

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

This text has shadow with #659C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659C46 on black background.


Color preview on white background

This text has color #659C46 on white background.



Black color preview on #659C46 background

This text has black color on #659C46 background.


White color preview on #659C46 background

This text has white color on #659C46 background.