COLOR #659659

HEX: #659659
RGB: (101,150,89)

Color info

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

RGB color model

#659659 color RGB value is (101,150,89).

  • red value is 101;
  • green value is 150;
  • blue value is 89.
RGB:
(101,150,89)
(40%,59%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 150 of 255 = 59%
B 89 of 255 = 35%

101
150
89

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

Portions of RGB colors in percentages

R + G + B =
101 + 150 + 89 = 340 (100%)
R 101 of 340 ~ 29.71%
G 150 of 340 ~ 44.12%
B 89 of 340 ~ 26.18%

%29.71
%44.12
%26.18

CMYK color model

#659659 color CMYK value is (33,0,41,41).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 40.67%
  • key color value is 41.18%
CMYK:
(33,0,41,41)
C33M0Y41K41 
(33%,0%,41%,41%)
(0.33/0.00/0.41/0.41)	

CMYK percentages

%32.67
%0
%40.67
%41.18

Codes

Color #659659 in popluar color models

659659
RGB10115089
HSL108°25.52%46.86%
HSB/HSV108°40.67%58.82%
CMYK32.67%0.00%40.67%
41.18%

Color #659659 in popluar number systems.

HEX659659
Decimal10115089
Binary1100101100101101011001
Octal145226131

Shades and tints

Shades of #659659

#659659
(101,150,89)
#5C8951
(92,137,81)
#537C49
(83,124,73)
#4A6F41
(74,111,65)
#416239
(65,98,57)
#385531
(56,85,49)
#2F4829
(47,72,41)
#263B21
(38,59,33)
#1D2E19
(29,46,25)
#142111
(20,33,17)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #659659

#659659
(101,150,89)
#739F68
(115,159,104)
#81A877
(129,168,119)
#8FB186
(143,177,134)
#9DBA95
(157,186,149)
#ABC3A4
(171,195,164)
#B9CCB3
(185,204,179)
#C7D5C2
(199,213,194)
#D5DED1
(213,222,209)
#E3E7E0
(227,231,224)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659659 color. Also use rgb(101,150,89) instead hex code.

Text Font Color

.myTextColor { color: #659659; }

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

This text font color is #659659.


Background Color

.myBgColor { background-color: #659659; }

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

This div background color is #659659.


Border color

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

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

This div border color is #659659.


Opacity

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

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

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

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

This text has shadow with #659659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659659 on black background.


Color preview on white background

This text has color #659659 on white background.



Black color preview on #659659 background

This text has black color on #659659 background.


White color preview on #659659 background

This text has white color on #659659 background.