COLOR #659F5C

HEX: #659F5C
RGB: (101,159,92)

Color info

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

RGB color model

#659F5C color RGB value is (101,159,92).

  • red value is 101;
  • green value is 159;
  • blue value is 92.
RGB:
(101,159,92)
(40%,62%,36%)

RGB channels and saturation

R 101 of 255 = 40%
G 159 of 255 = 62%
B 92 of 255 = 36%

101
159
92

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

Portions of RGB colors in percentages

R + G + B =
101 + 159 + 92 = 352 (100%)
R 101 of 352 ~ 28.69%
G 159 of 352 ~ 45.17%
B 92 of 352 ~ 26.14%

%28.69
%45.17
%26.14

CMYK color model

#659F5C color CMYK value is (36,0,42,38).

  • cyan value is 36.48%
  • magenta value is 0.00%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK:
(36,0,42,38)
C36M0Y42K38 
(36%,0%,42%,38%)
(0.36/0.00/0.42/0.38)	

CMYK percentages

%36.48
%0
%42.14
%37.65

Codes

Color #659F5C in popluar color models

659F5C
RGB10115992
HSL112°26.69%49.22%
HSB/HSV112°42.14%62.35%
CMYK36.48%0.00%42.14%
37.65%

Color #659F5C in popluar number systems.

HEX659F5C
Decimal10115992
Binary1100101100111111011100
Octal145237134

Shades and tints

Shades of #659F5C

#659F5C
(101,159,92)
#5C9154
(92,145,84)
#53834C
(83,131,76)
#4A7544
(74,117,68)
#41673C
(65,103,60)
#385934
(56,89,52)
#2F4B2C
(47,75,44)
#263D24
(38,61,36)
#1D2F1C
(29,47,28)
#142114
(20,33,20)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #659F5C

#659F5C
(101,159,92)
#73A76A
(115,167,106)
#81AF78
(129,175,120)
#8FB786
(143,183,134)
#9DBF94
(157,191,148)
#ABC7A2
(171,199,162)
#B9CFB0
(185,207,176)
#C7D7BE
(199,215,190)
#D5DFCC
(213,223,204)
#E3E7DA
(227,231,218)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659F5C color. Also use rgb(101,159,92) instead hex code.

Text Font Color

.myTextColor { color: #659F5C; }

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

This text font color is #659F5C.


Background Color

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

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

This div background color is #659F5C.


Border color

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

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

This div border color is #659F5C.


Opacity

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

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

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

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

This text has shadow with #659F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659F5C on black background.


Color preview on white background

This text has color #659F5C on white background.



Black color preview on #659F5C background

This text has black color on #659F5C background.


White color preview on #659F5C background

This text has white color on #659F5C background.